[WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Antonio
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
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Vaska . WSG
Perhaps it's the line-height in #jour?  Looks like it's about 12px 
extra there...you might need to add that to "#jour a"...v

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
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


RE: [WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Pringle, Ron
> 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  
> 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
**



Re: [WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Antonio
I deleted the line-height, but nothing changed...  :-/
Antonio
Le 10 déc. 04, à 14:15, Vaska.WSG a écrit :
Perhaps it's the line-height in #jour?  Looks like it's about 12px 
extra there...you might need to add that to "#jour a"...v

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...
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


RE: [WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Pringle, Ron

> > 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  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
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**


Re: [WSG] Space problem in CSS menu with IE5.0

2004-12-10 Thread Antonio
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  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
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**