css - sidebar is hanging over page wrapper tag -
in attempt terribly clever , have #secondary sidebar sit on top of slideshow on homepage, have somehow made area dangle on #wrapper on secondary pages. have added removed whole bunch of div tags, nudged things around , tried else can think of. have suggestion how fix this?
homepage: http://emgraphics.net/joyful/ , sidebar dangles on other page (the shame!) thanks!
you won't have problem once add content pages, though. not sure issue is. absolutely positioned element taken out of document flow, wrapper not take notice of sidebar. alternatively float , give negative top margin on home page.
Comments
Post a Comment