This is what I am targeting to do and have heard you can do it:
I want to have a standard bulleting list, but I want to apply special properties to the text and bullet of the list, I also want for each bullet line this code:
#whateverBullet {
height: 25px;
background-color: #306091;
border-bottom: 1px solid #2B5783;
}
You should get the jist from the code. So basically, I want the bullet and text to go inside this. And everytime I create a new bullet, this code is added to it. I propably explained this really bad, but I have heard that various CSS tab implementations do this.
Thanks,
Oliver