Gl0rY
06-30-2011, 03:57 PM
hello.
What is the code to move this menu into the middle of the window.
and hove do i change the color of the link that i are in?
i know that i need to change it for ewery site thet i whant it to have a diffrent color in
<style type="text/css">
<!--
body {font: 80% Verdana, Arial, Helvetica, sans-serif;}
a:link{color: #000000; text-decoration: none;}
a:visited{color: #000000; text-decoration: none;}
a:hover{color: #0000ff;}
a:active{text-decoration: underline;}
#meny li{display: inline; list-style-type: none;}
-->
</style>
</head>
<body>
<ul id="meny">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</body>
What is the code to move this menu into the middle of the window.
and hove do i change the color of the link that i are in?
i know that i need to change it for ewery site thet i whant it to have a diffrent color in
<style type="text/css">
<!--
body {font: 80% Verdana, Arial, Helvetica, sans-serif;}
a:link{color: #000000; text-decoration: none;}
a:visited{color: #000000; text-decoration: none;}
a:hover{color: #0000ff;}
a:active{text-decoration: underline;}
#meny li{display: inline; list-style-type: none;}
-->
</style>
</head>
<body>
<ul id="meny">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</body>