Page 1 of 1

Strange problem when using search

Posted: Tue Mar 14, 2006 10:43 am
by bpj553
Hi Norman,

I posted something similar on the actinic forums, but I think this is the correct place. Just gone live on my site, and the menu works ok. Except if you run a 'quick search' on my site the menu doesn't display properly. If you then click on a product from that search results it is also carried through to the product page.

It's a guess, but it's as if the <link rel="stylesheet" type="text/css" href="pop_style.css" /> isn't picking up.

Thanks.

Posted: Tue Mar 14, 2006 4:01 pm
by norman
Are you live now? Can you post an URL so I can see what's happening?

Posted: Tue Mar 14, 2006 5:08 pm
by bpj553

Posted: Tue Mar 14, 2006 6:35 pm
by norman
Your link code

Code: Select all

<link rel="stylesheet" type="text/css" href="pop_style.css" /><style type="text/css">
<!--
.style4 {font-size: 11px}
.style5 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
is in the wrong place on the search results. You have it betwen the HTML and HEAD tags. It must be placed in the HEAD area and after the BASEHREF line. A good place would be after the

<SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

line.

Posted: Tue Mar 14, 2006 7:27 pm
by bpj553
Thank you Norman. Problem solved.