Page is a not externally linkable
AnkaS - 7:08 pm on Sep 26, 2011 (gmt 0)
This is my code, perhaps I did something wrong...
ul#links {
font-family:Arial,serif;
font-size: 12px;
display: block;
margin-left: 4;
list-style-type:none;
text-align: left;
line-height: 10px;
}
#links li a{
list-style: disc inside url("/files/images/BulletRedArrow.jpg");
padding-left: .8em;
}
#links li a:hover{
list-style:none;
list-style-type:none;
background:url('/files/images/BulletBlkArrow.jpg') no-repeat left top;
background-position: 0 .1em;
padding-left: .8em;
}
You can see under #links li a:hover I have the old code and under #links li a, the new code. In the IE browser, it looks exactly the same and in Chrome the bullets show.