PDA

View Full Version : CSS Help



Andy Huang
Sat 25th Dec '04, 8:42pm
Hi all,
I'm currently reskinning a site of mine and for whatever reason css is acting up in Internet Explorer for me. Here's the link (http://v3.planetfwo.com/test/) to the page; the CSS is still messy and needs massive clean-ups, but can be found here (http://v3.planetfwo.com/test/style/planetfwo.css).

If you follow the link with Firefox, you'll see it appears perfectly fine -- no problems what so ever -- but if you were to follow the link with Internet Explorer, you'll notice a 2 pixel gap beside the nav bar (see attached images). Does any one know what's causing it and how to fix it?

Thanks in advance,
Alfarin

frage
Sat 25th Dec '04, 11:57pm
Alfarin
IE and padding and margin are allways good for a headache

without your css I'll will give you an example and a model for a workaround for the IE
Tanteks Box Modell Hack

http://www.tantek.com/CSS/Examples/boxmodelhack.html

kindly regards
frage

Andy Huang
Sun 26th Dec '04, 3:19am
Thanks for the link frage, however, I find it hard to apply to my current code as I have two div's not wanting to stand next to one another without making itself too big for its container. I'll continue to poke around with it until I can figure that out :)

Cheers.

frage
Tue 28th Dec '04, 10:09pm
Alfarian
try to use
margin-right:-2px (or -4px..)
only for this elements

;)
frage