I've just started work entering some products that
involve "attributes", "components" and "Choices". What a nightmare! One page in the manual and a flow chart just doesn't cut it!
Anyway, I've taken a break from what I really wanted to do and have included a product that has five choices of colour. (No components required)
I've had to create a new layout for this as my "compact" layout was getting broken and looking messy.
The problem I have is that the "drop down box" and the "buy" button is sticking to the right hand side like glue. You can see the result here.. http://www.magicalwonders.com/acatal...umables2.shtml
It's the last item on the page, and I've left borders on for this layout.
I have tried adding a class to the style sheet:
But I'm obviously not referencing it properly in the html. I'm getting that Deja Vu feeling.
I've tried including the class in the cell that contains the "buy" button. I've applied <span> etc, but nothing seems to work for me.
I can get it to shift with cellpadding - but that of course affects the rest of the cell.
At the moment, the above url page does not have my new class specified. I can't think where else to put it!
Can anybody suggest how I can fix this?
Many thanks,
Myles
involve "attributes", "components" and "Choices". What a nightmare! One page in the manual and a flow chart just doesn't cut it!
Anyway, I've taken a break from what I really wanted to do and have included a product that has five choices of colour. (No components required)
I've had to create a new layout for this as my "compact" layout was getting broken and looking messy.
The problem I have is that the "drop down box" and the "buy" button is sticking to the right hand side like glue. You can see the result here.. http://www.magicalwonders.com/acatal...umables2.shtml
It's the last item on the page, and I've left borders on for this layout.
I have tried adding a class to the style sheet:
Code:
.variablepad { padding-right: 10px; }
I've tried including the class in the cell that contains the "buy" button. I've applied <span> etc, but nothing seems to work for me.
I can get it to shift with cellpadding - but that of course affects the rest of the cell.
At the moment, the above url page does not have my new class specified. I can't think where else to put it!
Can anybody suggest how I can fix this?
Many thanks,
Myles
Comment