Connecting Tech Pros Worldwide Forums | Help | Site Map

Query regarding CSS problem for different browsers

Member
 
Join Date: Mar 2007
Posts: 49
#1: Aug 7 '08
Hi,

I am facing a problem in my page which consists of a left collapsible menu. It is working fine for IE6 and with CSS hacks it is working fine for IE7 with adding
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> in top, but when I am using Mozilla to open this it is showing problems like the background images not coming properly as well as texts are getting overlapped. Hope anyone have come across this problem and have solved earlier, Hoping for a quick response I remain.


Regards,
Prasad

drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,574
#2: Aug 7 '08

re: Query regarding CSS problem for different browsers


Never, ever hold up IE as a reference for how things work. All versions of IE are 10 years behind web standards and wrong in its implementation. Get your markup working in Firefox FIRST! Then worry about IE.

The bugs and hacks to make IE work are known and there are hundreds of sites devoted to fixing IE. There are ZERO sites for fixing Firefox or any other browser.

Without a link or the complete markup, any help we can offer would only be a guess.
Reply