> Le 10 d�c. 04, � 17:06, Pringle, Ron a �crit : > > > >>> On Dec 10, 2004, at 1:08 PM, Antonio wrote: > >>> > >>>> I can't solved a space problem in a CSS menu that only > >> affects IE5.0: > >>>> > >>>> XHTML: http://kalimeo.com/menu > >>>> CSS: http://kalimeo.com/menu/menu.css > >>>> IE5.0 screenshot : http://kalimeo.com/menu/IE5.html > >>>> > >>>> Any ideas? > >>>> Thanks for your help... > > > > Antonio- > > > > I think that you have to feed IE5 a height for your <a> > tag. Check P7's > > Uberlink tutorial for more information on this. There is > some code and > > explanation closer to the bottom of the tutorial. > > > > http://projectseven.com/tutorials/css/uberlinks/index.htm > > > > Regards, > > Ron > > Thanks Ron. I effectively found a workaround in that tutorial. > But the thing I don't like that the comments for IE must be placed in > the head of the page, not in the CSS... :-/ > > Antonio
If you don't want to use those conditional comments, you should be able to use hacks within your css and then place the IE5 specific code in there. Try going to: CodeBitch http://www.macedition.com/cb/ie5macbugs/index.html PositionIsEverything http://www.positioniseverything.net/ Should be some tips there to help you with that. Regards, Ron ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
