Forum Moderators: open
The navigation entries are all simple <a> tags (see the website), all structured by a css entry of the following type:
#llmenu a {
display:block;
text-decoration:none;
color:inherit;
background-color:inherit;
padding-right:1em}
#llmenu a:hover {background-color:#BE4945;
color:black;
padding-right:1em}
Does anybody have an idea what can be done to get the same effect on IE as on Firefox and Safari?
Any help is appreciated!
MM
<Sorry, no specifics.
See Forum Charter [webmasterworld.com]>
[edited by: tedster at 9:32 pm (utc) on Nov. 20, 2006]
#llmenu a {
zoom: 1; /* :hack: hasLayout trigger for IE */
} Note: that’s not valid code so you might want to put it in a stylesheet hidden by a conditional comment.