CSS/Javascript Tips
CSS/Javascript Tips
Out of context: Reply #2
- Started
- Last post
- 10 Responses
- 5timuli0
Is it something to do with this:
var cssStr="#"+el+" { background: url("+bgimg[random]+") no-repeat top left } ";
Is it clashing with the #body style in the linked style sheet? Should I specify the background color somewhere in the line above and drop the one from the linked style sheet?