WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
background: #FFFFFF url(<?php echo TEMPLATE_DIR;?>/images/headcut_14-over.gif) repeat;
background: #FFFFFF url(images/headcut_14-over.gif) repeat;
... Its a combination of JS and CSS conflict...
for (var i=0; i<expandedindices.length; i++){ var expandedindex=expandedindices[i]; //index of current expanded header index within array headers[expandedindex].style.backgroundColor='#00B8FF'; headers[expandedindex].style.color='white'; }
for (var i=0; i<expandedindices.length; i++){ var expandedindex=expandedindices[i]; //index of current expanded header index within array if (expandedindex) { if (headers[expandedindex]) { headers[expandedindex].style.backgroundColor='#00B8FF'; headers[expandedindex].style.color='white'; } }}