Morning DanG,
Thank you for the reply and yes I want the extremely wide image to scroll. For instance, using the Hadron template, I want the image to be the full width of rt-showcase. For instance as a test I used on the RT site the following code:background-color: #2B3835;
background-image: url("http://brethrenarchives.com/master.jpg");
background-repeat: no-repeat;
color: #AAACAB;
An alternative uses the code:background-color: #2B3835;
background-image: url("http://brethrenarchives.com/master_alt.jpg");
background-repeat: no-repeat;
color: #AAACAB;
The problem is that I believe my image will become quite large as there are some ten or more panels. I would have to scan them all to see how many. After the concept is created I will adjust the CSS for the text, Read More, etc. material.
Any thoughts?
A. Wayne Webb