Topic awaiting preservation: menu layout issues (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: everywhere |
posted 01-03-2003 12:56
For the menu on my site to be homogenous with the rest of the design, I wanted a <div> with a blue beveled border (an image, essentially) around it that would slide back and forth. This turned out to be a lot more hassle than i expected, and after messing about and getting it to look right in IE6, i found it was terribly wrong in Mozilla. Does anyone know how the mozilla version can be made to look how IE displays it? |
Maniac (V) Mad Scientist From: New California |
posted 01-03-2003 20:06
The only difference I see is that the Words div is taller in Mozilla. So it is good to include the clipping specifications when that happens. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 01-04-2003 00:50
Your doctype isn't switching IE into standards mode. See http://www.alistapart.com/stories/doctype/ . Then see what happens. |
Paranoid (IV) Inmate From: everywhere |
posted 01-05-2003 18:47
Ok, I tried that, and it seems to have fixed the problems somewhat, but now the menu doens't move as far in Mozilla. What version(s) are you using? It's not a big problem now though, the site works in both, and validates (apart from the advertisers pop-up code), which is good enough for the moment as far as I'm concerned. |