Team:Carnegie Mellon/FAQ
From 2012.igem.org
Line 30: | Line 30: | ||
<html> | <html> | ||
- | + | <body> | |
<h1> FAQ </h1> | <h1> FAQ </h1> | ||
<p> | <p> | ||
Line 46: | Line 46: | ||
<p><a href="http://jquerytools.org/">Jquery Tools</a> - Toolbox of common JS uses, very thorough demos</p> | <p><a href="http://jquerytools.org/">Jquery Tools</a> - Toolbox of common JS uses, very thorough demos</p> | ||
<p><a href="http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/">Misc Jquery</a> - Links to other popular Jquery based tools</p> | <p><a href="http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/">Misc Jquery</a> - Links to other popular Jquery based tools</p> | ||
- | + | </body> | |
<!-- Testing TOC --> | <!-- Testing TOC --> | ||
<script> | <script> | ||
$('#toc').toc({ | $('#toc').toc({ | ||
'selectors': 'h1,h2,h3', //elements to use as headings | 'selectors': 'h1,h2,h3', //elements to use as headings | ||
- | 'container': ' | + | 'container': 'body', //element to find all selectors in |
'smoothScrolling': true, //enable or disable smooth scrolling on click | 'smoothScrolling': true, //enable or disable smooth scrolling on click | ||
'prefix': 'toc', //prefix for anchor tags and class names | 'prefix': 'toc', //prefix for anchor tags and class names |
Revision as of 19:29, 26 July 2012
FAQ
Question 1. Style sheet?
Question 2. Header/Footer?
Question 3. Markup?
[http://en.wikipedia.org/wiki/Help:Wiki_markup here]
Question 4. General Helpful References
Look at our page's source to see the different div-id's used. Go through the stylesheet to see how each element is formatted and the end result.
[http://www.csszengarden.com/ CSS Zen Garden] - Great site on styling with very nice examples
[http://jquerytools.org/ Jquery Tools] - Toolbox of common JS uses, very thorough demos
[http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/ Misc Jquery] - Links to other popular Jquery based tools
FAQ
Question 1.
Style sheet?'''Question 2.''' Header/Footer?
'''Question 3.''' Markup?
'''Question 4.''' General Helpful References
Look at our page's source to see the different div-id's used. Go through the stylesheet to see how each element is formatted and the end result.
CSS Zen Garden - Great site on styling with very nice examples
Jquery Tools - Toolbox of common JS uses, very thorough demos
Misc Jquery - Links to other popular Jquery based tools