CSS Woe
Reading time: < 1 min Can anyone spot what is wrong with this snippet of CSS? Works fine in IE but not in Firefox – argh!! The background image (maincolumn.gif) won’t repeat vertical down the column in Firefox yet it works fine in IE. .rigid-demo { margin: 0 auto; text-align: left; width: 790px; background: url(../images/maincolumn.gif) repeat-y; } P.S. This is […]