I believe Ted is right.  If you grep on those attributes in the rotor module directory itself, there are no hits, but they are all found in jquery.cycle.all.js and jquery.cycle.js<br><br>William<br><br><div class="gmail_quote">
On Thu, Mar 10, 2011 at 11:54 AM, Ted <span dir="ltr">&lt;<a href="mailto:ted-drupalists@webfirst.com">ted-drupalists@webfirst.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 3/10/2011 11:43 AM, James Bensley wrote:<br>
&gt; Anyone else have the rotor module installed (<a href="http://drupal.org/project/rotor" target="_blank">http://drupal.org/project/rotor</a>)?<br>
&gt;<br>
&gt; In rotor-view-rotor.tpl.php is this line of code:<br>
&gt;<br>
&gt; &lt;div class=&quot;rotor-content&quot;&gt;&lt;?php print $row; ?&gt;&lt;/div&gt;<br>
&gt;<br>
&gt; On an actual page this generates this html:<br>
&gt;<br>
&gt; &lt;div class=&quot;rotor-content&quot; style=&quot;position: absolute; top: 0px; left:<br>
&gt; 0px; opacity: 1; display: block; z-index: 10; &quot;&gt;<br>
&gt; &lt;div class=&quot;rotor-content-detail&quot;&gt;&lt;p&gt;&lt;img<br>
&gt; src=&quot;<a href="http://site.com/picture.jpg" target="_blank">http://site.com/picture.jpg</a>&quot;&gt;&lt;/p&gt;&lt;/div&gt;<br>
&gt; &lt;/div&gt;<br>
&gt;<br>
&gt; Where does that damn style entry come from, I need to change it and it<br>
&gt; just seems to come from nowhere! Anyone got any ideas before I<br>
&gt; completely explode? :)<br>
&gt;<br>
It&#39;s probably getting added by javascript after the page loads. Most<br>
likely the jquery.cycle plugin, but parts of the css/style attribute<br>
could come from other places as well.<br>
<br>
Ted<br>
<font color="#888888">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></blockquote></div><br>