Can any one help me to resolve my CSS issue?

Discussion in 'CSS' started by selvam_cbe, Mar 3, 2008.

  1. #1
    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..:(
     
    selvam_cbe, Mar 3, 2008 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    Only thing I see is the top left transparency is missing in IE. That's IE 6. Is there something else?
     
    shallowink, Mar 3, 2008 IP
  3. selvam_cbe

    selvam_cbe Peon

    Messages:
    181
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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....
     
    selvam_cbe, Mar 5, 2008 IP
  4. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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).
     
    Stomme poes, Mar 5, 2008 IP
  5. drimsun

    drimsun Member

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    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:
     
    drimsun, Mar 5, 2008 IP