Quote:
Originally Posted by LeadMagnet
all your A tags in that list have display:block; set which seems to be throwing things off (at least in firefox anyway).
Have you got this uploaded somewhere? Would be much easier to find the problem if we could see it all together in 1 place.
Also, what's this about: text-indent:-99999px;
as for the images being a different width, if you really needed to specify it, then you would probably just use an id tag selector for that.
But for re-using the same code on similar tags, class is better.
|
I dont have it uploaded anywhere yet. I'll play around with your suggestions later today and upload it.
The text indent is a trick to keep the site accessible. Whatever has a -99999 indent ment means it cant be seen in a normal browser window, but will still show up correctly without styles.