I was working on a new theme for an existing site and while adjusting the CSS settings for a Views Slideshow, something very odd happened.
The site is msvehicles.com
You will need to login to see the new theme I am working on:
u:tester
p:tester
I looked at the HTML output and I can see that for some strange reason the Footer was placed inside the div that contains the slideshow.
What I changed immediately before I noticed the problem was the contents of the "rewrite the output of this field" field in views.
Here is what is inside:
<div id="transparency"></div>
<div id="news_item">
<h2>[title]</h2>
<p>[teaser]</p>
<h3>[view_node]</h3>
</div>
The only other field I am using is the image field for that content type ([field_blog_image_fid]) and that is placed before the other fields are called. I have cleared all of the site caches, using the link in both the admin menu as well as the one on the performance page.
Has anyone seen anything like this before?