I don't think I can email you my PayPal info. (Your email address isn't accessible to me, and your PM box isn't active yet.) You may make a donation to me via PayPal if you like though:
Donate
As to your question, add this stylesheet (highlighted) after the link tag for the contentslider.css file:
Code:
<link href="css/mb.YTVPlayer.css" media="all" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="contentslider.css" />
<style type="text/css" title="contentslidertemp">
#slider1 .contentdiv {visibility: hidden !important;}
</style>
<script type="text/javascript" src="contentslider.js">
/***********************************************
* Featured Content Slider- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<style type="text/css">
body{
margin:0;
backgroun . . .
Change this in the script code we added:
Code:
$('.toc').click(function(){
$('#slider1 .contentdiv').css({visibility: 'visible'});
});
to:
Code:
$('.toc').click(function(e){
$('#slider1 .contentdiv').css({visibility: 'visible'});
if(e.pageX){
$('style[title="contentslidertemp"]').remove();
}
});
Bookmarks