Currently, I am utilizing a CSS stylesheet on one of my web pages. The styles are functioning flawlessly on Mozilla and IE 7 and older versions. However, there seems to be an issue with IE8 and Safari.
The class width in the CSS is set at 700px. But when viewed in IE8, it appears to display around 600px. Is there a solution for this problem? Are there any tools available for IE 8 like Firebug?
UPDATE: After some debugging on the page source and CSS, I have identified the exact location of the issue. Now, I'm trying to figure out how to adjust the width and alignment specifically for IE8 only.
I've managed to resolve the problem for IE8, but now facing difficulties with Mac Safari. Is there a way to target Safari exclusively?
Thank you