So I moved the x to the top right of display, this displays fine in both Firefox 3+ and Ie7, but is only functional in IE7 - clicking the x in fireFox selects the title text on the left -
Anyone know how I should tweek the following to get this to work (or maybe a css change is needed as well):
/*
markup: '<div id="sb-container">' +
'<div id="sb-overlay"></div>' +
'<div id="sb-wrapper">' +
'<div id="sb-title">' +
'<div id="sb-nav">' +
'
' +
'</div>'+
'<div id="sb-title-inner">' +
'</div>'+
'</div>' +
'<div id="sb-body">' +
'<div id="sb-body-inner"></div>' +
'<div id="sb-loading">' +
'
{cancel}' +
'</div>' +
'</div>' +
'<div id="sb-info">' +
'<div id="sb-info-inner">' +
'<div id="sb-counter"></div>' +
'</div>' +
'<div style="clear:both"></div>' +
'</div>' +
'</div>' +
'</div>' +
'</div>', //end sb-container
*/
Thank you :)