I did Google about this issue but didn’t find any best solution, so I created a solution based on JQuery that works fine in all browsers. just call badFixSelectBoxDataWidthIE() function on page load.
Tag Archives: IE
Select dropdown with fixed width cutting off content in IE
Posted by Anoop Kumar Sharma
on January 31, 2013
No comments
Margin=auto not working in IE[internet explorer]
Posted by Anoop Kumar Sharma
on January 13, 2013
2 comments
Today while I was working on designing one page, I faced an issue that margin=auto was not working on my page. FIxes are as following: [Solution]: Add Transitional DocType on the top of your webpage. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML …