PDA

View Full Version : Problem With Actinic Firefox/Internet Explorer


KeisonProducts
25-Sep-2008, 04:12 PM
I've noticed a problem on our Actinic website shop.

If you visit this link (or any other) http://www.keison.co.uk/acatalog/Kane455ProKit.html and try to buy a product, you will see some of the text is underlined on rollover on the Order Details and following pages, assuming you are using Firefox.

However, if I visit this page using Internet Explorer, the formatting isn't a problem, although the browser does say there is an error.

Can anyone help with this?

We're using Actinic Version 6.

Duncan Rounding
26-Sep-2008, 07:17 AM
Install the Firebug add-in to Firefox and you can inspect the page.

The page has the following just before the Select Shipping Destination:
<a name="top">
If you either remove this from the template or change it to:
<a name="top"></a>

Then the page displays correctly.

It may not be the neatest solution but should do the trick.