[thelist] CSS Question

Mark Groen markgroen at gmail.com
Sat Mar 26 20:46:33 CST 2005


On Sat, 26 Mar 2005 18:20:02 -0800, Donald Pasewark <> wrote:

> Is there a better way to create a vertical rule in a website using CSS?
> My grey.gif height="100%" doesn't really work that well across browsers.

Just make one side of your box a border:
style="border-right: solid black 1px;"

btw, the gif would work if you specified it with the default
pixels(nothing) instead of %, doesn't hurt to have the element
"complete" as well:

<img alt="" title="" src="grey.gif" height="100" width="1" />
 
cheers,

             Mark

             MG Web Services
             www.mgwebservices.ca

Your Canadian West Coast web site development and hosting solution.


More information about the thelist mailing list