Howdy,

Just ran across a strange bug, at least it appears to be one...

I have a left-nav div:

#navigation {
        position: absolute;
        width: 145px;
        top: 77;
        left: 0;
}       


that is within a body-container div:

#bodycontainer {
        position: relative;
        color: #000;    
        background: #fff;
        width: 770px;
        text-align: left;
        margin: 10px auto auto auto;
        padding: 0;
}       


with some various other divs mixed in, including a logo div:

#logo {
        position: absolute;
        left: -2px;
        bottom: 45px;
}

that is within the body-container div as well.

Every browser displays this fine except for:

Opera 8.5   --  the navigation is pushed down the page a ways.  
staying in the column it's supposed to be in.  (Other Opera versions  
are fine)

Mac IE 5.2 (yeah, I know...)  -- the navigation appears fine, but,  
the logo div either jumps to the top, or, doesn't display at all.

I'm willing to forgo the logo in IE Mac,  but it would be nice to fix  
Opera 8.5

More so, I'd like to understand what is happening.

page is at:   http://www.imagespinner.com/CS/page-group-template-014- 
AP/index.html

thanks!

-- Karl



______________________________________________________________________
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/

Reply via email to