Problem with CSS-background and table layout

Joined
Jan 29, 2009
Messages
1
Reaction score
0
Hi, I'm having HUGE problems with trying to get this piece of code, which serves the purpose of being a background that graphically acts as borders on each side (left/right) of my whole website, that is completely done in tables.

The actual problem is, that it doesn't follow through down the whole page, but cuts short leaving the last bit without the intended left/right framing (or borders).

First I had problems with the cell-spacing/padding of the content-providing tables, and as it worked with these defined to 0 (then making the content look horribly placed) I defined the tables in my style sheet the appropriate padding instead. This worked to begin with, but then I edited an image, increasing its size, and the problem returned.

This is the code of the CSS-defined background:

#glowbg
{
padding: 0px;
float: center;
background: transparent url("background_glow.gif") top center no-repeat;
}

Do any of you guys have an addition to this code that can either tell it to go 100% or to a set point further down (ideally to the bottom of the main table)?

Thanks in advance,

Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top