T's ok, i kinda fixed it, the real problem is 'the first thing on my style sheet, doesn't get any style'
did you forget to add class="bar" for your image tag? or also it could be that the stylesheet reference location is wrong. if it's in a folder previous from the actual location of the html file, you need to put "../stylesheet.css"
No all is right, like i said, if i put the style code into the html file instead of the reference the img works, if not, only the div works guess nobody knows... WIAT!! I fixed it! Well actually its still broken, i just worked around it, t'would seem that the fist thing in the style sheet doesn't get done, in this case img.bar I just added li.blankedness{ font: xx-large; } Code (markup): to the top of the style sheet, now everything works. But still...