CSS SideBar Text large on IE only

Printer-friendly version    Send to friend    1 reply
Kathryn Lawrenc...
User offline. Last seen 1 year 42 weeks ago.

Hello,

I have implimented CSS on the site with success.
The issue is as I view the sidebar navigation in IE it is much larger then all the other browsers.
Any help would be greatly appreciated,,,

0
Your rating: None
Sara Baxa
User offline. Last seen 1 year 39 weeks ago.
RE: CSS SideBar Text large on IE only

I did a quick google search and found someone I think that is having a similar problem: http://bytes.com/topic/html-css/answers/793320-ie-table-elements-appear-too-big (their problem is described in the first post, and then they found the solution to their problems on #9 of the comments)
To sum up, you might need to add: #content table { font-size: 100%; }
I would double check your code with his however, you guys might not be having the same problem.