Ho deciso di cambiare un pò il sito e farlo diversamente...ho solo un piccolo problema...come mai mi ritrovo il menu cosi tutto attaccato e sottolineato?
Eppure nel css, ho inserito sia il padding che la proprietà text-decoration:none!
body {
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#000;
text-align:left;
font-style:normal;
background-color:#000;
}
#wrapper {
margin:0 auto;
height:470px;
width:90%;
}
#oversection {
height:60px;
background-color:#000;
width:90%;
}
#logo {
background-image:url(../images/logo.png);
background-position:left;
height:56px;
background-repeat:no-repeat;
margin-left:10px;
}
#mainsection {
height:480px;
background-color:#FFF;
width:90%;
}
#undersection {
height:60px;
background-color:#000;
width:90%;
}
#menu {
height:60px;
color:#fff;
font-size:16px;
margin-left:800px;
margin-top:10px;
}
#menu a:link, #topmenu a:visited {
color:#fff;
font-size:16px;
font-family:"Courier New", Courier, monospace;
padding:10px;
text-decoration:none;
}
#menu a:hover {
color:#CCC;
}
#home {
height:450px;
width:60%;
padding-top:10px;
margin-left:600px;
color:#000;
font-family:"Courier New", Courier, monospace;
}