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
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.