Wordpress theme Fixing in Firefox

Discussion in 'HTML & Website Design' started by Jalpari, Jun 1, 2009.

  1. #1
    How to fix header navigation and footer in Firefox. see my recent blog
     
    Jalpari, Jun 1, 2009 IP
  2. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Edit its stylesheet(s).
     
    bindassdelhiite, Jun 2, 2009 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    yeah i know but if i edit then it destroy in ie
     
    Jalpari, Jun 4, 2009 IP
  4. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Assign a separate stylesheet for IE.

    Put your stylesheet (IE specific) link before </head>.

     <!--[if IE]> <link rel="stylesheet" type="text/css" href="STYLESHEET-URL" /> <![endif]-->
    Code (markup):
    enjoy :)

     
    bindassdelhiite, Jun 7, 2009 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    I was asking for firefox , ff is different :p
     
    Jalpari, Jun 16, 2009 IP
  6. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #6
    I meant correct the styles in CSS for modern browsers like Firefox and then correct it for IE in your IE specific stylesheet.
     
    bindassdelhiite, Jun 17, 2009 IP