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.
0
votes
0answers
26 views
DateField JavaScript hasLayout error with a field in a zone
I have a problem with IE 9 and my tapestry project. I have a form with some datefield field and this form is in a zone. When the page is loaded datefields works correctly but when I submit the form ...
2
votes
1answer
38 views
Disadvantages when I set the zoom=1 attribute for all regarded tags of a document per default?
I develope for IE8 for a client.
It happens regularly that css settings are not working (e.g. word-wrap) and when I investigate a common reason is that the hasLayout = true (resp. zoom=1) attribute is ...
2
votes
1answer
78 views
A peekaboo bug in Internet Explorer 9?
Okay, I'm baffled.
IE9 is displaying inconsistent page width issues on some but not all pages of a site under development.
In IE9: Going to http://sistercarmen.org/cms/ you can see what looks ...
0
votes
1answer
67 views
ExtJS component positioning bug in IE7
The image below is a simplified version of the problem I'm facing. Both #custom and #ext-ct are hand coded. An ExtJS component is rendered to #ext-ct. Then #custom is toggled playing with its display ...
0
votes
1answer
150 views
CSS HasLayout IE7 Bug - Tried Zoom and overflow hidden
Problem
I have tried many things to get the position: relative / absolute / fixed working in IE7. I can not work this out now.
.levelTwo is the element that has pos: ab and .levelOne is element that ...
3
votes
1answer
82 views
hasLayout Block vs. hasLayout Zoom
I've been going through the online reference of compass when I ran into this page: http://compass-style.org/reference/compass/utilities/general/hacks/
On this page, there apear to be 2 methods to ...
7
votes
1answer
144 views
webkit “haslayout” bug
I have an accordion type thing that has header text. When it is open, it has one padding, and when it is closed, it has another. All of the panels start with their open styles, and then through JS, ...
0
votes
1answer
52 views
IE8cv puzzler: setting zoom:1 via class hides content
If the following conditions are met, setting zoom:1 hides the element's content:
1) Markup must have this structure:
<table><tr><td>
<div class="overflow">
...
0
votes
2answers
351 views
IE 8 Div Disappears when Children that are larger are appended
As the title says here's whats basically going on:
<div id='container' style='display:block; position:absolute; width:auto; height:533px;overflow:hidden;white-space:nowrap;'>
</div>
...
2
votes
1answer
617 views
In IE only text part of link is clickable
I just noticed that in IE9 and IE8 (not in IE7) the padding around my links is not being considered part of the link (it's not clickable and my hover effects aren't being applied when it's hovered ...
0
votes
1answer
781 views
CSS Opacity not working in IE7 or IE8 even with hasLayout triggered
I have this slideshow with a overlay that pops up on hover, you can view it here. Just hover over any pictures below the 'featured' section. Works great in FF, Webkit, IE9. I made a separate ...
1
vote
2answers
250 views
How to trigger hasLayout on this li for IE 7 white space bug
Here's the HTML part of it:
<nav id="main-navigation">
<ul>
<li><a href="#" target="_self">lorem ipsium lorem ipsium lorem</a></li>
<li><a ...
0
votes
1answer
293 views
Menu jitters on hover in IE7. HasLayout issue?
When I test in IE7, the menu jitters on first mouseover and changes position slightly. Also, when hovering over a menu item that contains a submenu, the menu jitters again. I think both issues have to ...
0
votes
0answers
180 views
Internet explorer Absolute positioned element bug
G'day,
I'm getting really weird behavior on IE (8/7/6) for an absolutely positioned element. It is styled as:
position: absolute;
right: 5px;
top: 0px;
z-index: 5000;
and the <body> has a ...
0
votes
2answers
1k views
ie7 haslayout: -1 even with zoom: 1
I have anchors with text in them set to 0 opacity and positioned absolutely above images. I want them to partially show on hover with 0.6 opacity with a background color.
In IE 7, the background is ...
2
votes
4answers
398 views
Why does IE (and Firefox 4) not properly wrap this? (hasLayout??)
I have the following (http://jsfiddle.net/gVZwr/4/):
<div>
<label>From</label>
<span>Some Content Goes Here</span>
</div>
span {
display: ...
12
votes
11answers
5k views
Image is not clickable inside anchor only in IE7
Html Structure
<a>
<span> <!-- Span has width & height -->
<img>
</span>
<span> Some text <span>
</a>
Anchor is not clickable only ...
3
votes
4answers
3k views
Unclickable image inside link in IE7
Having a problem with IE7, here is explanation.
HTML
<a class="item" href="http://google.com">
<div class="itemImg">
<img ...
6
votes
2answers
4k views
List Bullet Disappear in IE7
About
So this question has been asked time and time again, but I noticed something a little different; see below.
Standard Info:
Bullet displays in FF
Bullet does not appear in IE
Finding
The ...
31
votes
2answers
1k views
Why would you use a HTML/CSS width of 99.9% instead of 100%?
I have seen many developers writing HTML or CSS inline style widths of 99.9% in places where I would use 100%. Is there any valid reason for using 99.9%? Does it have any effective difference from ...
0
votes
2answers
716 views
Negative Margin on Relatively Positioned Inline Element Sometimes Clips Characters in IE7
I have <a> elements in two different contexts on my page, some are in divs (call them .container > a) and some are in child divs (like .container > .section > a) and even some that are in ...
-1
votes
2answers
95 views
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 ...
6
votes
5answers
7k views
Is it okay to use zoom:1 in my css classes?
Whenever I find IE is displaying my website weird (different from chrome and firefox), I try putting a zoom:1 in the css class for the part that is being displayed weird. A lot of the time this fixes ...
3
votes
1answer
287 views
How to stop IE7 clearing floats because of width property
I have a containing element with a number of floated elements in it. That containing element also has a percentage width value applied to it.
In IE7, content following the element containing the ...
4
votes
1answer
797 views
Can you determine hasLayout in IE8's developer toolbar?
There was a lot of talk that IE8 was supposed to fix/remove hasLayout. Doesn't seem to have happened, though it's not usually an issue.
The problem is that when it does crop up there doesn't seem to ...
1
vote
1answer
201 views
What does “hasLayout = -1” in Buggy Old IE means…?
When hasLayout = -1 is it set to true or false....?
Thanks..!
0
votes
1answer
404 views
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 <i> 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 ...
3
votes
2answers
755 views
Why does Internet Explorer need the “hasLayout” flag?
Like many developers working on web sites for Internet Explorer, I seem to come across a lot of bugs that are caused by the notorious hasLayout flag.
I understand what this flag does and how it works ...
4
votes
4answers
5k views
Internet Explorer ol numbers appear at bottom of li instead of top as expected
I'm working on a page has an ol with nested p's, div's, and li's. Internet Explorer 6 and 7 both render the numbers for the ol tag after the p element at the end (at the very, very bottom of the li ...