How to Fix footer in Firefox

Discussion in 'HTML & Website Design' started by Jalpari, Apr 7, 2009.

  1. #1
    How to fix my recent blog footer in firefox. ( link in my recent blog)
     
    Jalpari, Apr 7, 2009 IP
  2. ahsan_ma07

    ahsan_ma07 Peon

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try clearing the float in the footer after both copyright and credit divs. May be because of it, the float is taking up the amount of content and not seem to align with the layout. :)
     
    ahsan_ma07, Apr 7, 2009 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    It works but all the footer content below tags and nw posts float left and breaking theme.

    I am asking about that method in which we set stylesheet for differenet browsers :D
     
    Jalpari, Apr 7, 2009 IP
  4. GreatWebSuccess

    GreatWebSuccess Peon

    Messages:
    226
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What browsers are you wanting to use a different CSS for?
     
    GreatWebSuccess, Apr 7, 2009 IP
  5. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #5
    firefox browser in ie it is ok
     
    Jalpari, Jun 18, 2009 IP
  6. Blindkilla

    Blindkilla Active Member

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    80
    #6
    
    <![if !IE]>  
    <link rel="stylesheet" href="style2.css"   type="text/css" />  
    <[endif]> 
    Code (markup):
    All browsers except internet explorer will use style2.css.
     
    Blindkilla, Jun 18, 2009 IP