[align=center][b]= Floating Navigation at the side. =[/b]
Screenshot
[url=http://i282.photobucket.com/albums/kk264/unmaskedluke/wawa.jpg][img]http://i282.photobucket.com/albums/kk264/unmaskedluke/wawa
[quote=xarfjusd_23er15]nice codes..
uhmm i'm just a beginner..
and i wonder how can I display the floating nav on the RIGHT?
thank you very much![/quote]
replace this [spoiler]function BoyantDiv()
{
var startX = 15;
var startY = 400;
function ml(id)
{
if (document.getElementById)
{
var wek=document.getElementById(id);
}
else if (document.all)
{
var wek=document.all[id];
}
else
{
var wek=document.layers[id];
}
if(document.layers)
{
wek.style=wek;
}
wek.sP = function(x,y) {shino(x,y);};
function shino(x,y)
{
wek.style.[b]right[/b]=x;
wek.style.top=y;
}[/spoiler]