View Single Post
  #3  
Old 06-24-2010, 01:57 PM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Re: View Cart page no longer shows Left Bar

Hi Steve, thanks for your help, I think I am going to have the One Page Checkout installed, from Altered Cart, and that looks okay on its own page anyway.

Amazon have an astonishingly bad checkout process, and they don't seem to care.

So am I right about V4.3 not having any floats in the CSS anywhere? That's truly bizarre, that such a large company wouldn't have somebody who knew how to use CSS properly.

I guess it explains the bizarre styles such as:

#content-container2 {
float: left;
position: relative;
right: 100%;
width: 200%;

What's wrong with using something simple like:
width: 960px;
margin: 0 auto;

or am I missing something? And why are there two page-containers, two content-containers, and two center styles? It's as if they just kept adding new divs because they didn't know what they were doing, and they've just made the entire site much harder to edit than it needs be.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote