Opera and IE does not attribute css text-decoration correctly

Maverick78

New Member
Using Opera 11 and IE 9, it seems that these two browsers do not attribute the CSS text-decoration style correctly. This works 100% in Chrome, FireFox and Safari. Does anyone have a suggestion on how to fix this?The Wrong Effect:
uus87.png
The Right Effect:
EPN9O.png
Here's the CSS:\[code\]#main_title { font-size: 18px; color: #000; font-weight: bold;}#main_title a { color: #000;}#main_title_accent { border: 1px solid #000; background: #ff9935; text-decoration: none; font-size: 20px; padding: 5px;}\[/code\]And this is the HTML:\[code\]<div id="main_title"> <a href="http://stackoverflow.com/questions/4480111/home">Text <span id="main_title_accent">Goes</span> Here</a></div>\[/code\]
 
Top