just above <div id="middle" class="clearfloat"> in index.php
best to put there a new div like:
<div id="ticker" class="clearfloat">
your code
</div>
and in style.css add something like for id middle (to be able to modify..)
#ticker {
background:none repeat scroll 0 0 #FFFFFF;
float:right;
margin:10px 0;
padding:10px;
width:920px;
}
____________________
you find me on Google+, Twitter and Facebook
(von: Joern)
Hier noch 2 weitere Ergebnisse dieses Threads:
Scrolling headline between headline section and browse categories
12. Jul. 2010 (von: drwhom)
Hi again Joern, sorry for the rash of posts! I'm trying to add a scroll bar of our news stories in between the headline and featured top section and the browse category section. It's running from a feedburner piece of…
Re: Scrolling headline between headline section and browse categories :: Reply by drwhom
13. Jul. 2010 (von: drwhom)
Thanks Joern, that fixed it perfectly. Unfortunately, the headline animator from Feedburner is buggy as hell and made everything impossible to sort out. Your code was ace though! Weiterlesen →