I am looking for a way to target a specific image with CSS, if this is even possible.
I am running a CMS where the users can upload images and put them on their pages. I would like a way to target images with specific dimensions.
So the question is, can you make a css line target a image or object with certain dimensional specifications ?
I would imagine something like :
img#width:400px { float :left; }
(to make images that are 400 pixels wide have float:left)
I know i could give the image a class or an id, but it would be lost when the customer plays around in the cms.