02-05-2011, 03:34
dopiero zaczynam z css wiec jestem troche zielony wiec dodam jeszcze plik stylu :
Cytat:*{Chodzi o to że styl menu głównego jest dobry natomiast styl menu lewego jest taki sam a ja chcę zrobić inny
margin:0px;
padding:0px;
border:none;}
#calosc{
margin:0 auto;
height:100%;
width:902px;}
#logo{
border:1px solid black;
height:150px;
width:900px;}
#menu{
border:1px solid black;
height:42px;
width:900px;
margin-top:none;
background-color:#808080}
#srodek{
height:100%;
width:100%;}
#menulewe{
border:1px solid black;
height:400px;
width:200px;
float:left;
margin-top:5px;
margin-bottom:5px;
}
#text{
border:1px solid black;
height:400px;
width:660px;
float:right;
margin-right:10px;
margin-top:5px;
margin-bottom:5px;}
#stopka{
border:1px solid black;
height:100px;
width:900px;
clear:both;
margin-bottom:100px;}
ul li{
list-style:none;}
a:link,a:visited,a:hover,a:active{
text-decoration:none;
display:block;
float:left;
line-height:40px;
width:82px;
color:white;
text-align:center;
}
a:hover{
color:#6495ED;
border-bottom:2px solid #6495ED;}
a:active{
color:#6495ED;
border-bottom:2px solid #6495ED;}