Click to See Complete Forum and Search --> : Navibar menus


Xeenslayer
05-05-2003, 04:42 AM
Need some help here.

I want my submenu to be positioned right beside the original link. Here is the page: http://www.dhs3l2003.netfirms.com/navibar.html

In the case of that site, I want the submenu with "GAH" and "BAH" to be positioned right beside "Class events". How can that be done? Also, is the code and structure for my menu bar correct at all?

Thanks in advance.

Jona
05-05-2003, 11:52 AM
Looks like you need to better position you DIV (in the styles):

#classevents {
position: relative;
top: -2em;
left: 9em;
display: none;
}

The above is what you have. Change the top: -2em; to something like top:1em; or something like that and see what happens. You have to align them properly--vertically and horizontally. ;)