
Originally Posted by
tstamplis
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.