Tag Archives: javascript

DHTML Collapsing Content

0
Filed under code

Here is a project I did for the SJSU Career Center.  It is a HTML + CSS + mimimal JavaScript that provides colapsed content with more buttons.  What is nice is that on browsers sans JavaScript and CSS the content is still readable, passes section 508 checks, and should be quite readable.  Also, under the hood is a dreamweaver template with a repeating region so new stories can be moved, inserted, or deleted, with minimal changes to the actual code (just renaming div id’s)

Page

http://www.careercenter.sjsu.edu/students/experience/internships/myroad_success/myroad_success.html

JavaScript Source

http://www.careercenter.sjsu.edu/js/div_expand.js