I'm using a standard Actinic layout for products (standard layout using css)... However, there appears to be a conflict with 'float: right' applied to the buy button (see http://trials.actinic.com/trials/tri..._ed_plaque.htm)
The buy button should sit across to the far right of the product information - on my Actinic 'page view' this is correct, but when I upload to the web, I get a conflict.
I have run firebug (in Firefox) and on the buy button element there appears to be a problem with my #content div which has 'float: left' to ensure each #content element sits up against the left hand side of the previous DIV...
Removing the 'float:left' from #content div pushes the product content down beneath the left hand menu, rather than sitting next to it.. I've also tried leaving 'float:left' in, and added 'clear:both', but this does the same as removing it!
Can anyone help me with this please?
The buy button should sit across to the far right of the product information - on my Actinic 'page view' this is correct, but when I upload to the web, I get a conflict.
I have run firebug (in Firefox) and on the buy button element there appears to be a problem with my #content div which has 'float: left' to ensure each #content element sits up against the left hand side of the previous DIV...
Removing the 'float:left' from #content div pushes the product content down beneath the left hand menu, rather than sitting next to it.. I've also tried leaving 'float:left' in, and added 'clear:both', but this does the same as removing it!
Can anyone help me with this please?
Comment