Quote Originally Posted by tstamplis View Post
I also have another issue I'm hoping someone can help me with. The following code in the css works in firefox but no image is displayed in the buttonRow in IE 7:

.buttonRow {
background-image: url("../images/contentmid.gif");
background-repeat:repeat-x;
}

This is for a repeating border in the main content section. In IE 7, it breaks for the buttonrow area but no in Firefox.

Any help would be greatly appreciated.
I take that back. It only works on the home page in firefox. It is not working on any other page in firefox or any page in IE. Can anyone tell me what I can add to make a repeating background work in the button row of this template?