Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Internet Explorer + CSS issues

    Is it IE6 or IE7?

    And where can we see your site?

  2. #2
    Join Date
    Mar 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Internet Explorer + CSS issues

    Both IE6 and IE7 aparently.

    And the site is www.datareflects.biz

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Internet Explorer + CSS issues

    I am not that familiar with that template but suspect that the css with it has not been updated...

    Interactively applying a later stylesheet I do not see the issues.

    There is a IE specific stylesheet in the downloads section if that might be of interest.

  4. #4
    Join Date
    Sep 2008
    Location
    London UK
    Posts
    101
    Plugin Contributions
    0

    Default Re: Internet Explorer + CSS issues

    appears you have 2 #mainWrapper in your css so the 2nd one is overriding the first

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

    Default Re: Internet Explorer + CSS issues

    The only actual conflict there is in the margin. It is defined three different times, and the last is what controls:
    Code:
    #mainWrapper {
    
    	background-color: #FFFFFF;
    
    	text-align: center;
    
    	margin-left: 10em;
    
    	width: 900px;
    
    	vertical-align: top;
    
    	}
    
    	
    ...
    	
    
    #mainWrapper {background-image: none;
    
                  padding: 0;
    
    			  margin: 0;}
    
    
    
    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    
    	margin: auto;
    
    	}
    For simplicity and sanity you should gather all #mainWrapper declarations in one rule.

 

 

Similar Threads

  1. Internet Explorer 7 Layout Issues
    By gee38l in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 10 Mar 2010, 05:24 AM
  2. Issues with MS Internet Explorer
    By visionsfromvoid in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Sep 2009, 09:29 PM
  3. Internet explorer 6 and 7 issues
    By welchyboy in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Oct 2008, 09:45 PM
  4. Internet Explorer Issues
    By fantasticals in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2007, 12:44 AM
  5. Internet Explorer 5.0/Cart Issues
    By mouskins in forum General Questions
    Replies: 10
    Last Post: 14 Dec 2006, 09:31 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