CSS - Cascading Style Sheets
Dynamic HTML, DHTML
This page for instance consist of
- headDiv
- mainDiv
- locDiv
- footDiv
Lots of additional info exist including code examples, advanced use examples, ... But so far only available on local development platform. Sorry.
- general
- CSS Tutorial - www.highdots.com/css-editor/css_tutorial/, also got Articles and more
- www.cssbasics.com/ - "Everything you ever wanted to know about the basics of CSS" - 19 chapters (accessed 2009-11-30)
- Lists
- www.google.com/search?q=css+list+styles
- www.alistapart.com/stories/taminglists/
- css.maxdesign.com.au/listutorial/07.htm (added Jan'09) - start from begining: http://css.maxdesign.com.au/listutorial/index.htm.
- Menus
- drop down menu css: google.com/search?q=drop+down+menu+css
- Quick Web Page Menu: www.devarticles.com/c/a/HTML/Quick-Web-Page-Menu/
- Make Your CSS Menu Appear on Top www.hiveminds.co.uk/node/3225
- www.google.com/search?q=dropdowntabs
- www.projectseven.com/tutorials/navigation/auto_hide/
<style type="text/css">
<!-- special for this page: show outlines
#headDiv, #mainDiv, #locDiv, #footDiv { border: thin dotted green; }
-->
</style>
