(it staicases in ie7 only)
Any help is really helpful
Quick troubleshooting and practical fixes for the IE7 "staircase" layout reported by . Since could not reproduce and asked for clarification, use the checklist below to reliably isolate the problem and try conservative fixes that target IE7 only.
/* trigger hasLayout for many IE7 rendering bugs */
.selector { zoom: 1; }
/* avoid the double-margin float bug on floated elements */
.floated { display: inline; float: left; } If the issue persists, post a minimal HTML/CSS sample plus exact IE build and a screenshot so responders can give a precise patch. Note: IE7 is obsolete; when possible provide an acceptable fallback instead of keeping complex hacks.
Jump to Post— Member #905211Can you explain in detail what your issue is. What do you mean by staircases? I've looked at it in IE7 and compared it against Chrome and they look almost exactly the same.
Can you explain in detail what your issue is. What do you mean by staircases? I've looked at it in IE7 and compared it against Chrome and they look almost exactly the same.
I am not undestand what you want to say plz explain your question.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.