guysoul
11-08-2012, 12:44 PM
Hi experts,
I have three css files (main.css, style81.css and style86.css) .
On main.css. i have this script
body { background-image: url(/gfx/style/81/css-files/background_new_02.gif); background-color: #ffffff; padding: 0px; margin: 0px;
On style81.css and style82.css, i have this script
@import url(main.css);
The thing here, i want to use different background images on each stylesheets..
is that possible? if yes, whats the best way to do it?
Thank you :)
Regards,
Ed
I have three css files (main.css, style81.css and style86.css) .
On main.css. i have this script
body { background-image: url(/gfx/style/81/css-files/background_new_02.gif); background-color: #ffffff; padding: 0px; margin: 0px;
On style81.css and style82.css, i have this script
@import url(main.css);
The thing here, i want to use different background images on each stylesheets..
is that possible? if yes, whats the best way to do it?
Thank you :)
Regards,
Ed