Jon Wickström wrote:
[...]
> IE7. I'm hoping it is in standards compliant mode. Shouldn't the doctype 
> declaration do that?
> 
> URL: http://www.ekebodagis.fi/ekebo/test.html
> 
> Regards,
>    Jon Wickström


Jon, you have this.

#meny li.selected {
     border: 9px double red;
     margin: 0;
}


IE7 only allows 5px, 10px and then 11px, 12px, and so on. The double 
lines overlap the border-bottom of the <ul> from 6px to 9px or move away 
from the border-bottom of the <ul> from 3px to 4px. This is simple a 
error seen in IE7 when using ems. May I suggest 10px. You may want to 
revue your use of ems for all borders.


-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to