SMC
07-17-2007, 05:57 PM
Hello everyone,
Heres the problem:
http://img366.imageshack.us/img366/8670/imageot3.jpg
As you can see the div layers aren't quite squeezing together. Here is the related code:
<div id="content-left">
<div style="margin-bottom: 0px;"><img src="/images/news_bar.jpg" alt="News" /></div>
<div class="news-block">Test</div>
</div>
/* Home page CSS Stylesheet */
/* Div Classes */
.news-block {
border: 1px solid #bc6401;
border-top: 0px;
padding: 5px;
width: 488px;
height: 100%;
margin-top: 0px;
}
As you can see I've tried margin: 0px; but it doesn't seem to have had an affect.
Ideas?
Heres the problem:
http://img366.imageshack.us/img366/8670/imageot3.jpg
As you can see the div layers aren't quite squeezing together. Here is the related code:
<div id="content-left">
<div style="margin-bottom: 0px;"><img src="/images/news_bar.jpg" alt="News" /></div>
<div class="news-block">Test</div>
</div>
/* Home page CSS Stylesheet */
/* Div Classes */
.news-block {
border: 1px solid #bc6401;
border-top: 0px;
padding: 5px;
width: 488px;
height: 100%;
margin-top: 0px;
}
As you can see I've tried margin: 0px; but it doesn't seem to have had an affect.
Ideas?