![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On "normal" browsers (i.e. anything except IE6, and perhaps IE7) http://web.gregorkofler.com/index.php?page=xhr_widgets shows 2 headlines (queryPopup, autoSuggest), each followed by a div with some content. Alas, in IE6 (running here in my VirtualBox) the first headline is missing. Or more precisely exhibts a behaviour, as if visibility is set to none. The JS on the page has nothing to do with, since commenting it out, changes IE's weirdness not a bit. The validator gives me a green check mark. Any ideas? Gregor |
#3
| |||
| |||
|
|
On "normal" browsers (i.e. anything except IE6, and perhaps IE7) http://web.gregorkofler.com/index.php?page=xhr_widgets shows 2 headlines (queryPopup, autoSuggest), each followed by a div with some content. |
|
Alas, in IE6 (running here in my VirtualBox) the first headline is missing. Or more precisely exhibts a behaviour, as if visibility is set to none. The JS on the page has nothing to do with, since commenting it out, changes IE's weirdness not a bit. The validator gives me a green check mark. Any ideas? Gregor |
#4
| |||
| |||
|
|
On "normal" browsers (i.e. anything except IE6, and perhaps IE7) http://web.gregorkofler.com/index.php?page=xhr_widgets shows 2 headlines (queryPopup, autoSuggest), each followed by a div with some content. Alas, in IE6 (running here in my VirtualBox) the first headline is missing. Or more precisely exhibts a behaviour, as if visibility is set to none. The JS on the page has nothing to do with, since commenting it out, changes IE's weirdness not a bit. The validator gives me a green check mark. Any ideas? |
#5
| |||
| |||
|
|
Add a width (100% will do) or a height of 1px to your .vxJS_foldThis h2 { ... } for IE 6 eyes only. |
#6
| |||
| |||
|
|
Did you check the CSS validator? I believe there are some errors there. |
#7
| |||
| |||
|
|
Add a width (100% will do) or a height of 1px to your .vxJS_foldThis h2 { ... } for IE 6 eyes only. Actually, because you mentioned IE6 I only looked at 6. But you better do this for IE7 too (I notice now). |
#8
| |||
| |||
|
|
dorayme meinte: Add a width (100% will do) or a height of 1px to your .vxJS_foldThis h2 { ... } for IE 6 eyes only. Actually, because you mentioned IE6 I only looked at 6. But you better do this for IE7 too (I notice now). Thanks for your ideas. How could I forget about the "arbitrarily-thrown-in-width-and-height-settings" to make IE work... Yes it works. I assume there's no sense-making explanation for this behaviour. (Has the bug a name?) |
#9
| |||
| |||
|
|
"Gregor Kofler" <usenet (AT) gregorkofler (DOT) com> wrote in message news:h1soh0$2v7$1 (AT) newsreader2 (DOT) utanet.at... dorayme meinte: Add a width (100% will do) or a height of 1px to your .vxJS_foldThis h2 { ... } for IE 6 eyes only. Actually, because you mentioned IE6 I only looked at 6. But you better do this for IE7 too (I notice now). Thanks for your ideas. How could I forget about the "arbitrarily-thrown-in-width-and-height-settings" to make IE work... Yes it works. I assume there's no sense-making explanation for this behaviour. (Has the bug a name?) Google: IE hasLayout |
#10
| |||
| |||
|
|
On "normal" browsers (i.e. anything except IE6, and perhaps IE7) http://web.gregorkofler.com/index.php?page=xhr_widgets Any ideas? Try to put cursor before word "widgets" and move mouse down by lines ;-) Tried |
![]() |
| Thread Tools | |
| Display Modes | |
| |