IE8 font error
-
Hi everybody, I have a pllication developed for ie(fully compatible with ie6) i want it to run in ie8 as well.so i added to emulate IE7 in the meta of my master page as follows <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Every thing seems ok i have many drop downs in the page.i am using a css to set the dropdown properties font-size:11px; but when i scroll down the page and scroll back up again the text displayed in the drop down is streched vertically.When i point my mouse near the drop down control it comes back to the original size. I have tried all the css properties but no result; Can anyone suggest how i can solve this
-
Hi everybody, I have a pllication developed for ie(fully compatible with ie6) i want it to run in ie8 as well.so i added to emulate IE7 in the meta of my master page as follows <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Every thing seems ok i have many drop downs in the page.i am using a css to set the dropdown properties font-size:11px; but when i scroll down the page and scroll back up again the text displayed in the drop down is streched vertically.When i point my mouse near the drop down control it comes back to the original size. I have tried all the css properties but no result; Can anyone suggest how i can solve this
I use the same code and the same browser and don't get that problem. I'd check you have the latest IE8.
-
Hi everybody, I have a pllication developed for ie(fully compatible with ie6) i want it to run in ie8 as well.so i added to emulate IE7 in the meta of my master page as follows <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Every thing seems ok i have many drop downs in the page.i am using a css to set the dropdown properties font-size:11px; but when i scroll down the page and scroll back up again the text displayed in the drop down is streched vertically.When i point my mouse near the drop down control it comes back to the original size. I have tried all the css properties but no result; Can anyone suggest how i can solve this