You are here

drop-up menus?

3 posts / 0 new
Last post
twnty3svn
Offline
Last seen: 15 years 11 months ago
Joined: 2006-04-10 03:24
drop-up menus?

Does anyone konw how to make a "drop-up" menu for a website using either css or java? ie. the submenus hover above the title menus insted of below. I've searched for over an hour but no luck.

Thanks

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
I

don't think it can be done, all of the ones that I tested for www.liberta-project.org didn't support it.

Yours

Steve Lamerton

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Hmm

Actually, it should be possible. Take the part which gives it a position and make it negative. e.g:

position: relative;
top: -5em;

Also, are you coding from scratch or using an existing one?
----
Ryan McCue
Life is like a sewer. What you get out of it depends on what you put into it.
(Tom Lehrer)

"If you're not part of the solution, you're part of the precipitate."

Topic locked