I have a simple page that uses JQuery mobile. The page links to a style sheet, which contains the following:
body
{
background-color: #333333;
}
Basically, it just sets the background color. However, if the JQuery style sheet is included (even before my stylesheet), then the background color in my style sheet is ignored.