Mike Payson wrote:
>>Hi Mike,
>>A simple {position: relative} in the right place can do wonders for IE
>>[1]! :-)
>>Here: at the #indexGearLogo.
>>See testpage
>><http://home.tiscali.nl/developerscorner/css-discuss/test-robotics-ie.html>.
>>
>>
>>
>
>That didn't seem to help. I'm still getting the same box. It did bring
>the logo to the front, which was my next debugging challenge, but it's
>no longer positioned correctly (It should be floated right). Is it
>possible that this is just some quirk of my IE configuration? I have
>IE 6 on Win2k. It looks fine in Firefox & Opera (though the CSS file
>will be slightly different for those two browsers to account for
>another IE glitch).
>
>I just realized that I never specifically stated what was being
>duplicated in my original message. A box the same *combined* height,
>vertical position & style of the four "New Products" boxes is
>appearing about 4 or 5 pixels away from the left edge of the page.
>That background color is only used in the class cbWhatsNewItem, so
>it's clearly related to that style. I've tried adding "position:
>relative" to that class, but it had no apparent effect. I've also
>tried commenting out each individual line of the style, but again it
>had no apparent effect. It is appearing behind all of the elements on
>the page (at least those that overlap it), so the top is not visible
>behind the elements on the left side of the page. It's a pretty
>obvious glitch, so if the bug is happening for you, you'll know it.
>
>Please forgive me if I'm missing something obvious. This is my first
>real CSS site, so I've still got alot to learn.
>
Hi Mike,
Yes, my suggestion was only for the logo. The IE-gap you mean is this
one, isn't it
<http://home.tiscali.nl/developerscorner/css-discuss/images/screenshot-robotics.gif>?
;-)
I was already trying to get a finger behind, was just as far in my
analyses as you are describing ... then I had other things to do.
Back on screen, it seems it can be arranged with some { position:
relative; }'s too.
New testpage
<http://home.tiscali.nl/developerscorner/css-discuss/test-robotics-b.html>!
:-)
* General method I try: if I've found the culprit, I give it a
{position:relative;}; as you did.
* Often a {position:relative;} for the containing <div> (wrapper) is
needed too. Here it works!
* If this doesn't work, try one step upwards: give the container of
the container a {position:relative;}. And so on until the <body>!
* Giving the boxes a tmp {border: 1px dashed red;} (& other colors)
is also helping a lot for the diagnose.
Greetings,
francky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/