Building your custom theme with the JQUERY THEME ROLLER is very easy and fast. This tool is a state of the art style builder used by thousand of websites. You’ll need to have access to your website to upload the files.   It is recomended that you pick one existing theme and edit it instead […]

Comments Off

A simple example for Expand and Collapse using jQuery events Show, Hide Copy the below code and try your self….. CSS <style type=”text/css”>         .controller {background:#0F0F1E; padding:10px 0; text-align:center}         .controller a {color:#fff; font-weight:bold; display:block; cursor:pointer}         .box {padding:10px; text-align:center; border:1px dashed #0F0F1E} </style> Java Script […]