Re: CSS rollover. Problem with "clickable" area

message from BritBloke on 21 Jul 2004
hmm, I added in the script above but it doesn't seem to have any effect on the menu buttons in IE.
 
Murray *TMM* replied to BritBloke on 21 Jul 2004
Sorry - I posted that code by mistake.... Ignore it.

Try this very simple trick. Add this code to the bottom of the head
region -

<!--[if gte IE 5]>
<style>
a {height:1px; width:1px; }
</style>
<![endif]-->
 

Archived message: Re: CSS rollover. Problem with "clickable" area (Macromedia Dreamweaver)