Thread: I hate IE
View Single Post
  #5  
Old 09-05-2008, 06:11 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: I hate IE

Quote:
Originally Posted by Cyber Matrix
Yes, I'm using fast lane and removed the css of the fast lane checkout and left only the main skin1 css file it still left justified the cart page in IE. I even turn off fast lane checkout in the admin and that did not work.

I think it is related to the container and this is the code which looks right to me.

#Container {
HEIGHT: 100%;
width: 980px;
margin: 0 auto;
background-color: #FFFFFF;
}
But what does not make sense is the site renders center on all pages expect for when you are on the cart page.

And Yurij what javascript are you referring too?

Add any product to the cart and go to page "http://www.myofficechairs.biz/cart.php".
After that open html source current page and you will see, what I talk about:


PHP Code:
.............
<
style type="text/css">
#available {
    
displaynone;
    
colorgreen;
}
#not_available {
    
displaynone;
    
colorred;
}
</
style><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
title>
................... 

You have wrong html structure cart.php page.
Reply With Quote