RonMA68
03-13-2006, 10:22 AM
I'm hoping that someone here can help with this annoying problem.
http://216.122.158.195/index.html
On the left-hand side there is an unordered list called: "We need you to help us:"
Of course this works fine in some browsers and some it doesn't. Primarily I.E. 6 is having an issue where the bullet image doesn't show up until you refresh the page.. now why in the world this could be happening is beyond me.
Here is the CSS:
#Col1 ul {
padding: 5px 0px 20px 0px;
margin:0px;
background-color: #9C7991;
color: #FFF;
}
#Col1 li {
background: url(../images/structure/li-plus.gif) no-repeat 0 10%;
padding-left:10px;
margin-left:3px;
margin-bottom:5px;
background-color: #9C7991;
color: #000;
}
I'm thinking that the problem is in the padding or margins or something, but I've changed them over and over and still not having any luck.
CSS experts??
thanks,
Ron :confused:
http://216.122.158.195/index.html
On the left-hand side there is an unordered list called: "We need you to help us:"
Of course this works fine in some browsers and some it doesn't. Primarily I.E. 6 is having an issue where the bullet image doesn't show up until you refresh the page.. now why in the world this could be happening is beyond me.
Here is the CSS:
#Col1 ul {
padding: 5px 0px 20px 0px;
margin:0px;
background-color: #9C7991;
color: #FFF;
}
#Col1 li {
background: url(../images/structure/li-plus.gif) no-repeat 0 10%;
padding-left:10px;
margin-left:3px;
margin-bottom:5px;
background-color: #9C7991;
color: #000;
}
I'm thinking that the problem is in the padding or margins or something, but I've changed them over and over and still not having any luck.
CSS experts??
thanks,
Ron :confused: