/* liScroll style declarations */ .tickercontainer { /* the outer div with the black border */ background: #433e3e; width: 890.5px; height: 23px; margin: 0; margin-top:0px; padding: 0; overflow: hidden; margin-bottom:0px; } .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */ position: relative; left: 10px; top: 5px; width: 868px; overflow: hidden; } ul.newsticker { /* that's your list */ position:relative; left: 868px; font: bold 11px Verdana; list-style-type: none; margin: 0; padding: 0; } ul.newsticker li { float: left; /* important: display inline gives incorrect results when you check for elem's width */ margin: 0 0 0 0; padding:0px; background: #433e3e; } ul.newsticker li a { white-space:nowrap; padding: 0; color: blue; font: bold 11px Verdana; margin: 0 30px 0 0; } ul.newsticker a:hover{ color: blue; font: bold 11px Verdana; } ul.newsticker span { margin: 0 0 0 0; padding:0; } p.faithworks1{ padding-top:10px; padding-bottom:10px; color:red; font-size: 1.2em; font-weight: 50; } /* liScroll style declarations */ .tickercontainer { /* the outer div with the black border */ background: #433e3e; width: 890.5px; height: 23px; margin: 0; margin-top:0px; padding: 0; overflow: hidden; margin-bottom:0px; } .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */ position: relative; left: 10px; top: 5px; width: 868px; overflow: hidden; } ul.newsticker { /* that's your list */ position:relative; left: 868px; font: bold 11px Verdana; list-style-type: none; margin: 0; padding: 0; } ul.newsticker li { float: left; /* important: display inline gives incorrect results when you check for elem's width */ margin: 0 0 0 0; padding:0px; background: #433e3e; } ul.newsticker li a { white-space:nowrap; padding: 0; color: blue; font: bold 11px Verdana; margin: 0 30px 0 0; } ul.newsticker a:hover{ color: blue; font: bold 11px Verdana; } ul.newsticker span { margin: 0 0 0 0; padding:0; } p.faithworks1{ padding-top:10px; padding-bottom:10px; color:red; font-size: 1.2em; font-weight: 50; }




