Click to See Complete Forum and Search --> : bad menu with css?


Kbee
05-25-2007, 01:40 PM
Hello

Using aspx server technology (had to at this time - hope to change to php soon) and now same old battle with browsers - the site works OK on all but Safari (mac) and Opera (mac/PC) re: the site's simple menu with fly out. On Safari it's so bad it doesn't show the rollovers, and worse still when you click on the first/top menu item the entire menu disappears!

http://www.truthandlife.info/Default.aspx

Any thoughts appreciated. Thanks much

KB

toicontien
05-25-2007, 01:56 PM
You've got javascript events attached to a table row tag. I wonder if that's where Safari and Opera are tripping up? Try moving the events to the <a> tag.

Kbee
05-25-2007, 01:58 PM
Thanks for your thoughts - will try it and let you know.

KB