New Zenner
- Join Date:
- Mar 2004
- Posts:
- 65
- Plugin Contributions:
- 1
Shopping cart went abnormal
See image...

As you can see the name went over the shopping cart box.
Also, this item went over the border too.
Views: 1,217
New Zenner
See image...

As you can see the name went over the shopping cart box.
Also, this item went over the border too.
Oba-san
Do you have something in your stylesheet that is saying not to allow a wrap on the class or id?
New Zenner
Linda...
what I did was these
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 1000px;
vertical-align: top;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
width: 1000px;
}
Totally Zenned
Black-Wolf:
Linda...
what I did was these
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 1000px;
vertical-align: top;
}#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
width: 1000px;
}
width: 1000px;
Will it too long? For the width of 1000px, it is almost the full width of a 1024 X 768 screen.
Can it replaced with a percentage?
width: ???%;
Will there a URL to peek of?
.
Tell staff why this post should be reviewed.