I am so confused about background image in body element.
What is the best way for setting a background image for the body element in xhtml (for different monitors and resolutions)?
I mean, when you design a background (for example 1024*768) and put it in the body element with background rule, so we have some problems in different resolution or on another monitor (so wider than designed).
How can I solve this issue without changing my picture with Photoshop?
Shall we do something with JavaScript or jQuery?
I think you want to resize your background so it stretches and and always shows fullscreen.
If that is the case, you can use supersize: http://buildinternet.com/2009/02/supersized-full-screen-backgroundslideshow-jquery-plugin/
Hope this helps you