I'm not clear as to what you you are asking. Are you trying to use the whole script but refusing to use its button syntax? Or, are you just trying to color your buttons, having them perform a different function than the rest of this Dynamic Drive script does? If it is the first case, get over it, use the syntax as shown. If it is the second case, use only the style but, change the selector in its definition to match your own syntax:
Code:
<style type="text/css">
.osdn-button input{font-weight:bold;background-color:lime}
</style>
Bookmarks