Questions tagged [haslayout]

hasLayout is an IE/Win-specific element property which determines how the element is rendered by the browser. A lot of IE6/7 specific rendering problems can be solved by giving the element layout.

Reference: On having layout.

34 questions
0
votes
1 answer

Applying hasLayout to the i element via zoom or inline-block causes it to line break in IE7

I've had to apply hasLayout to the element to avoid an IE7 bug in which sentences with italics obscured images that those sentences were on the same horizontal line as. I've done so using either the zoom property or the display: inline-block…
Ian
  • 11,920
  • 27
  • 61
  • 77
0
votes
1 answer

IE8cv puzzler: setting zoom:1 via class hides content

If the following conditions are met, setting zoom:1 hides the element's content: Markup must have this structure:
zoom
These styles must be…
0
votes
2 answers

IE 8 Div Disappears when Children that are larger are appended

As the title says here's whats basically going on:
Upon user interaction - I do some work: request some JSON,…
Brandt Solovij
  • 2,124
  • 13
  • 24
-1
votes
2 answers

Formatting issue with IE6 working well with IE 6+

I have my site working perfectly in IE 6+ but it looks weird in IE 6 or IE 5.5, as I can't ignore the users with IE6 because still around 6% of traffic occur from this version. I am looking forward to have the alternate. With my some research I came…
1 2
3