Donna:

I put the following css to do what you want. You must put it in the HTML
section of the page, not inside an included css.

<!--[if IE 5]>
        <style>
                #navholder a {
                height: 1em;
                float: left;
                clear: both;
                width: 100%;
                }
        </style>
<![endif]-->

<!--[if IE 6]>
        <style>
                #navholder a {height: 1em; }
        </style>
<![endif]-->

Not original with me! Found this in a book "CSS Hacks and Filters", by
Joseph W. Lowery, in chapter 10, Building Navigation Systems.
Hope this helps. I am a newbee to css and enjoy the list, but too new too
post I think.

John

-----Original Message-----
From: Donna Jones [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 09, 2005 15:16
To: [email protected]
Subject: [css-d] semi-clickable links in IE


Greetings everyone:

a while back i had seen someone's blog where they talked about how to
fix IE's menu so that the whole link area for active on hover - i think
he was calling it the "semi-clickable in IE problem".

can anyone point me to that?!  maybe the author?  I think he was on this
list.

tia and cheers,

Donna




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to