CSS
Basics
CSS stands for Cascading Syle Sheets. You can customise the CSS
- of a single page or a category of pages with the CSS module
- of the whole website, go to Themes.
CSS3
CSS level 3 specifications:
- http://www.w3.org/TR/css3-selectors
- http://www.w3.org/TR/css3-background
- http://www.w3.org/TR/css3-multicol
CSS 3 tutorials and tools:
Information on how to create a page to hold your CSS is at fiddle-with-css-the-easy-way
Is it possible to keep the header div in a fixed position in a way that the screen starts scrolling only from the content-wrap div?
position: fixed;
If you put this in the #header rule it creates an absolutely positioned header in a fixed position. You will probably need to add extra properties to position it in the right place.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.