Adding to my issues I put a image on the server that I want to show up
on my buttons but it isn't appearing. Here is how I added the CSS for that
The image is definitely
therehttp://theatomicconservative.typepad.com/images/atom.gif
/*define look of buttons*/
ul a{
display:block;
width: 98%;
line-height:1.4em;
background:#1c1c1b ;
border: 1px solid yellow url(images/atom.gif) no-repeat left bottom;
text-decoration: none;
text-align: center;
font-family: arial, "lucida console", sans-serif;
font-weight:900;
}
ul a:hover
{
background:#000000 url(images/atom.gif) no-repeat left bottom;
}
Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************