> Is there any way to 'hide' absolutely positioned items from the document and > make it act like a float? > > http://www.blue-fly.co.uk/example.png > > > Have a look at ths screenshot the absolutely positioned dropdown (based on > the suckerfish and all relatively positioned) is obscured by the div with the > blue writing (abs positioned). > > I can get around this by making it a float but am looking for a way to > absolutely postion it and make to appear below the dropdown.
You can use z-Index to tell the browser what element should cover which. However, why do you position a text in the content body absolutely? You'll only run into text resizing issues when the text above it will cover this one. Relative positioning, floating or negative margins make more sense in copy. -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/