metallibluegurl
06-11-2003, 12:54 AM
how do you flip your page, like its default is on the left theres a code 2 make it on the right, but i forgot what it was, can some1 tell me?
|
View Full Version : flipping sides metallibluegurl 06-11-2003, 12:54 AM how do you flip your page, like its default is on the left theres a code 2 make it on the right, but i forgot what it was, can some1 tell me? Sloth 06-11-2003, 01:51 AM Do you mean the scrollbar? Shaneo 06-11-2003, 09:48 AM Try these out.. I think one of these would have to be what ur after.. They're all diff so try them seperate :) <table style="filter:flipH">PAGE HERE</table> <script> <!-- function sf(){document.f.q.focus();} // --> </script> <body onLoad=sf() dir=rtl> <div align="right">WEBPAGE HERE</div> |