Re: [css-d] Trouble with list/link in IE

2005-07-12 Thread Sverre Bjørseth
I´d like to thank all of you for trying to help me. What seems to bee the "ultimate" soloution (at least for me) is height: 1% on the a-element. Thanks! On 7/12/05, Gary Turner <[EMAIL PROTECTED]> wrote: > Ric & Jude Raftis wrote: > > You will possibly find that this hack fixes the problem for IE

Re: [css-d] Trouble with list/link in IE

2005-07-11 Thread Gary Turner
Ric & Jude Raftis wrote: You will possibly find that this hack fixes the problem for IE. Place in CSS file above the Navbar id. /* Fix IE. Hide from IE Mac \*/ * html #navbar ul li { float: left; } * html #navbar ul li a { height: 1%; } /* End */ It is not necessary to float the lis, making

RE: [css-d] Trouble with list/link in IE

2005-07-11 Thread Ric & Jude Raftis
TECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Sverre Bjørseth > Sent: Tuesday, 12 July 2005 6:03 AM > To: Paolo Candelari > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Trouble with list/link in IE > > Thanks a lot Paolo. IE doesn´t stop surprising m

Re: [css-d] Trouble with list/link in IE

2005-07-11 Thread Sverre Bjørseth
Thanks a lot Paolo. IE doesn´t stop surprising me... But, it is still not possible to place the cursor to the right of the link text and achive the :hover-effect (This works in Fx and Opera, but not in IE). Anyone knows how to do this without specifying the width of the a-element? If I set the widt

Re: [css-d] Trouble with list/link in IE

2005-07-11 Thread Paolo Candelari
- Original Message - From: "Sverre Bjørseth" [EMAIL PROTECTED] ... I´ve made a menu on my site using lists, and styling it using CSS. It works perfectly in Fx and Opera, but in IE the list-items seems to be double the height of whats intended. ... IE it's strange (?). Rewrite your code

[css-d] Trouble with list/link in IE

2005-07-11 Thread Sverre Bjørseth
Hi folks, I was wondering if someone out there could help med with something thats been bothering me for 2 days now. I´ve made a menu on my site using lists, and styling it using CSS. It works perfectly in Fx and Opera, but in IE the list-items seems to be double the height of whats intended. The