Can CSS be used on a data attribute of an object tab? Here is the code snippet (excluding attributes like type):
<object data="www.example.com">
I am interested in styling "www.example.com" from my own site using CSS. The mobile site I am attempting to style appears differently in every browser version. My goal is to achieve consistent styling across all browsers. Are there any legal implications when modifying another site (not owned by me) using CSS?