Thread: CSS for IE7

Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Location
    crewe
    Posts
    41
    Plugin Contributions
    0

    Default Re: CSS for IE7

    Thanks Stevesh, you were right
    I didn't even think of it. It solved the problem of width of the left column, but the css for the rest of the main page still doesn't work
    I guess that changing width od the boxes should actually fix the problem, but I'm unable to do it.

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: CSS for IE7

    You have used a huge negative margin to get your categories heading positioned; maybe this is not sitting well with IE7.

    stylesheet.css (line 900)
    h3.leftBoxHeading, h3.leftBoxHeading a {
    color:#FFFFFF;
    font-size:1em;
    margin-left:-100px;
    }

    Change to

    h3.leftBoxHeading, h3.leftBoxHeading a {
    color:#FFFFFF;
    font-size:1em;
    padding-left:23px;
    text-align:left;

    }

  3. #3
    Join Date
    Sep 2010
    Location
    crewe
    Posts
    41
    Plugin Contributions
    0

    Default Re: CSS for IE7

    Ok, so I made this changes and they made quite a big difference, so thank you guys but still not everything works right. I got rid of the white space mentioned previously- it was caused but a wrong decision while writing the css code again. Unfortunately, it doesn't fix the problem in IE7- the menu just goes very far to the left. But still, the progress made makes me a little less miserable

  4. #4
    Join Date
    Sep 2010
    Location
    crewe
    Posts
    41
    Plugin Contributions
    0

    Default Re: CSS for IE7

    OK, I made quite a lot of changes in the css code and now everything works fine. I found a way to get rid of separate stylesheets so now ie7 works much better, but still not perfect though.
    Thanks for help :)

 

 

Similar Threads

  1. Problem with CSS in IE7
    By local1970 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 10 May 2009, 11:08 AM
  2. CSS changes for IE7
    By howb in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Aug 2008, 06:38 PM
  3. css button and a:active in IE7
    By chabates in forum General Questions
    Replies: 2
    Last Post: 9 Jun 2008, 02:03 AM
  4. CSS Buttons - IE7 Issue
    By OJM in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jan 2008, 02:00 PM
  5. Have glitch w/ CSS for product category menu in IE7
    By RollingSphere in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 2 Jul 2007, 10:41 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