<p><br>
On Mar 10, 2011 11:54 AM, &quot;Ted&quot; &lt;<a href="mailto:ted-drupalists@webfirst.com">ted-drupalists@webfirst.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 3/10/2011 11:43 AM, James Bensley wrote:<br>
&gt; &gt; Anyone else have the rotor module installed (<a href="http://drupal.org/project/rotor">http://drupal.org/project/rotor</a>)?<br>
&gt; &gt;<br>
&gt; &gt; In rotor-view-rotor.tpl.php is this line of code:<br>
&gt; &gt;<br>
&gt; &gt; &lt;div class=&quot;rotor-content&quot;&gt;&lt;?php print $row; ?&gt;&lt;/div&gt;<br>
&gt; &gt;<br>
&gt; &gt; On an actual page this generates this html:<br>
&gt; &gt;<br>
&gt; &gt; &lt;div class=&quot;rotor-content&quot; style=&quot;position: absolute; top: 0px; left:<br>
&gt; &gt; 0px; opacity: 1; display: block; z-index: 10; &quot;&gt;<br>
&gt; &gt; &lt;div class=&quot;rotor-content-detail&quot;&gt;&lt;p&gt;&lt;img<br>
&gt; &gt; src=&quot;<a href="http://site.com/picture.jpg">http://site.com/picture.jpg</a>&quot;&gt;&lt;/p&gt;&lt;/div&gt;<br>
&gt; &gt; &lt;/div&gt;<br>
&gt; &gt;<br>
&gt; &gt; Where does that damn style entry come from, I need to change it and it<br>
&gt; &gt; just seems to come from nowhere! Anyone got any ideas before I<br>
&gt; &gt; completely explode? :)<br>
&gt; &gt;<br>
&gt; It&#39;s probably getting added by javascript after the page loads. Most<br>
&gt; likely the jquery.cycle plugin, but parts of the css/style attribute<br>
&gt; could come from other places as well.<br>
&gt;</p>
<p>Unless that was from firebug or the likes, view source doesn&#39;t show the modified dom that js would produce. </p>