[b]Heres a code if You want to put a Photo Slide on your Footer[/b]
[b]Put this on your external CSS[/b]
[quote]}
#footer_container {
width: 800px;
height: 100px;
line-height: 1em;
position: relative;
padding: 10px auto;
margin: 10px auto;
background: url([b]URL LINK[/b]);
background-position: center center;
background-repeat: repeat;
margin-top: -20px;
}[/quote]
Then put this on your JS
[quote]if (!attachOnLoadHandler(function(){embed()})) window.onload = function(){embed()};
function bwizett() {
var bwizett1 = document.getElementById("footer_container");
var bwizett2 = "<div align=\"center\" id=\"radio\"><br>"+
"<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=[b]SLIDE CODE HERE[/b]&site=widget-e7.slide.com\" style=\"width:97%;height:100px\" name=\"flashticker\" align=\"middle\"/>";
bwizett1.innerHTML = bwizett2;
}window.onload = function() {bwizett();}[/quote]
or this inside your onload handler
[quote]var bwizett1 = document.getElementById("footer_container");
var bwizett2 = "<div align=\"center\" id=\"radio\"><br>"+
"<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=[b]SLIDE CODE HERE[/b]&site=widget-e7.slide.com\" style=\"width:97%;height:100px\" name=\"flashticker\" align=\"middle\"/>";
bwizett1.innerHTML = bwizett2;[/quote]
[b]Link of idea at work[/b]:[url]http://profiles.friendster.com/jairi1811[/url]
I have put this code on my JS injection in order not to disrupt other JS code
Feel Free to correct me :norose: , i am just a newbie in doing codes..
[b]Credits for the idea[/b]:
[color=blue]Ephemeral[/color], [color=#66cc00]Jonathan[/color], [color=#FF0000]Mdirwan[/color] and [color=blue]Diabolicious[/color]
:idea:
Last edited by BwizetT (2008-07-01 12:34:11)