I had a question about div position. On a testing website i'm trying to create a banner/slideshow that's only visible on the frontpage, where the content is moved down. Now if you press on a different page the content is moving all the way up but it should stay in the wide area. For the website:
Hi Excavator,
thanks for your reply, but the banner div is not empty. inside there will be a slideshow. I if remove the minus margin the banner div will just be beneath the blue border. And the thing i want is that is overlapping the blue and going into the grey.
Hi Excavator,
thanks for your reply, but the banner div is not empty. inside there will be a slideshow. I if remove the minus margin the banner div will just be beneath the blue border. And the thing i want is that is overlapping the blue and going into the grey.
You would not leave your slideshow in #banner on the pages you are hiding #banner. That would just eat up bandwidth unnecessarily.
Thanks, i fixed it. I left the banner div but instead of giving the banner div a negative margin i gave the div that's created inside of it the negative. Thanks for the help!