I'm trying to understand how to bring the HOME button on the right to the foreground in the Jquery Mobile header bar. The Legends logo is disabling the home link. Here is my website - http://test2.dfigdesign.com
Thanks for the suggestion, for I did try this .ui-btn-right{z-index:9999;}
to over-ride this with no luck:
#site-logo {
background-color: transparent;
background-image: url("wplogo.png");
background-position: 45px -17px;
background-repeat: no-repeat;
display: block;
height: 89px;
position: relative;
z-index: 9998;
}
to over-ride this with no luck:
#site-logo {
background-color: transparent;
background-image: url("wplogo.png");
background-position: 45px -17px;
background-repeat: no-repeat;
display: block;
height: 89px;
position: relative;
z-index: 9998;
}