Hallo,
i ' m busy with a horizontal bar for navigation. I'm using CSS and unordered list. My bar looks fine but the selected list images will not show. My style:
The link is ok, i checked this while disabling "display: inline".PHP Code:<style type="text/css">
<!--
#nav1{
position: absolute;
left: 25px;
top: 120px;
}
#nav1 ul {
text-align: center;
margin-left: 0;
padding-left: 0;
}
#nav1 li {
padding: 3px 10px;
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
list-style-image: url(images/red_bullet.gif);
list-style-position: inside;
list-style-type: none;
}
-->
</style>
Please help me, what wrong?


Reply With Quote
Bookmarks