Hmmm strange, for me, in FF3 and IE7, the top alignment is identical, unlike in your screenshot. Anyhow, try moving the CSS margin definition from the inner P element to the main DIV container of the scroller itself:
Code:
#RSS_Feed{ /*main container*/
width: 260px;
height: 90px;
font-family: Myriad Pro, Myriad Pro Cond, Myriad Pro Light;
border: 1px;
text-align: left;
font-size: 12px;
color: #FFFFFF;
margin-top: 7px;
/*padding-top: 8px;*/
}
#RSS_div p{ /*Demo 3 P element that separates each entry*/
margin-top: 7px;
margin-bottom: 7px;
}
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
Bookmarks