I’m using theme “b” for my header tag. I tried to change the color But didn’t seem to work.
.ui-bar-b{
background: #054066;
background-image: -moz-linear-gradient(top,
#054066,
#00578e);
background-image: -webkit-gradient(linear,left top,left bottom,
color-stop(0, #054066),
color-stop(1, #00578e));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00669d', EndColorStr='#00578e')";
}
here is the link
Where does the ui-bar-b class go? This seems to work.
Jquery would be
I would layer the header classes inside a relative position div
To avoid the head aches of different browsers and browser vs browser issues.