this script will combined 2 banners in 1 with text
heres the script
[spoiler]if (!attachOnLoadHandler(function(){bbanner()})) window.onload = function(){bbanner()};
function bbanner(){
var tax="<div style=\"width:100%;height:[b]366[/b]px;border:[b]6[/b]px [b]solid black[/b];background:url([b]Banner 1 link[/b]) no-repeat;\"><div style=\"color:[b]red[/b];width:100%;height:100%;margin-bottom:0px;background:url([b]Banner 2 link[/b]) no-repeat;filter:alpha(opacity=[b]70[/b]);opacity:.70;font-size:[b]42[/b]px;line-height:2em;text-align:center;\">[b]Text Here[/b]</div></div>";
document.getElementById('navLang').style.height='100%';
document.getElementById('navLang').innerHTML = "<table width='100%'><tr><td align='center'>"+tax+"</td></tr></table>";
}[/spoiler]
just edit the bold parts then paste it on your [b]js[/b] extension
[url=http://profiles.friendster.com/62346457]FreeView[/url]
Last edited by simpleMe (2008-10-13 08:10:03)