Results 1 to 2 of 2

Thread: Big Firefox/Chrome Issues

  1. #1
    Join Date
    Feb 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Big Firefox/Chrome Issues

    Hi Folks, I've developed a site in IE that works perfectly, but falls to pieces in Firefox Chrome - the layout gets destroyed and there are issues with the menu text rendering etc.

    I'm hoping that it's fairly simple float issues and not something fundamental as the stylesheet is fairly complex, but i've been unable to figure out what the problem is.

    The site is http://www.absolutelyfit.co.uk and the stylesheet is http://www.absolutelyfit.co.uk/css/style.css

    Any help would be grately apprieciated

  2. #2
    Join Date
    Feb 2010
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default if your hadn't already done so, try this

    If I understand your question, correctly,

    I don't have alot of experience with IE, everything I have done is in FF3.5,3.6, so I am not sure if this helps or not.

    I do know that it works for me, everytime
    <html>
    <head>

    <style type=text/css>

    body {
    margin: 0;
    padding: 0;
    width: 100%;
    }

    .wrapper {
    margin: 0;
    padding: 0;
    width: 95%;
    }

    <body>
    <div class="wrapper">

    <!-- Everything goes here --->

    </div
    </body>
    </html>

    Page is centered.
    The bonus is that by adjusting the wrapper width, you can have two background colors, one for body and one for wrapper, which gives a nice effect.

    works for me (in FF)

    bill.onthebeach

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •