Topic: css & IE 6 |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Berlin, Germany |
posted 10-04-2003 16:10
On my website i use a lot of css. But i there is a problem with IE6. The following code is for the left div, which contains the navigation and the phololog. code: #navigation {
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-04-2003 16:43
u-neek: Why not add the alternative padding styles into the box model hack? IE/Win will cause you problems with things like this unless you allow for it in the hack. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 10-05-2003 10:41
You mean this way? code: #navigation {
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-05-2003 15:45
u-neek: Ahhhhhhhhhhhhhhh good point - there are a range of box model hacks available so check them out - links here: |
Bipolar (III) Inmate From: Berlin, Germany |
posted 10-07-2003 18:09
Ok, i've played around with my source but i cannot get one thing to work in IE: |
Bipolar (III) Inmate From: Berlin, Germany |
posted 10-07-2003 18:21
I fixed it. I added to #main padding-top:298px and deleted the 298px in #content. |