yeah... it's an "oopsy"
quote:
<div class="sidebar2" style="background-image:url(images/sidebar_help_or.gif);" style="height:171;">
should be
"sidebar"
quote:
Originally posted by Patchou
However, I couldn't change all the "repeat-x" and "repeat-y" to "repeat" as some pictures must not be repeated on the x or y axis.
oh... nah... you don't have to change all the repeat-x and y's. They are perfectly valid
It is just that using them both together ("repeat-x repeat-y") isn't valid css, in that case it should be just "repeat".
EDIT: oops, Jeronimo said the same already..