If you are css person, you would know the pain in getting your layouts working cross-browser. IE8 is yet another spanner in the works for us developers. Anywaz! if you hit upon this issue, Like I did … more →
Expressing ITexpressingit 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 →
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 →
timchalk wrote 2 years ago: Last week I was banging my head against the door trying to perform the simple task of getting a butt … more →
timchalk wrote 2 years ago: I ran into a problem today with my wizard style forms whereby pressing the Enter key would cause the … more →
timchalk wrote 2 years ago: I had a simple login form, consisting of username and password fields, which when submitted with the … more →
expressingit wrote 2 years ago: Simple … To correct this problem use display:inline. div {float:left;margin:40px;display:inlin … more →