Still on number two then, here are the styles from the demo.htm page included in the rsspausescroller.zip:
Code:
<style type="text/css">
/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 450px;
height: 1.2em;
border: 1px dashed black;
padding: 5px;
background-color: lightyellow;
}
#pscroller2{
width: 400px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
}
.rssclass .rsstitle{
font-weight: bold;
}
.rssclass .rssdate{
color: gray;
font-size: 85%;
}
.rssclass a{
text-decoration: none;
}
</style>
If you know how to edit a stylesheet, just edit and/or add/remove the:
property:value;
pairs for each selector. Blooberry's CSS Property Index can be a great resource for css styling.
Bookmarks