Cory R
09-13-2009, 09:15 PM
Here's the issue I'm running in to:
http://i32.tinypic.com/2ujmvqp.png
Here's the source code:
<td class="c_topicfoot" colspan="2">
<div class="c_topicfoot-right"/ >
<a href="#">« Previous Topic</a> · <a href="#"><strong>Surrounding Communities</strong></a> · <a href="#">Next Topic »</a>
<div class="c_topicfoot-left"/ >
</td>
Here's the CSS:
td.c_topicfoot {
padding: 0;
}
.c_topicfoot-left {
background: url(http://209.85.62.24/269/184/0/p211668/tdFootBluGradL.png) #E7F1E4 no-repeat left;
width: 300px;
height: 24px;
float: left;
}
.c_topicfoot-right {
background: url(http://209.85.62.24/269/184/0/p211669/tdFootBluGradR.png) #E7F1E4 no-repeat right;
width: 300px;
height: 24px;
float: right;
}
Now, how would I go about having the content overlay the two DIV elements with a set background?
This is a fluid design, by the way.
http://i32.tinypic.com/2ujmvqp.png
Here's the source code:
<td class="c_topicfoot" colspan="2">
<div class="c_topicfoot-right"/ >
<a href="#">« Previous Topic</a> · <a href="#"><strong>Surrounding Communities</strong></a> · <a href="#">Next Topic »</a>
<div class="c_topicfoot-left"/ >
</td>
Here's the CSS:
td.c_topicfoot {
padding: 0;
}
.c_topicfoot-left {
background: url(http://209.85.62.24/269/184/0/p211668/tdFootBluGradL.png) #E7F1E4 no-repeat left;
width: 300px;
height: 24px;
float: left;
}
.c_topicfoot-right {
background: url(http://209.85.62.24/269/184/0/p211669/tdFootBluGradR.png) #E7F1E4 no-repeat right;
width: 300px;
height: 24px;
float: right;
}
Now, how would I go about having the content overlay the two DIV elements with a set background?
This is a fluid design, by the way.