Topic awaiting preservation: JavaScript menu + line-height |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Västerås, Sweden |
posted 03-06-2003 10:35
My company's built a site that's got various functionality to make the text on it's pages easier to read for people with bad sight etc. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 03-06-2003 17:22
Maybe adding !important to the CSS line height rule for the menu would fix that. You are setting a line height rule for the menu aren't you? Cause if your not then it'll just inherit that value from any containing element (inclusing any styles applied to the <body> tag and maybe in some bizzare cases from a <frameset> )... How are you setting the 200% lineheight btw?... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 03-06-2003 18:14
I must admit I find it ironic that the page is supposed to provide extra functionality to be easier for people with bad sight to read, yet it doesn't respect the text size option in Internet Explorer (the font size appears to be specified in absolute units or something). |
Nervous Wreck (II) Inmate From: Västerås, Sweden |
posted 03-07-2003 08:22
The line-heigh is set in the body tag. The line-height is normal in the body tag for the frame that holds the JavaScript menu. The bug appears when the value is changed in one of the other frames. Hence my problem. |