Topic: SBMH difficulties (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Seoul, Korea |
posted 01-13-2004 18:25
Hey folks. I know it's been a long time since I've been around these parts (again), but I've been on vacation. At the moment I am attempting to help my brother put together a web page, and I've run into a bit of a sniggle. The design requires a fixed width, but I'm having problems getting different browsers to display the same widths. I know it's due to improper implementation of the box model (adding padding and borders to the box width), but none of the hacks I've tried (SBMH being the latest) seem to work. All these hacks seem to be designed to work around IE 5.x's quirks, but I'm actually having problems with the latest version of Netscape (7.1). IE6 displays fine, but NS7.1 is acting like the old IE. Here is a very simlple test page, along with a handy link to the CSS: |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 01-13-2004 19:23
When I look at it in IE 6 the box is only 640px wide but in Firebird it looks OK. |
Bipolar (III) Inmate From: Cold Sweden |
posted 01-13-2004 19:28 |
Maniac (V) Inmate From: out of a sleepy funk |
posted 01-13-2004 21:12 |
Maniac (V) Inmate From: Seoul, Korea |
posted 01-13-2004 22:47
krets: I kind of wanted to avoid doing it that way (another div with margins), just out of principle... |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 01-14-2004 01:18
The box is 700px wide in Opera, so it seems to work there |
Maniac (V) Inmate From: Seoul, Korea |
posted 01-14-2004 06:00
OK, thanks. That's good to know. |