Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Site Review (So Far!) AND Why is Firefox Messing Up The CSS!!!

  • 19-01-2010 11:23PM
    #1
    Registered Users, Registered Users 2 Posts: 229 ✭✭


    http://www.nmurphydesign.com/clients/noname1.htm

    Can someone tell me why in Firefox the wrapper stops at the end of the header while in IE it displays correctly?!

    Ive closed all divs!

    Thanks!


Comments

  • Registered Users, Registered Users 2 Posts: 9,446 ✭✭✭RobertFoster


    Your opening div is outside the body tag, but the closing div is inside. Put both inside.


  • Registered Users, Registered Users 2 Posts: 229 ✭✭silverwex


    Thank you RoberFoster!


  • Registered Users, Registered Users 2 Posts: 229 ✭✭silverwex


    Actually, still not working in FF...


  • Registered Users, Registered Users 2 Posts: 823 ✭✭✭kakee


    I just modified your css and it works for me in firefox and ie

    Try this. Just define the correct height you need.
    #wrapper {
    width:830px;
    height: 800px;
    margin: 0 auto 0 auto;
    border: 1px gray solid;
    background: white;
    }


  • Registered Users, Registered Users 2 Posts: 229 ✭✭silverwex


    Thanks kakee - works!


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 823 ✭✭✭kakee


    No problem. Thats how I do things trial and error, mostly error.

    Just one quick thing you have an error on the home page you need a space between residentialproperty


  • Registered Users, Registered Users 2 Posts: 229 ✭✭silverwex


    Thanks again! :p

    One thing though, if the other pages are slightly longer than homepage Ill have to constantly change the height values! I tried 100% but that didnt work.


  • Posts: 793 ✭✭✭ [Deleted User]


    Don't forget to put something meaningful in the title tag :)


  • Registered Users, Registered Users 2 Posts: 2,119 ✭✭✭p


    Bit of general advice. If you code something in Firefox first, then it will work in Firefox, Safari, Chrome and IE8. Get that all right first, then check it in IE and get it working in IE7/IE6. It's a lot easier that way.


  • Posts: 793 ✭✭✭ [Deleted User]


    Bit of general advice. If you code something in Firefox first, then it will work in Firefox, Safari, Chrome and IE8. Get that all right first, then check it in IE and get it working in IE7/IE6. It's a lot easier that way.

    Good advice.

    I'll add a little sidenote if I may. It's also good to get a working knowledge of the common IE bugs. Forewarned, you can design in a way that circumvents them rather than having to do a lot of rework to fix for IE. I know this practice saves me a lot of time. Here's a good starting point:

    http://www.queness.com/post/683/10-awful-ie-bugs-and-fixes


  • Advertisement
Advertisement