Re: [css-d] IE7 a display:block issue

2008-02-12 Thread Philippe Wittenbergh
On Feb 13, 2008, at 10:20 AM, Rafael wrote: Try triggering /hasLayout/[1] on your *a*'s. One of the easiest ways to do so is by setting the MS-only property 'zoom' (i.e. zoom:1) -- if you care about your code being valid, then don't use this property.

Re: [css-d] IE7 a display:block issue

2008-02-12 Thread Rafael
Try triggering /hasLayout/[1] on your *a*'s. One of the easiest ways to do so is by setting the MS-only property 'zoom' (i.e. zoom:1) --if you care about your code being valid, then don't use this property. [1]http://www.satzansatz.de/cssd/onhavinglayout.html vincent pollard wrote: hi!

Re: [css-d] IE7 a display:block issue

2008-02-12 Thread Jim Davis
Visit this site for a solution: http://www.smileycat.com/miaow/archives/000230.php Jim On Feb 11, 2008 11:21 AM, vincent pollard [EMAIL PROTECTED] wrote: hi! so, i have: .headerTwoRight a { text-decoration: none; display: block; height: 42px } and it displays fine in IE6 and FF but

[css-d] IE7 a display:block issue

2008-02-12 Thread vincent pollard
hi! so, i have: .headerTwoRight a { text-decoration: none; display: block; height: 42px } asp:HyperLink ID=hlQuickLinksToggle runat=server NavigateUrl=# onclick=return ToggleQL() asp:Image ID=Image1 runat=server ImageUrl =~/images/3_2_Header/quick_h2.gif alt=quicklinks / pQuicklinks/p