Rory Bernstein wrote:
> Hello,
>
> http://dev.bossyfrog.com/
>
> I have a blue, horizontal nav bar on my site, the URL is above. You will see 
> that there are white borders that separate the items on the nav bar. They are 
> coded as an unordered list. The rule for the border is included in this style 
> info below:
>
> .nav li {
> border-right:1px solid #FFFFFF;
> color:#FFFFFF;
> display:inline;
> font-family:Verdana,Geneva,sans-serif;
> font-size:1em;
> margin:0;
> padding:0 10px;
> }
>
> I want the borders to be centered vertically, in line with the text-images. 
> How can I move those borders up so that they line up correctly?
>   

Try using the pipe character "|" rather than styling the border to 
separate menu items, see if that makes a difference. You have two 
validation errors related to onMouseOver and onMouseOut. Correct those, 
see if they are contributing factors.

Bill B


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to