Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    135
    Plugin Contributions
    0

    Default Need Help with CSS Issue

    Hi Everyone. We have a website that looks just right in Firefox, but in IE6 and 7, the spacing is just completely off.

    Can someone please help with this???

    In IE6 there is too much extra white space at the bottom. In IE7, there is too much at the top. You can see the extra space under the heading "Monthly Specials for November".

    I've spent hours trying to figure out how to make it look right in IE but it's just not working. Everything is great in FireFox.

    http://www.mycupcoffee.com

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Need Help with CSS Issue

    I probably shouldn't help a competitor but it looks to me like most of that white space is at the bottom your header background image.

    Also, your header image is 180px high, while your #logoWrapper is only 156px high.

    I'd strip the white space off the bottom of the image, then adjust the #logoWrapper height.

    If you have to get rid of or move the Bookmark thing, that wouldn't be a bad thing.

    Also, if you add display:none; to #logo, it'll get rid of that red 'X' in your header in IE.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    application error Re: Need Help with CSS Issue

    Also, I don't think this is what you wanted to do:

    #special_items{
    width:95%;
    border:1px solid black;
    position:relative;
    margin:0px auto 0px auto;
    /*for ie6*/
    margin: 900px 0 0 0;

    }

  4. #4
    Join Date
    Aug 2008
    Posts
    135
    Plugin Contributions
    0

    Default Re: Need Help with CSS Issue

    A competitor!!! Well thanks for being a nice guy about it.

    I will look at getting rid of that X in IE. That was going to be my next question.

    I know what you mean by the:

    #special_items{
    width:95%;
    border:1px solid black;
    position:relative;
    margin:0px auto 0px auto;
    /*for ie6*/
    margin: 900px 0 0 0;


    I had to put the /*for ie6*/ to get the content into the "Specials for November" box. It looks the way it should except for all the extra space. If that 900px wasn't there, all of that content would be at the very top.

    I just don't know what else to edit to get rid of it.

 

 

Similar Threads

  1. Need Help with Css
    By giftsandwhatnot in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Sep 2011, 12:28 AM
  2. I need help with CSS Stylesheet
    By rspencer1762 in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 8 May 2011, 07:43 AM
  3. Need help with CSS issue & logo
    By DigitalGuard in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Aug 2010, 09:43 AM
  4. HELP! Weird CSS Issue with Safari and Chrome Browsers
    By limelites in forum General Questions
    Replies: 19
    Last Post: 4 Oct 2009, 07:25 PM
  5. Need help with stylesheet_new.css
    By yeaboy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jul 2006, 11:04 PM

Posting Permissions

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