Hey everyone,
Can anyone see why this code to change css class isn't working:
Been trying all morning!Code:<script type="text/javascript"> function unhide(show) { var item= document.getElementById('name') item.classname='big'; } </script>
Kind regards, Mike


Reply With Quote

Bookmarks