Can someone help please. I'm pretty sure someone has solved this on IE.
Thanks!
Thanks!
| Registered | Nov 7, 2009 |
| Last login | Nov 7, 2009 |
| Forum posts | 2 |
| Direct URL | http://www.flowplayer.org/forum/users/18339 |
<a style="font-size:11px;" id="showStatus" href="#" rel="#updateStatus">(Update Status?)</a>
<script type="text/javascript">
$(document).ready(function(){
$("#showStatus").overlay({expose:'#000', effect:'apple', onBeforeLoad:function(){launchStatus();}});
</script>
<div style="width:550px;height:360px;" id="updatePersonalStatus" class="overlay" >
<textarea class="posted_item_small_textarea" id="personalStatus" name="personalStatus"></textarea>
</div>
/* the overlayed element */
div.overlay {
/* growing background image */
background:url(./images/overlay.png);
opacity:0.6;
/* dimensions after the growing animation finishes */
width:550px;
height:360px;
/* initially overlay is hidden */
display:none;
/* some padding to layout nested elements nicely */
padding-top:15px;
padding-left:15px;
/*color:#fff;*/
}