Hi all, a bit of a softball CSS question here (hopefully).
I'm looking for some CSS help with regards to the attached screenshot. I have the larger box being properly centered, however the smaller boxes are giving me some problems.
For the top small box, I had initially tried using absolute positioning, but once the browser is resized it sticks but my larger box obviously shifts, so this is no good.
The bottom small box basically needs to stick to the bottom. I plan on making it hide and show with jQuery, so it really shouldn't break the flow of any text inside (I just want it to appear on top of everything else).
Really, I don't have any limitations other than what I've mentioned above, so any suggestion would be very helpful :)
Edit - this is where I'm currently at.
#container {
width: 800px;
margin: 0 auto;
text-align: center;
}