seomaster
seomaster

Full CSS Vertical Menu Effects Tutorial

{ Posted on Aug 12 2009 by Ryan Montilla }


If you are looking for a full CSS vertical menu for your site, this article will help you understand a lot. This tutorial is very basic so I know you can follow my tutorial easily. If you have questions, please message me on the comment section and I will answer it soon.

Enjoy with the tutorial.

Your CSS

.menu{
width:184px;
}
a.rollover {
display: block;
width: 184px;
color:#fff;
text-decoration: none;
font-size:12px;
background-color:#fe7e03;
padding:7px 0px 7px 0px;
}

a.rollover:hover {
width: 184px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
text-align:left;
text-indent:10px;
text-decoration:none;
padding:7px 0px 7px 0px;
background-color:#fecd00;
}

Your HTML

<html>
<title>Sample CSS Menu</title>
<head><link href=”mystyle.css” rel=”stylesheet” type=”text/css” /></head>
<body><div class=”menu”>
<div><a href=”aboutus.html”>About OCN </a> </div>
<div><a href=”ocncardprograms.html”>OCN Card Programs </a> </div>
<div><a href=”productandservices.html”>Products and Services </a> </div>
<div><a href=”howtos.html”>User Guide </a> </div>
</div>
</body>
</html>

That’s It! You made your first Vertical Menu Effects

Subscribed with my site for more tutorial updates

Bookmark and Share


Possibly Related Posts:


Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogosphere News
  • Live
  • MyShare
  • StumbleUpon
  • Twitter
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • BlinkList
  • blogmarks
  • BlogMemes Fr
  • Diigo
  • LinkedIn
  • Linkter
  • MSN Reporter
  • MySpace
  • Twitthis
  • Design Float
  • LinkArena
  • Reddit
  • Technorati
  • Upnews
  • Wikio IT
If you enjoyed this post, make sure you subscribe to my RSS feed!


11 Responses to “Full CSS Vertical Menu Effects Tutorial”

  1. That’s great. i’m big fan your site.

  2. Thanks!

  3. Hi,

    Tutorial of CSS and HTML is good and it is beneficial to the Website
    Development and designer professional.

  1. 8 Trackback(s)

  2. Full CSS Vertical Menu Effects Tutorial | aasighee.com
  3. Graphic Design Links and Tutorials
  4. zabox.net
  5. 20 Great Fresh User Links for Designers and Developers | tripwire magazine
  6. You are now listed on FAQPAL
  7. Full CSS Vertical Menu Effects Tutorial | Design Newz
  8. Full CSS Vertical Menu Effects Tutorial - Programming Blog
  9. 網站製作學習誌 » [Web] 連結分享

Post a Comment