Topic: HELP! strange css behaviour in opera and NN6 (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 05-23-2002 18:22
http://www.patricdesign.com/relaunch2002/ |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-23-2002 20:21
Well, the problem has got to be inside your goldenemitte style sheet. I suspect it's because you're not using the box-model hack. I forget where this is described... someone want to dig out that link? |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-23-2002 20:25
There isn't anything you're doing wrong. Really! |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 05-23-2002 22:35
There is also a tutorial about it at the gurus network. It is not finnished yet, but it is a very good tutorial about the subject. |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 05-23-2002 23:22
ok, i have tried the box model hack thingy like this: code: #goldenemitte {
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-24-2002 00:20
That's not the box model hack. Margins work just as they should in all browsers. What works incorrectly is the width and height; *that's* what you have to put after the voice-family. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-24-2002 07:00
You could also solve the problem without the box model hack, using the method I proposed. Here's an example: http://www.kussatz.com/asylum/pat.html |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 05-24-2002 12:03
Thanx kuckus! Your method worked just fine, but i got eager to get the box model hack to work. code: #goldenemitte {
|