I have a drop down menu on a page that goes over some text that is over a background image. The drop down menu goes over the background image fine but the text float above the menu. Any suggestions? Page: <> CSS Sheet: <> Thanks! - J
try sth like this: z-index 0 (bottom layer) - background image z-index 1 (middle layer) - text z-index 2 (top layer) - menu layer cheers