Moving header below the ads for a plus account

Apr 20, 2009 09:26

I'm making a layout for one of my friends and so far the only thing she doesn't like about it is that the ads are below the header image instead of above. I can't figure out how to change this, or if its even possible. Any ideas?
See vivacioustest for the layout.
Code behind the cut )

header

Leave a comment

Comments 7

malionette April 20 2009, 20:33:01 UTC
this might work

.pageheaderblock {position: absolute;}
.bodyblock{ background: url(http://i630.photobucket.com/albums/uu22/equivocalbeauty/layouts/tiffanyheader.gif) no-repeat 180px 107px; margin: -130px 0 0 0;}
.bodyblock table{margin: 200px 0 0 0;}
.sidebar table, .entryHolder table {margin: 0;}
.header-menu {margin: -120px 0 0 0; }
.header-menu ul { width: 128px; height: 80px;}
.sidebar {margin-top: 44px;}

Reply

equivocalbeauty April 20 2009, 22:46:31 UTC
I replaced .pageheaderblock {} with all of the code you suggested. It totally removed the top add which was even better than I had hoped for! The only problem I have now is that when viewing the comment, the box holding the comment is stretched out all the way down the page? Do you have any idea what's causing that? If I can get that fixed, it'll be perfect! Thanks so much!!!

Reply

malionette April 20 2009, 22:48:42 UTC
try this:

.commentHolder table {margin: 0;}

Reply

equivocalbeauty April 20 2009, 22:57:32 UTC
That worked! Thank you so very much!

Reply


Leave a comment

Up