The MU forums have moved to WordPress.org

Anyone have a second to help me with my template? (6 posts)

  1. hhuskies
    Member
    Posted 16 years ago #

    My template is working beautifully for my blog home page, EXCEPT for when someone uses FireFox to view the sign up page. Everything works fine in IE.

    When you view the sign-up page in FireFox though, it just breaks and looks horrible. Footer is in the wrong spot, no background, etc...

    URL to sign up page: http://sleddoggin.com/blogs/wp-signup.php

    If anyone has the time would you be able to check out the site and maybe see what is wrong with my CSS code? For some reason it just isn't working well in Firefox for the sign up page.

    Thank you!

    hhuskies

    P.S. I just am not very good at figuring out why certain browsers don't like certain tags in CSS! And don't know which tags to fix.

  2. hhuskies
    Member
    Posted 16 years ago #

    By the way, let me know if it would be helpful for you if I posted my CSS code.

  3. SteveAtty
    Member
    Posted 16 years ago #

    It doesn't render in Safari for Windows either.

    At a quick glance its a problem with your divs.

  4. Ovidiu
    Member
    Posted 16 years ago #

  5. andrea_r
    Moderator
    Posted 16 years ago #

    hhuskies - in your css file, where you've declared your footer (#footer { bunch of stuff } )

    Add this within the curly braces:

    clear: both;

    Then it will work.

  6. hhuskies
    Member
    Posted 16 years ago #

    You all always provide so much help for me; thank you so very much. And I learn a lot from you all too.

    It works perfectly now. :-)

    Thank you for your time,

    hhuskies

About this Topic

  • Started 16 years ago by hhuskies
  • Latest reply from hhuskies