Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to create a menu on rollover
Old 03-04-2007, 12:16 PM How to create a menu on rollover
Average Talker

Posts: 24
Trades: 0
Does anyone know a good tutorial on how to create one of those menus that come up on rollover of a navigation button? I think you can do it with CSS but I can't find out how. I'd prefer CSS over Javascript or anything else.

Thank you,
F.D.
__________________

Please login or register to view this content. Registration is FREE
FabryDesign is offline
Reply With Quote
View Public Profile Visit FabryDesign's homepage!
 
 
Register now for full access!
Old 03-04-2007, 01:49 PM Re: How to create a menu on rollover
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
Plenty of links to follow in the stickies in the CSS forum. But here is one to get you going: http://css.maxdesign.com.au/
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 03-04-2007, 03:15 PM Re: How to create a menu on rollover
Angelosanto's Avatar
Webmaster Talker

Posts: 554
Name: Danny Angelosanto
Trades: 0
This is a basic bit of CSS for a rollover menu:

a.menu
{
font-family:verdana;font-size:12;background-color:#FF0000;padding:0.2em
}

a.menu:hover
{
background-color:#FFFF00
}


Obviously you can change the entire thing to give your text a different appearence but use that as a foundation to build on and experiment with different things.

Once you have decided on a style, put everything into a list like this:

<ul>
<li><a class="menu" href="http://www.yourlink.com">Home</a></li>
<li><a class="menu" href="http://www.yourlink.com">About</a></li>
<li><a class="menu" href="http://www.yourlink.com">Contact Us</a></li>
</ul>

Hope that helps
__________________
"Those who believe in telekinetics, raise my hand."
-Kurt Vonnegut
_____________________________________
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 03-04-2007, 03:29 PM Re: How to create a menu on rollover
Novice Talker

Posts: 14
Trades: 0
You can use the class "link" for your <a class="link"></a>
and you will see the effects on rollover

----------------------------------------------------------------
a.link
{
font-family:verdana;font-size:10;background-color:#FF0000;
}

a.link:hover
{
background-color:#000000;
}
----------------------------------------------------------------

Thanks
www.inno-max.com
Innomax is offline
Reply With Quote
View Public Profile
 
Old 03-04-2007, 06:47 PM Re: How to create a menu on rollover
Average Talker

Posts: 24
Trades: 0
I know how to make a button change on rollover, I am wondering how to create one of those navigations where when you rollover one of the mian navigation buttons, below it a menu homes up with more options.
__________________

Please login or register to view this content. Registration is FREE
FabryDesign is offline
Reply With Quote
View Public Profile Visit FabryDesign's homepage!
 
Old 03-04-2007, 10:35 PM Re: How to create a menu on rollover
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
http://css.maxdesign.com.au/listamat...rizontal04.htm
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 03-05-2007, 09:58 AM Re: How to create a menu on rollover
Average Talker

Posts: 24
Trades: 0
I tried that but couldn't adapt it to my site.
__________________

Please login or register to view this content. Registration is FREE
FabryDesign is offline
Reply With Quote
View Public Profile Visit FabryDesign's homepage!
 
Reply     « Reply to How to create a menu on rollover
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.82586 seconds with 12 queries