• Hello and good morning to all,

    I am fairly new to wordpress, so please forgive my ignorance.

    I created a blog for my Homeowners Association (mphomes dot org), and it works fine in IE7. But I am dedicated Firefox user, and the page looks like utter crap in FF and Opera. I believe its a CSS issue, but am too new to WordPress to find where the error actually is.

    If anyone can lend some advice, or if there’s some web-tool I can use to pinpoint the error, I would greatly appreciate the help.

    Have a great weekend.

    -em

Viewing 1 replies (of 1 total)
  • I’m not sure what it’s supposed to look like, but in FireFox the footer is hopping up to the middle of the page. To fix this, add this to your stylesheet for the #footer:
    clear:both;
    padding:0 75px;

    The second will make the text line length a little easier to read across the bottom.

    Firefox has a tool called Firebug you can download to help see page structure and try out changes.

Viewing 1 replies (of 1 total)
  • The topic ‘Displaying in Firefox’ is closed to new replies.