http://hammock.net/index.php/contact-us-menu
khoand,
That worked! I added a bit of padding for the tips section
div.ja-moduletable.moduletable_gmap ul li {
background: url(../images/bullet.gif) no-repeat 0px 7px;
padding-left:10px;
}
I don’t mean to sound ungrateful, because I am (it worked) but it still strikes me strange that you had to resort to a background image when CSS so easily has built in bullets for list-style or list-style-type and can swap in images. Any idea why the list-style is so hard to override?
Thanks, I really do appreciate your help.
Scott