PDA

View Full Version : Scrollbars on the left?



chrisbees1
September 25th, 2003, 03:43 PM
Hey, on a standard html page i would like it so that the scrollbar appears on the left hand side of the browser rather than the right, i saw it done quite a while ago but cant find the site again and have had no luck in finding anything that makes sense to me on other sites.

Some code would be much appreciated if any body knows it or a sight which has a scrollbar on the left hand side woudl be good.

Thanks in advance, Chris

chrisbees1
September 25th, 2003, 03:52 PM
Hi, soz i found it out, i've posted the code below for other ppl interested....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body style="direction:rtl">
<div style="direction:ltr"
</body>
</html>