Re: preview :arrow: [url=http://friendster.com/okacybernet]CLICK HERE[/url]
credit :arrow: [b]yanstupid[/b]
:arrow: [b]kherminator[/b]
:arrow: [b]okacybernet[/b]
ok put the code bellow t
[quote=brentda]can i ask hw can i change the viewer to the right side?[/quote]
This is a post from shakiro214, he provided the master code for floating images.
[quote][quote=shakiro214]There's probably a better way to get it on the right side, but for now you can try this.
replace this part:
var startX = 20;
with the following:
if (document.body.clientWidth>="1100")
{
var startX = 1080;
}
else
{
var startX = 824;
}
the 1st startX is for screens with resolution widths of 1280
the 2nd startX is for screens with resolution widths of 1024
I don't ever bother with the 800 width
Remember that startX represents the distance from the left edge of your browser in pixels
the given widths are for content no wider than 200 pixels, but you can adjust them to hold wider or smaller content[/quote]
[/quote]