I know the basics of setting up div classes and such for laying out your page but I've run into a little problem.
Ok, on the footer of my page, I want to set it up so I have a left corner, a right corner, a middle graphic, and a div with a background of a bar in between (on each side of the middle graphic). (I'd prefer that the background it doesn't go behind the other graphics since I'm using png's with transparency, but it would probably be ok if it went behind the middle graphic.).
I was considering using tables but I would much rather prefer doing this in CSS. I though about setting up a div for each corner, and in the middle putting another div with the background (the bar) and the middle graphic centered in it. But whenever I attempt it, they always break to another line..
Oh, and BTW I have the footer in it's own div. All the contents of the page are in a fixed width div (a frame for everything). Sorry, but I don't have an example of my page up right now....
Ok, on the footer of my page, I want to set it up so I have a left corner, a right corner, a middle graphic, and a div with a background of a bar in between (on each side of the middle graphic). (I'd prefer that the background it doesn't go behind the other graphics since I'm using png's with transparency, but it would probably be ok if it went behind the middle graphic.).
I was considering using tables but I would much rather prefer doing this in CSS. I though about setting up a div for each corner, and in the middle putting another div with the background (the bar) and the middle graphic centered in it. But whenever I attempt it, they always break to another line..
Oh, and BTW I have the footer in it's own div. All the contents of the page are in a fixed width div (a frame for everything). Sorry, but I don't have an example of my page up right now....
















