PDA

View Full Version : How do you do this fading navigation popup thing...?



blah-de-blah
August 6th, 2003, 01:05 AM
Ok so what i mean, is in this site:

http://www.avrilbandaids.com/

you see the nav bar? When you rollover it, the popup fades in and out. I noticed its not flash, and i thought popups wouldn't be able to do that :-\ This looks very nice, so i was wonderin how it would be done and using what language?

I only know you can make popups in fireworks, not sure of any other way :-\ ANy know?! thankks!

RussianBeer
August 6th, 2003, 03:00 AM
I see no rollover...

blah-de-blah
August 6th, 2003, 03:06 AM
are you sure? You know where it says pictures, reviews, media, clubinfo etc...

THere should be a dropdown menu when you rollover the navigation bar :-\

RussianBeer
August 6th, 2003, 04:00 AM
do u have to be a member to see it..

lostinbeta
August 6th, 2003, 04:13 AM
The fade is most likely only visible in IE (CSS Filters).

Here are a bunch of interesting DHTML menu navigations...

http://www.milonic.co.uk/menu/

blah-de-blah
August 6th, 2003, 06:19 AM
Ah thank you, but just wondering...Do i have to download the menus here? I would rather use codes since i could learn from understanding it :) Do these provide the code? or is it just like a componenet thing?

lostinbeta
August 6th, 2003, 02:21 PM
To code something like that is a bit advanced, if you don't know Javascript/CSS (DHTML) then making one of these menus will be quite the arduous task on your own.

Voetsjoeba
August 6th, 2003, 02:23 PM
There's one here (http://www.dynamicdrive.com/dynamicindex1/topmen4/index.htm) too =)

blah-de-blah
August 7th, 2003, 12:02 AM
Ohh, i guess i will have to learn javascript then :)

Oh and you said CSS (DHTML)....Why did you put the dhtml in the brackets?! They're not the same thing are they??

lostinbeta
August 7th, 2003, 01:04 AM
DHTML is a combination of Javascript and CSS .... a pain in the arse combination.


Voet: Look at the makers of that menu you posted... then look at the link I posted.... ;) ;)

blah-de-blah
August 7th, 2003, 01:22 AM
ahh...Ok i am already working on my javascript :P thank you for the help :)