Opera compatibility

Search engine friendly UL list type menu for Actinic V8 and V9. Styled by CSS and animated by a small JavaScript.
Post Reply
peterthake
Posts: 6
Joined: Fri Nov 14, 2008 12:28 am

Opera compatibility

Post by peterthake »

Hi Norman,

Norlist V112 does not work with the latest Opera browser (Version 10.10). On windows XP.

Any fixes in the pipeline?

Many thanks,

Pete
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Opera compatibility

Post by norman »

Try the update posted in the sticky at the top of this forum. That works fine for me.
Norman
peterthake
Posts: 6
Joined: Fri Nov 14, 2008 12:28 am

Re: Opera compatibility

Post by peterthake »

I thought I had done that Norman - I will double check, thanks!
peterthake
Posts: 6
Joined: Fri Nov 14, 2008 12:28 am

Re: Opera compatibility

Post by peterthake »

Hi Norman,

I have done the update and whilst the menu is better, it does not display properly. Opera Version
10.10. It displays as text. My web site is www.euro-yo.com
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Opera compatibility

Post by norman »

That page seems completely broken in my Opera 10.10. Since NorList on other sites works fine in opera 10.10, it's likely that it something else that's wrong.

I see you have invalid HTML in that you have:

Code: Select all

<div class="surround">
<body .....>
.
.
</body>
</div>
And that DIV outside the BODY of the page is confusing things. Delete it (and the </div>) or move them inside the BODY to make it valid.
Norman
peterthake
Posts: 6
Joined: Fri Nov 14, 2008 12:28 am

Re: Opera compatibility

Post by peterthake »

Wow, thanks Norman. I had not expected you to be so thorough - I will check my coding! :oops:

Update: that fixed the problem, many thanks for excellent help :)
Post Reply