Font variation + <br> prob wid site in FF & IE

Discussion in 'CSS' started by electron, Jan 9, 2008.

  1. #1
    hi,
    my site

    Firstly, i get very different fonts in IE & FF.

    Secondly, On the Right Side Navigation, there is a problem with the Weight-Loss link. It looks ok in IE but in FF some space comes b4(i dont know frm where).

    Thirdly, check the footer in both IE & FF. In case of FF it goes far below compared to IE.

    Please suggest a solution.

    Thanks for your time :)
     
    electron, Jan 9, 2008 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You're only even bothering to say which font you want on navigation and like one other place-- browsers just get to guess which font they want to use.

    Set a font for everything. The two places you even mention a font, you only say "Arial" and if the browser doesn't have Arial then it still goes to its own default. Say something like font-family: Arial, sans-serif; so that at least they're all sans-serif. Maybe add another sans-serif as backup like Verdana.

    Did you try removing the & nbsp before Weight loss?

    Try putting your footer information in something called footer. Right now you have a gazillion <br>s and then a <p>. Putting the p in a box and remove the <br>s and use padding or margin instead to move the footer down to where you want it.
     
    Stomme poes, Jan 10, 2008 IP