Hey guys, thanks for reading. My site http://onlineholdem.110mb.com/Copy-of-texas.html doesnt look quite right in firefox but looks good in IE. Can you help me fix it? Thanks, Jake
Hy, at first, not firefox is messing up ur site but IE is Try to code valid (w3; just put ur url on http://validator.w3.org/ and fix the mistakes) and optimize it for firefox first (margins, paddings etc.). After that, try to use IE hacks. That means only IE interprets the CSS part. IE hacks look something like this: Firefox : #bla { margin-left:5px } Internet Explorer: #bla { * margin-left: 5px } u see, just put a * infront of it Hope I helped u a little, evenif this might not be the best solution. Good luck
Yeah it's generally IE that mucks up your website, not Firefox as sucka kindly mentioned. This is the issue because IE is far from the compliant standards of CSS/HTML etc. When creating/modifying a website, always check to see if it's compliant with w3's validator. Good luck