menus not displaying correctly in safari

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
winbach
Advanced
Advanced
Posts: 18
Joined: Mon Sep 13, 2004 4:00 pm
Contact:

menus not displaying correctly in safari

Post by winbach »

I am using the menus on a few sites.

http://www.tmib.com top menu does not display at all

http://www.lyydy.com shows menu in bar below table

everything works great on a PC just FYI.

Any tips to get this to display in Safari????

Thanks for your help.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

I don't see blank.html you need to place this empty file in your directory for secure server. There is an explanation somewhere...

I don't know if it makes a difference but in your items you have
url= https

try taking the space out.

let us know if that helps, I think you may have the url wrong on the second link.

maz
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Four things...

1. Remove the space after url= in the main menu as Maz mentioned.

2. Remove the menuStyle definition from the HTML. You already have it defined in the _data file.

3. Remove the top= and left= definitions. You already have the menu defined as relative, so they are not needed.

4. The biggie - at the menu in the HTML you have <script language="">. You really need to tell the machine the language in use! Try <script language="javascript" type="text/javascript">.
John
Post Reply