Hello!
Similar to selecting img[title="test"] can I somehow select images that have a style property of float set to left?
I want to set left and bottom margins for them which don't apply to right floating images.
Thank you.
Hello!
Similar to selecting img[title="test"] can I somehow select images that have a style property of float set to left?
I want to set left and bottom margins for them which don't apply to right floating images.
Thank you.
Not possible without JS. You can put a class on the images or their parents and make a rule, though.