tamilsweet
03-25-2008, 05:43 AM
Please have a look at the attached Image.
The alignment is not proper in IE but looks fine in FF and Opera.
The line with text "New Articles" should be in same line as the two images.
HTML
<div style="clear:both"></div>
<div id="new_articles_left"></div>
<div id="new_articles_right"></div>
<div id="new_articles_middle" class="title_white newsheadtext">New Articles</div>
CSS
#new_articles_left {
background-image: url(/img/outside_20.gif);
float: left;
width: 28px;
height: 32px;
}
#new_articles_middle {
background-color: #76899A;
padding-left: 50px;
padding-top: 10px;
width: 375px;
height: 22px;
}
#new_articles_right {
background-image: url(/images/outside_22.jpg);
background-color: #76899A;
float: right;
width: 24px;
height: 32px;
}
The alignment is not proper in IE but looks fine in FF and Opera.
The line with text "New Articles" should be in same line as the two images.
HTML
<div style="clear:both"></div>
<div id="new_articles_left"></div>
<div id="new_articles_right"></div>
<div id="new_articles_middle" class="title_white newsheadtext">New Articles</div>
CSS
#new_articles_left {
background-image: url(/img/outside_20.gif);
float: left;
width: 28px;
height: 32px;
}
#new_articles_middle {
background-color: #76899A;
padding-left: 50px;
padding-top: 10px;
width: 375px;
height: 22px;
}
#new_articles_right {
background-image: url(/images/outside_22.jpg);
background-color: #76899A;
float: right;
width: 24px;
height: 32px;
}