Currently, my approach involves using conditional comments to connect to a CSS file named "IEonly.css" if the Internet Explorer version is not greater than 8. My goal is to modify certain properties in the standard CSS file. Oddly enough, IEonly.css effectively establishes new CSS properties but fails to overwrite the properties in the regular CSS file!
(My target browser is IE7).
Please assist!
UPDATE: I tried adding an !important after the CSS style to see if it would make a difference. Unfortunately, it did not resolve the issue.