PDA

View Full Version : Theming Problem



werushka
13 Mar 2008, 10:28 AM
Hi everyone I am new to themening, maybe not really new but still learning I have the following problem in my web page attached in the picture.


in .css file
I have



#main {
background: url('images/ActaMain.png') top center repeat-y;
padding-top: -16px;
}

and for the footer



#footer {
background: url('images/ActaMain.png') top center repeat-y;
}
I don't seem to understand the problem what should i edit in order to fix it

Here is the link to problem snapshot
http://www.sitepoint.com/forums/attachment.php?attachmentid=49543&d=1205404641
Thanks in advance for you replys.