|
Posted by BootNic on 10/20/06 04:09
> richard <don@john.son> wrote:
> news: eh83fp0oaf@news2.newsguy.com
> Just wondering if there was a way to place the scollbar on the left
> side rather than the default right side.
> Such as when using overflow: auto.
For a few browsers could be.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content=
"text/html; charset=windows-1252">
<title></title>
<style type="text/css">
..t {
color:#000;
background-color:inherit;
direction:rtl;
width:30em;
height: 5em;
overflow: auto;
border: 0.1em solid #080;
float:left;
}
..t * {
direction: ltr;
margin: 0.3em;
}
..t p:first-letter {
color: #080;
background-color:inherit;
font-size: 2em;
font-family: Elephant;
}
..t p {
color: #468;
background-color:inherit;
text-indent: 1.5em;
}
</style>
</head>
<body>
<div class="t">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Integer aliquet orci sed urna. Maecenas at lorem id sem ultrices
pharetra. Morbi sed nisi a eros nonummy mollis. Pellentesque
molestie, felis sed ullamcorper fermentum, sapien sapien suscipit
justo, vel pharetra enim urna nec mi. Proin mollis augue sit amet
diam. Praesent turpis arcu, dictum eget, pellentesque
consectetuer, pretium quis, libero. Aliquam odio sapien, mollis
eu, hendrerit quis, fermentum eget, elit. Nam placerat elit sit
amet sem. Phasellus congue lectus a lacus. Nulla sollicitudin
vestibulum justo. Donec quis leo. Aenean in ante ac metus
sagittis consequat. Nulla semper odio a quam. Nam mi nulla,
tristique vel, faucibus non, consequat sit amet, pede. Donec
posuere. Quisque dui dui, tincidunt at, aliquet at, ullamcorper
eget, dolor.</p>
</div>
</body>
</html>
--
BootNic Friday, October 20, 2006 12:09 AM
One must learn by doing the thing, for though you think you know it,
you have no certainty until you try.
*Aristotle*
Navigation:
[Reply to this message]
|