Domain Discussion Board

Go Back   Domain Discussion Board > General > Tutorials

 
Reply
 
LinkBack Thread Tools Display Modes
simple html &css menu.........
Old
  (#1 (permalink))
frih
Member
frih is on a distinguished road
 
frih's Avatar
 
Status: Online
Posts: 91
Points: 745.3
Bank: 1,994.8
Total Points: 2,740.1
Donate
Join Date: Sep 2007
Rep Power: 0
Exclamation simple html &css menu......... - 07-20-2008, 12:37 AM

[SIZE=2]Want to create a simple, intuitive and easy-to-customize menu? This is how you can do it:

1. Firstly, open up the HTML document you want to add a menu to,
2. Then, create the following code in the place where you want your menu to appear:
(Edit any of the link*.html links to link to your other pages and edit the link name to match with your chosen page)


[/SIZE]Code:<div class=”simple-menu”><a href=”link1.html”>Link1</a><a href=”link2.html”>Link 2</a><a href=”link3.html”>Link 3</a></div>


[SIZE=2]3. If you have a stylesheet linked or in the file, then continue to step 4, if not, create the following tags after the <title></title> tags:

[/SIZE]Code:<style type=”text/css”></style>


[SIZE=2]4. Insert the following classes, into your stylesheet:
(Customize any of the values to match your page)

[/SIZE]Code:.simple-menu{
background-color:#FFFFFF;
color:black;
border:1px solid #000;
margin-left:30%;
margin-right:30%;
text-align:center;
}
.simple-menu a{
color:black;
margin:0px;
text-decoration:none;
}
.simple-menu a:hover{
color:white;
border-top:1px solid #666;
border-bottom:1px solid #666;
border-right:1px solid #666;
border-left:1px solid #666;
background-color:black;
}


[SIZE=2]And voila! A finished menu, for your webpage[/SIZE]




[SIZE=2]regars[/SIZE]
[SIZE=2]frih[/SIZE]
   
Reply With Quote
Reply


Thread Tools
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.0
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
Totally Essential Photoshop Tips raja Tutorials 9 07-25-2008 02:48 AM
creating your simple html 4music Scripts 2 03-14-2007 11:20 AM
html tutorials anilshiv Scripts 1 02-20-2007 04:20 AM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.