I'm dealing with a simple div
that has a 2px thick border and absolute positioning, but it's hidden until its parent element is hovered over. The issue arises in IE due to the box model, causing the position of this div
to be somewhat off in IE compared to other browsers. Instead of creating a separate stylesheet for IE, I want to make modifications directly to the class if the user is browsing with IE.
How can I tweak or include a specific class for IE only?