I'm trying to get my background images to disappear as the screen size/resolution gets smaller as it makes everything too busy.
I have very basic html skills and basically no CSS knowledge.
To possibly complicate matters it is on a Big Cartel that has been modified slightly. At the moment I have this code for my background:
body {
background-repeat: no-repeat ;
background-image: url("http://dl.dropbox.com/u/19831829/Sour%20Milk%20Website/sidework copyR.png"), url("http://dl.dropbox.com/u/19831829/Sour%20Milk%20Website/sideworkL.png");
background-attachment: fixed;
background-position: left, right
}
I looked into media enquiries(?) but could not get it to work.
I'd like any help possible. I assume you might need to look at more code which i'd be happy to provide you with. Also I could throw you a free tee for the trouble!