I cant figure out how to make the whole area be block. When it is
hover over it, and it has background. It has background but it is
displayed with margin and padding. And i want whole area to be filled
with background when hover over. I cant figure it out...

<ol id="meni">
<li class="pocetna"><a href="Pocetna.html">Početna</a></li>
<li><a href="Festivali">Festivali</a></li>
<li><a href="Clanci">Članci</a></li>
<li><a href="Recenzije">Recenzije</a></li>
<li><a href="http://www.filmske-radosti.com/forum";>Forum</a></li>
<li><a href="Preporucujemo">Preporučujemo</a></li>
<li><a href="Galerija">Galerija</a></li>
<li><a href="Projekcije">Projekcije</a></li>
<li><a href="Kontakt">Kontakt</a></li>
</ol>

CSS code

#meni {
    list-style:none;
        text-decoration:none;
        background:#CC3333;
        padding-left:15px;
        margin-left:200px;
        margin-top:50px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom:0;
        display: block;
}
#meni li {
    display:inline;
        padding-left: 0;
        padding-right:8px;
        margin-bottom:0;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        font-family: tahoma;
                        }

#meni li a {
text-decoration:none;
color:#FFF;
margin:0;
padding:0;
}

#meni li a:hover {
text-decoration:none;
color:#FFF;
}

#meni li.pocetna {
background:#000000;
margin:0;
}

#meni pocetna a {
text-decoration:none;
}
#meni a:hover {
text-decoration:none;
background:#000;
}

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to