CSS

Associate
Joined
26 Jan 2006
Posts
1,502
Hello,

I am puzzled with some CSS rules I wrote for changing the default bullets of a list with some custom pictures.

li { list-style-image: url(file); } works fine, but how I resize images with CSS?

Edit: After reading all W3C css school and 20-30 random tutorials, I still cant find a way to make them small :(


Thanks
 
Last edited:
Back
Top Bottom