Friends I have website named www.sexywallpapers.co.in powered with Wordpress.. When i open my site in Firefox.. its Fine...But in IE had some Problem in top navigation and text alignment problem.. Can any one solve my problem ??? How can i solve this ??? I am to far away from CSS and Coding knowledge..
Only thing I see is the top left transparency is missing in IE. That's IE 6. Is there something else?
In the Top Horizontal Navigation Menu is not aligned properly in IE 6..But already different CSS used for IE 7..How can i add another style sheet to resolve this Bug in IE 6... What is the Modifications I have to do in this ?? Help Me....
Don't use seperate stylesheets for IE7. You should be able to style everything you want for all browsers (well, except IE6 has issues with transparency and bunch of other stuff but there are ways around that as well : ) The problem is likely "Wordpress" right there. I probably won't look at this here at work : ) but maybe I'll take a look at home OR you could post the code for the header and menu parts, HTML and CSS, and maybe a screenshot of that part showing how you WANT it to look (FireFox) and one showing the problem (IE6).
You can load a separate style sheet for IE 6.0 and older using the following code in your header: <!--[if lte IE 6]> <link href="ie6_fix.css" media="all" rel="stylesheet" type="text/css"/> <![endif]--> HTML: