This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Layout problems

The problem that i am having with my website is that I have layed out my site using divs coded with css and it is covering the banners at the top of the page. My question is this: Do i have to change the whole css code to make the banners view properly or is this something that the bravenet added code should sort out automatically? I ask this question because a while ago when i was using this method, there were no conflicts of any kind and so i am now unsure how to proceed.

Any help would be much appreciated.

Browser: harry-townsend@hotmail.co.uk,3

Re: Layout problems

The problem is that your css is using absolute positioning, so that here has to be a conflict. When you declare that the "title" should be 55 pixels from the top, that obviously lands it in the middle of the advertising.

I'm afraid you have to change that, yes.