strawz17
unread,Sep 15, 2010, 1:57:52 PM9/15/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jixedbar
Hi just wanted to say thank you for the work on this script it's
awesome. Just wondering how to turn off transparency. Here's what I
have
<script type="text/javascript">
$(document).ready(function() {
$("#demo-bar").jixedbar();
});
</script>
when I try what's suggested:
$("#sample-bar").jixedbar({
showOnTop: true,
transparent: false, -----I changed from true to false here-----
opacity: 0.5,
slideSpeed: "slow",
roundedCorners: false,
roundedButtons: false,
menuFadeSpeed: "slow",
tooltipFadeSpeed: "fast",
tooltipFadeOpacity: 0.5
});
it negates the bar totally just wondering how to make the transparency
false and have it work!
thanks for your help!