Kaiser
Well-known member
How exactly do I edit it or put it because alot ofmy users use IE.And to clarify that comment...
You'll need to do something like this in order to allow multiple background images to work in browsers that support it, without IE lunching itself:
Code:/* IE8 */ background: url('snow_l.png') top left no-repeat; /* Decent browsers */ background: url('snow_l.png') top left no-repeat, url('snow_r.png') top right no-repeat, url('snow_c.png') top center no-repeat; /* IE6, IE7 */ _background: url('snow_l.png') top left no-repeat;