Stupid Internet Explorer
I’m always amazed at how much time I spend fixing things for Internet Explorer. I’m hoping IE 7 brings the many advances it needs in CSS. Standards would be nice.
I’m still not positive how great the site renders in Internet Explorer, but I’ve fix the major issues. If you are using Firefox, Safari or Opera then it looks beautiful.
Let me know what design issues you come across and I’ll see what I can do.
Tags: CSS, Firefox, Internet-Explorer, Opera, Safari








January 21st, 2007 at 11:47 am
You’re completely right. I’ve noticed Feed Button at my website renders funny in IE7: popped content is displayed to the right of “Subscribe” button while in Firefox and Opera it drops down.
However, it doesn’t bother me much. As far as main functions work good, I can go by despite the fact because of one browser displays it differently. Functionality is first, beauty is the last!
Also, what I’ve noticed in Firefox is that buttons list renders a bit wrong because I’ve predefined
list-styleattribute for my site to have an image bullet in unordered lists. To solve it, I’ve changed your generated CSS code a bit; hope this will help you in further improvements:#TW-feed, #TW-feed ul {list-style:none !important; margin:0px; padding:0px}
#TW-feed li ul {display:none;position:absolute;background-color:#ffffff;padding:3px;border:1px solid #cccccc;}
#TW-feed li {font-weight:bold; color:#EC8132; width:120px; margin-left:10px;}
#TW-feed ul li {padding-bottom:3px;}
Thank you a lot for excellent widget!
August 23rd, 2007 at 12:19 am
You’re completely right. I’ve noticed Feed Button at my website renders funny in IE7: popped content is displayed to the right of “Subscribe” button while in Firefox and Opera it drops down.
However, it doesn’t bother me much. As far as main functions work good, I can go by despite the fact because of one browser displays it differently. Functionality is first, beauty is the last!
Also, what I’ve noticed in Firefox is that buttons list renders a bit wrong because I’ve predefined list-style attribute for my site to have an image bullet in unordered lists. To solve it, I’ve changed your generated CSS code a bit; hope this will help you in further improvements:
#TW-feed, #TW-feed ul {list-style:none !important; margin:0px; padding:0px}
#TW-feed li ul {display:none;position:absolute;background-color:#ffffff;padding:3px;border:1px solid #cccccc;}
#TW-feed li {font-weight:bold; color:#EC8132; width:120px; margin-left:10px;}
#TW-feed ul li {padding-bottom:3px;