I'm using the vertical CSS-menu and used Firefox for the first time today to check how my site looks with that browser.
Any idea why the following is displaying the wider border when hovering in IE but not in Firefox?
Code: Select all
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh, #primary-nav a:hover {
color: #000;
background-color: #9999FF;
border-left: 6px #FF9933; /* turning border orange and wider */
}
#primary-nav a:hover {
padding: 5px 5px; /* to leave textlink in same position */
}
Thanks