How do I target a div without a class or id but with all these specific style-attributes
- by Ben
I'm restyling a certain page where I don't have access to all the source-HTML. So I'm left over with some hard to target elements within a page I need removed.
For example the page is swamped with <div style="float: left; width: 10.25px; height: 284px;"></div>.
To get rid of them I tried this in CSS:
div[style="float: left; width:…