[WSG] Extra space in menu in IE on hover

2009-10-20 Thread Kristine Cummins
Menu on left... on mouseover, the bg color should fill the entire height in
between top and bottom borders and doesn't. There is about a 5 pixel gap. In
FF, it looks fine.

Web: http://esw.sbw.org/
CSS: http://esw.sbw.org/wp-content/plugins/menubar-templates/esw/eswmenu.css

Thanks in advance.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] Extra space in menu in IE on hover

2009-10-20 Thread Kepler Gelotte
 Menu on left... on mouseover, the bg color should fill the entire height
in between top and bottom borders and doesn't. There is about a 5 pixel gap.
In FF, it looks fine.



You could try this in eswmenu.css:

 

.eswmenu  li a {

border-bottom: 1px solid #d6dad5;

/* border: 0px solid blue; */

background-color: transparent;

font: bold 13px Palatino Linotype, Garamond, Times New Roman, serif;

color: #8a8989;

display: block;

height: 28px;

line-height: 28px;

margin: 0px auto 0 auto;

padding: 1px 0 14px 0;

text-decoration: none;

vertical-align:top;

}

 

.eswmenu a:visited, .eswmenu a:active {

border-bottom: 1px solid #d6dad5;

color: #8a8989;

}

 

.eswmenu ul li a:hover {

border-bottom: 1px solid #d6dad5;

background: url(bullet-nav.png) no-repeat center 25px;

background-color: #e6f0ed; 

}

 

Best regards,

Kepler Gelotte

Neighbor Webmaster, Inc.

156 Normandy Dr., Piscataway, NJ 08854

 http://www.neighborwebmaster.com www.neighborwebmaster.com

phone/fax: (732) 302-0904

 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***