PDA

View Full Version : vertical navigation & links


leeegglestone
01-28-2006, 04:00 PM
Ive got a basic vertical navigation working

http://www.geocities.com/traveladvisorlee/experiment.html

Can someone advise me on what improvements I need to make

Firsty, how do i get the sub menu to appear in line with the actual Main Menu text
e.g Hover over Destinations, and the List be on the same level but to the right so that it is clear.

I used dreamweaver and amended some code to do this. on my dreamweaver design mode, all of the Left side - destination,make a request etc are jumbled up over my page, but on preview in browser all sit exactly below each other, strange.

For one of the destinations - Dubai, i set a link on it, how do i get it to open in the middle of my Homepage so it replaces the area where all the text is.
I looked for Set as Target but not sure how to direct it to where I want??

mark87
01-29-2006, 11:42 AM
Change margin-top to margin-top : -27px; in #nav li ul, and you might want to change margin-left to margin-left : 11.20em; also because before there was a gap causing problems.

From what I've heard DW's preview isn't very good so test in proper browsers.

To set the target thing you'll either need to use iFrames, and use target="iframename", or rely on JavaScript to replace the content of an element.