Ross Hulford wrote:
> I have an absolutely positioned div #button iside a relative container.
>
>
> <div id="container">
>
> <div id="inside-container">
>
>  <div id="top_curve"></div>
>
> <div id="button"><a href="http://www.mysite.com";>Our Website</a></div>
>
> This is fine in FF and ie7 but in ie6 it disapears. Anyone hazzard a guess 
> why this happens. It reappears if I make it relative
>
>
>   
Another thing to note is that relative positioning resets the stack 
order in IE, perhaps try setting a z-index on both elements in order to 
force the stacking you want.

-Mark

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to