|
|
Drifting Designs Tutorials > > Coding > > HTML > > Intermediate > > Left Side ScrollbarYou've probably seen some sites with left-hand scrollbars. I wouldn't recommend it often, but if you do want to use it for a unique effect, read below. Enter the following code into the Body space of your webpage. Adding that code to the Body section will cause everything on your body section to become left aligned. To keep your text and everything else right-aligned, add the following code to your Body section. Where it says Content Here, add the content of your webpage (all the text, images, etc.) Then the rest of your webpage will be right-aligned. Note: I wouldn't recommend this left-hand scrollbar for your website; it might annoy visitors who are used to having the scrollbar on the right side of the screen. It's also rather clumsy to work with since you have to add the "div" code to make sure your text will not be left-aligned. But I don't see the harm in using it for one or two pages, if you're big on having interesting web pages. =) |
|
|||||||||||||