Click to See Complete Forum and Search --> : CSS Browser Compactibility Problem
dimpi
03-19-2006, 07:53 PM
I'm gonna new site by april. But I've deep in one problwm. I have some browser compactibilty problem in site. In IE 6.0 CSS appear very rite way but in other browser like Opera, Mozilla or Netscape the CSS are not properly applied. Please help me out!! :confused:
drhowarddrfine
03-19-2006, 08:20 PM
The fact that it works in every browser but IE should tell you something about IE.
First, get a proper doctype. See my links below. Your current one puts IE into quirks mode and all heck is breaking loose. I recommend html4 strict. Do not use transitional/loose/sloppy.
Second, validate your html AND your css. You have some errors but let's see what the doctype does first.
dimpi
03-21-2006, 01:20 AM
Thank you drhowarddrfine for providing solution. Its working fine now.