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 --------------------------------------------- IE6 doesn't support min-height, and by absolutely positioning the #button div you are taking it out of the flow of the page so the containing div is not expanding to hold it. As for solutions... You could apply height of 400px to the container div (ideally in an IE6 and below only statement), try Dustin Diaz' Hack (http://www.dustindiaz.com/min-height-fast-hack) or possibly look at a different way of coding it without absolute positioning? (sorry to not be more help here but it's a busy day!) Hope that helps James ______________________________________________________________________ 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/