Is there a way of controlling the height of the description box, so the add cart box will lie directly under it no matter how long the product description text is?
Is there a way of controlling the height of the description box, so the add cart box will lie directly under it no matter how long the product description text is?
Also just tested my site on IE browser and the layout is all over the place, and multiple images don't show. Anyone else have problems with IE?
Are you using the latest version of the contribution?
http://www.zen-cart.com/index.php?ma...roducts_id=672
Last edited by ckosloff; 6 Aug 2008 at 01:02 AM. Reason: addition
Yes.
I removed the css stylesheet, and everything was fine though. So there must me something wrong with it. Can you spot anything:
http://monkeypeach.co.uk/index.php?m...products_id=12/*beginning of Product Display code*/
#productImageWrapper {
float: left;
width: 120px;
}
#productDescriptionWrapper {
width: 320px;
margin-left: 380px;
background-color: #FFFFF;
}
#productAdditionalImages .additionalImages a {
float: left;
margin-left: 10px;
}
/* end of Product Display code */
The stylesheet is there for your convenience, as an example.
It is clear from the instructions that you have to customize it.
It is just something that works on my site, it might not work in yours.
However, the selectors that you have to use are there, just play around with the values.
margin-left: 380px;
value in included stylesheet is 120px;
380 seems way overblown.
I guess I'll have to use another way of getting the additional images under the main pic.
380 isn't overblown when you consider how small your main image is to mine. ;) It would overlap otherwise.
You can make a thumbnail of large image and a link to it, or use Lightbox as I do.
Try clicking on any main image in my site and you will see what I mean.
#productImageWrapper {
float: left;
width: 120px;
}
If you need 380px of margin to clear your main image, limiting the image wrapper to 120px is likely to cause problems.
Bookmarks