Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

25
votes
2answers
881 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 ...
4
votes
1answer
517 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 ...
3
votes
4answers
1k 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
176 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 ...
3
votes
2answers
488 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 ...
3
votes
4answers
4k 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 ...
2
votes
4answers
192 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: ...
1
vote
4answers
797 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 ...
1
vote
1answer
148 views

What does “hasLayout = -1” in Buggy Old IE means…?

When hasLayout = -1 is it set to true or false....? Thanks..!
0
votes
1answer
65 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 ...
0
votes
1answer
41 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
37 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
52 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
138 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 ...
0
votes
2answers
353 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 ...
0
votes
1answer
262 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 ...
-1
votes
2answers
88 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 ...