http://quiltronwebsales.com/x-cart/product.php?productid=17516
Hello,
I have been fooling with the header and have it pretty much the way I want it. I'm not sure
that it has ben done in a usual manner, but it seems to hold together on all browsers. I
havene't tried Mac, but have tried Safari for PC
Anyway -
I am moving on to the stuff down below in the main container, specifically the "right-bar".
I have tried to replace the CSS from the right-bar field with the CSS feom a newly created
"right-box" field.
It works as far as the overall layout not exploding apart. which is what happens when I
atempt to place the "maufacturer's" tpl into the "right-bar" field, as is. I assume the CSS
from the irght-bar conflicts with the inherited / (embedded) CSS in the "manufacturer's"
tpl.
But, although the layout hold together with the CSS exchange, the existing mini=cart tpls
disappear and the manufacturer's tpl won't appear.
My thought is that they have appeared "off screen" and the "overflow" is "hidden." Just a
thought,
My goal is to place the manufcaturers field in the "right-ba"r area and the mimi-cart tpls
at the bottom of the center of the "contents container."
#right-box
{
position:absolute;
top:140px;
left: 600px;
float:left;
width:160px;
margin-left 7px;
border: solid 10px #000000;
}
Original x-cart CSS:
#right-bar
{
position: relative;
right: 7px;
float: right;
width: 160px;
}
Any help would be appreciated.
Thanks,
Dorian