Posts tagged: labels in IE

Labels in IE

By , October 20, 2009 1:09 am

Recently I develop one project which created by one of the plugin.

This project having pre configured css for the pages. Application is run well on all borwsers except IE.

In IE, labels are not displayed. Labels are displayed When I highlight on that by mouse.

This is a very strange problem for me because text is displayed sometime and sometime not. Even sometime some of the labels are shown where some labels are  not on a same page.

Finally I found that all browsers have own default font size. Like firefox having 14px and IE having 16px.

I felt that there are some padding issues with font styles in IE. So I applied the below patch for IE browsers..


body {font: 13px/1.5 Arial, Verdana, sans-serif;}

Still I don’t know what means this but it works for me. Now in IE browser labels are shown consist.

Panorama Theme by Themocracy