My navigation column contains an "hr" divider between each link anchor, but I use an image instead of a straight hr. Check the left column here. That's quite a bit of <li>image</li> coding!
I thought there's a way to add the "texashr.gif" to the css for the nav-left ul, but apparently I've gotten incorrect information on how to do that. here's the css for the left nav column:
#nav-left {
background-color:#ebe0cc;
text-align:center;
width:185px;
margin-left:15px;
padding:10px;
border:1px solid #8b4513;
float:left;
}
.nav-left image {
border:0px;
}
.nav-left ul {
list-style-type:none;
padding:0px;
margin:0px;
}
.nav-left li {
color:#aa4400;
margin-bottom:4px;
}
After a few days of research, I thought bottom-border: url(/siteimages/texashr.gif); would be the key, but no matter where I put it in the above coding, it doesn't work. It would be nice to have a lot less <li></li> entries in the body html. If this is possible, what the heck am I missing?
Any guidance is greatly appreciated! I don't mind reading and learning, but apparently I haven't found the right tutorial to read!
Have a great evening, and God bless!

Help













