That'll work for IE6 but haslayout also exists in IE7 therefore either zoom or applying a width would be the best fix ;o)
- - - - - http://www.dave-woods.co.uk On 14/02/2008, aleagi <[EMAIL PROTECTED]> wrote: > > Hello there, > > Try adding > > * html div.navigation a {height: 1%;} > > only for IE6... > > I know there's a lot of people that don't like conditional comments, > but it can save A LOT of time. > > Best Regards, > > > On Thu, Feb 14, 2008 at 7:29 AM, Dave Woods <[EMAIL PROTECTED]> > wrote: > > Hi Andrew, > > > > As Thierry has pointed out, Zoom will fix this issue but you may want to > > have a read of the following as it explains the reasons why... > > > > http://www.satzansatz.de/cssd/onhavinglayout.html > > > > For fix width layouts, I'd usually tend to fix this by providing a width > (in > > your case width: 216px; on the anchor will do the same job as the zoom) > but > > there's various methods of solving the haslayout issue. > > > > Cheers > > Dave > > - - - - - > > http://www.dave-woods.co.uk > > > > > > > > > > On 14/02/2008, Thierry Koblentz <[EMAIL PROTECTED]> wrote: > > > > > On Behalf Of Andrew WC Brown > > > > > > > > > > > Here's an image to the problem > > > > http://img138.imageshack.us/img138/5567/iefirefoxlistcb1.jpg > > > > > > > > Here's a link to the page > > > > http://dutchakscrap.com/about.html > > > > > > > > > Hi Andrew, > > > Try this: > > > > > > div.navigation a {zoom:1;} > > > > > > As a side note, I don't see a need for that DIV, you could go with the > UL > > > alone. > > > > > > > > > -- > > > Regards, > > > Thierry | http://www.TJKDesign.com > > > > > > > > > > > > > > > > > > > > > ******************************************************************* > > > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > > > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > > > Help: [EMAIL PROTECTED] > > > ******************************************************************* > > > > > > > > > > > > ******************************************************************* > > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > > Help: [EMAIL PROTECTED] > > ******************************************************************* > > > > > -- > Luiz Gustavo Aleagi Nunes > ------------------------- > "Nosce te ipsum" > ------------------------- > http://sapiensdc.com.br > > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* > > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
