Problem with Horizontal

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Chris Tostevin-Hall
Beginner
Beginner
Posts: 3
Joined: Thu Jul 18, 2002 1:57 pm
Location: Guernsey C.I.
Contact:

Problem with Horizontal

Post by Chris Tostevin-Hall »

My menu works fine in Vertical mode, however, if I switch it to Horizontal mode all that is displayed is a small speck (a few pixels). I have compared my array specification with the demo (which switches without problem) and can't see what's wrong.

Anyone else seen this problem?

TIA

Chris.
Chris Tostevin-Hall
Neosight Technologies Limited
http://www.neosight.com
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

A URL would help... :cry:
John
Chris Tostevin-Hall
Beginner
Beginner
Posts: 3
Joined: Thu Jul 18, 2002 1:57 pm
Location: Guernsey C.I.
Contact:

The strange world of DHTML

Post by Chris Tostevin-Hall »

Hi John,

I'm not ready to put the site on the web server yet! Anyway I doubt that it would have helped too much :D

You see I'm not including the menu code in the usual way (include of a menu_array.js), what I'm doing is building the menu array code on the fly with XSL transformations of XML documents from our own application server. The XML document specifies the data and the layout of the page using calls to our XSL components, the latest of which called webMenu encapsulates the Milonic menu. The problem was the position of the dynamically built JS in my HTML. For some reason the horizontal style of the menu just didn't like where it was although the vertical style was quite happy :?: I moved the point at which I transform the webMenu template to just before the </body> and its now happy ;)

So now I'm :D too!

Chris.
Chris Tostevin-Hall
Neosight Technologies Limited
http://www.neosight.com
User avatar
mvnholio2
Beginner
Beginner
Posts: 2
Joined: Fri Jul 19, 2002 1:17 pm
Location: bali
Contact:

hi

Post by mvnholio2 »

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

Post by John »

Jeepers, Chris - you really expect me to handle that on a Monday morning :!: :?: :!:

Anyway, glad it's working.
John
Post Reply