At several occasions, while doing page layouts with popup divisions/ lightboxes/ Tips etc we come across situations where some Form SELECT objects happens to be under these POPUP Divisions , by de… more →
Expressing ITvladcd wrote 1 month ago: So today I had to change the background color of a div, which had a CSS class on it, which specified … more →
vladcd wrote 1 month ago: I’ll start by saying that I found this bug while working with ExtJS. It’s worth noting b … more →
vladcd wrote 1 month ago: I’ll start by saying that I found this bug while working with ExtJS. It’s worth noting b … more →
Sarfraz Ahmed wrote 3 months ago: As we all hate IE, so does Google. That’s true, google has found a solution for it; Google Chr … more →
zachalig wrote 5 months ago: Every web designer out there pretty much loathes Internet Explorer. The latest iteration made some … more →
jekkilekki wrote 10 months ago: Since posting my Gripe Against Internet Explorer, I’ve had a little time to be better able to … more →
niveditaswaminathan wrote 11 months ago: Hi All, I had come across few fatal issues with the Internet Explorer. First one was that, when th … more →
siddesigner wrote 1 year ago: I believe the recent surge in popularity of CSS frameworks comes from a lack of basic understanding … more →
memibeltrame wrote 1 year ago: Whenever you select an option in a dropdown the focus stays on the select. This causes IE to behave … more →
expressingit wrote 1 year ago: Post IE 6 , MSIE has been kind enough to us UI developers by adding a few more CSS properties standa … more →
expressingit wrote 1 year ago: At several occasions, while doing page layouts with popup divisions/ lightboxes/ Tips etc we come … more →
expressingit wrote 1 year ago: A few months earlier we saw , how we could include a piece of CSS that would be visible to IE6 only( … more →
expressingit wrote 2 years ago: If you have been writing CSS for while, you would have experience those times when you literally pu … more →
char101 wrote 2 years ago: Problem As stated. Solution Add font-size: 1em; References http://www.maratz.com/blog/archives/2005/ … more →
char101 wrote 2 years ago: Problem Margin property does not work on floated elements Solution Give the element display: inline; … more →
char101 wrote 2 years ago: Problem IE (versions?) does not support min-width/max-width property. Solution use .class { width: 1 … more →
expressingit wrote 2 years ago: I had this problem where , if you had a mouseover event on a division (DIV) and that division , fo … more →
expressingit wrote 2 years ago: Simple … To correct this problem use display:inline. div {float:left;margin:40px;display:inlin … more →