css
By: a guest | Mar 19th, 2010 | Syntax:
None | Size: 0.76 KB | Hits: 70 | Expires: Never
body {
text-align:center;
}
#kontejner {
width:778px;
margin:0px auto;
}
#zaglavlje {
width:778px;
height:65px;
background: url("images/topbg.jpg") no-repeat left;
}
#gore {
height: 164px;
background: url("images/header.jpg") no-repeat left;
}
#izbornik1 {
float:left;
margin-left:60px;
font-family:arial;
}
ul.okomito, li {
list-style:none;
margin:0px;
padding-top:8px;
}
ul.okomito li a, ul.okomito li a:visited {
list-style:none;
margin:1px;
padding: 2px 0px 2px 15px;
width:120px;
border-bottom:2px dashed #AECCCA;
background:url("images/bullet-normal.gif") left no-repeat;
color:#305E5C;
text-decoration:none;
}
ul.okomito li a:hover {
background:url("images/bullet-hover.gif") left no-repeat;
}