I'm making a website and the link menu is going to have little animated bullets in front of every link. When coding, I simply placed the image in front of every link. However, instead of aligning to the middle of the text, the images align with the bottom of the text. I wanted to know if I can control the alignment of all my images through css. This is what I put in my stylesheet but it isn't having any effect:
HTML Code:
IMG {align: middle}
Is there a way to do this? Or a way to define the "bullet" image and use a proper "list" for my links?
Thanks.
|