PDA

View Full Version : Need CSS Troubleshooter!



Theros
November 3rd, 2005, 10:57 PM
I need a CSS troubleshooter to help me out on this part of my development phase. I've pretty much finished the code for CSS in FF, but for it to display correctly in IE, i have not been able to figure out yet. Im not sure wheter to use CSS Hacks or its something in my code which I have not been able to determine yet. SO if anyone could look at my site (LINK AT BOTTOM), and check the code out and see how to make the site IE friendly, much thanks!

:D

Site (http://70.177.163.39:8080/3site)

*EDIT* I managed to compile one of the many box hacks for CSS and now my site works 99% in IE except for the flash header which is bigger than the wraper div in IE? Im not sure how to fix

Oh and for those people who have port 8080 blocked, here:
Link to hostultra site (http://www.hostultra.com/%7Etheros/)

ironikart
November 3rd, 2005, 11:07 PM
I haven't checked this out in IE, but thought you might want to know that it's having a few placement issues in Safari as well.

Theros
November 3rd, 2005, 11:12 PM
I haven't checked this out in IE, but thought you might want to know that it's having a few placement issues in Safari as well.

Ok, well I noticed at least in IE the tiling images are fine, and all the text, etc is actually there but the padding is misinterperted in IE... only by a bit though, Im exactly sure why?

matriculated
November 4th, 2005, 10:57 AM
It's probably a better idea to not use hacks and instead use IE's condition comments. IE7 will probably ignore hacks (and probably introduce more bugs that will need hacking...).

http://www.quirksmode.org/css/condcom.html

Theros
November 4th, 2005, 10:23 PM
It's probably a better idea to not use hacks and instead use IE's condition comments. IE7 will probably ignore hacks (and probably introduce more bugs that will need hacking...).

http://www.quirksmode.org/css/condcom.html

Looks cool, I actually figured it out with a hack, but I might transition to that becuase its better! Thanks!