The code that i am using is the following:
<html>
<head>
<style type="text/css">
ul
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
float:left;
}
a:link,a:visited
{
display:inline;
width:140px;
font-weight:bold;
color:#FFFFFF;
background-color:#3366FF;
text-align;center;
padding:4px;
text-decoration:none;
}
a:hover,a:active
{
background-color:#3366FF;
}
</style>
</head>
<body>
<ul>
<li><b><a href="homepage.html">Homepage </b></li>
<li><b><a href="legistlation.html">Legistlation and Rights </b></li>
<li><b><a href="Articles.html">Articles </b></li>
<li><b><a href="Disabilities.html">Disabilities </b></li>
<li><b><a href="otherlinks.html">Other Links </b></li>
<li><b><a href="supportingorganization.html">Supporting Organizations </b></li>
<li><b><a href="guestbook.html">Guestbook </b></li>
<li><b><a href="terminology.html">Terminology </a></b></li>
</ul>
</p>
</p>
</html>
menubar.png 146.94K
102 downloadsI upload an image also of how the menu bar looks like.
If there is anyone that could help me I would apprciate it, because i am going to deliver the site for my final project in my university and i have to correct this problem !!!
THank you very much. !!!
Attached Files
Edited by Alyn, 23 October 2011 - 12:55 AM.
added code tag


Sign In
Create Account



Back to top










