Hi,
I have switched on CSS buttons. They are fine in Firefox but in IE7 the 'Tell a friend' and 'write review' appear to be cut off at the top and bottom.
(Add to cart is fine)
Any ideas?
Thanks
Liz
Hi,
I have switched on CSS buttons. They are fine in Firefox but in IE7 the 'Tell a friend' and 'write review' appear to be cut off at the top and bottom.
(Add to cart is fine)
Any ideas?
Thanks
Liz
In stylesheet_css_buttons.css file
under .cssButton, .cssButtonHover
un-comment display: block;
That should fix clipped css buttons in IE and display full buttons with missing sides.
Juxi
Sorry, couldn't edit my post.
Should have added "and change to display: inline-block;"
So the Prev/Next row will display in a row.
Juxi
Thanks, that was a help.