Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Design Forum > HTML / CSS
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-27-2005, 07:11 AM   #1 (permalink)
firealegna
Junior Member
 
Join Date: Dec 2005
Posts: 62
Question Newbie need help on mouse over menu

Hi
I'm newbie in using css. Is mouse-over menu possible with CSS? How can I do it? Any tutorials that you can suggest?

Thanks ('',)
__________________
Free Classifieds Online - the best way to buy and sell items.
firealegna is offline   Reply With Quote
Sponsored Links
Old 12-27-2005, 10:10 AM   #2 (permalink)
corey
Junior Member
 
Join Date: Jun 2005
Posts: 28
Default

Hi,

Sure it is possible. Here is some example code for a simple nav bar:
Code:
<html> <head> <title>Menu Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> <!-- body { background-color: #FFFFF0; font-size: 12pt; color: #003366; font-family: Verdana, Arial, Helvetica, sans-serif; } .sidemenu { background: #9cf; width: 13em; border-bottom: 2px solid #333333; } .sidemenu a { display: block; text-decoration: none; color: #fff; background: inherit; border-top: 2px solid #333333; width: 100%; } .sidemenu a:hover { color: #000; background: #69f; width: 100%; } --> --> </style> </head> <body> <div class="sidemenu"> <a href="#">A BUTTON</a> <a href="#">ANOTHER BUTTON</a> <a href="#">YET ANOTHER</a> <a href="#">A BUTTON</a> <a href="#">A BUTTON AGAIN</a> <a href="#">FINAL BUTTON</a> </div> </body> </html>
Hope this helps
corey is offline   Reply With Quote
Old 08-20-2006, 07:04 AM   #3 (permalink)
tschirmer
Junior Member
 
Join Date: Aug 2006
Posts: 16
Default Re: Newbie need help on mouse over menu

one taht i've used before (i didn't make it just modifed it heaps)

<style>
.menu {
color: white;
font-family: Tahoma;
font-size: 8pt;
font-weight: bold;
border-right: 1px solid white;
text-decoration: none;
background-color: #313031;
padding: 5px;
}

.menu:hover {
background-color: #5A8EC6;
}

.toolbar {
background-color: #313031;
padding: 5px 0px 5px 0px;
}

</style>

<div class=toolbar><a class=menu href="menu1.html" title="Visit Menu Item 1">&nbsp;Menu Item 1</a><a class=menu href="menu1.html" title="Visit Menu Item 2">&nbsp;Menu Item 2</a><a class=menu href="menu1.html">&nbsp;Menu Item 3</a></div>
tschirmer is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 06:11 AM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums