reference_pages

TwitterFacebook
Get flash to fully experience Pearltrees

CSS Layout | layers, absolute and relative positioning and floating elements

http://www.yourhtmlsource.com/stylesheets/csslayout.html Path // → → CSS LAYOUT One of the major benefits of using CSS is that you’re no longer forced to lay your sites out in tables . The layout possibilities of CSS give you complete control over the positions and dimensions of all page elements. If you’ve tried laying out a page with tables, you have probably been irritated in the past by the inability of your browser to render your page exactly as you had wanted.

CSS - Contents and compatibility

IE 8-10 (and maybe older ones, too) have a slight bug: clicking the mouse down on a nested element does not trigger :active . Try it in the test page by depressing the mouse button on one of the code examples. The :active styles do not kick in. IE doesn’t react to the Back and Forward buttons: the element doesn’t apply or remove the pseudo-class at all. This used to be an Opera problem, while IE used to get it right. http://www.quirksmode.org/css/contents.html

CSS Reference

http://www.w3schools.com/css/css_reference.asp W3Schools' CSS reference is tested regularly with all major browsers.
http://www.deitel.com/ResourceCenters/Programming/CSS21/CSSBrowserCompatability/tabid/2224/Default.aspx Charts: CSS browser support information. Includes comprehensive charts for CSS2.1 and CSS3 features. Internet Explorer 6 and 7, Firefox 2, and Opera 9 are included. Useful for determining which features of CSS can be safely assumed to work on almost all widely used browsers. Charts: Quirksmode’s CSS reference.

CSS Browser Compatability

Path // → → CSS AND SPACING So by now you have your page and all your text styled and formatted the way you want. Now it's time to start giving parts of your page room to breathe, by spacing them out with margins and padding. Henceforth, you will be able to space out all your page's parts down to the pixel. This page was last updated on 2010-01-08 The CSS Box Model http://www.yourhtmlsource.com/stylesheets/cssspacing.html

CSS and Spacing | margins, padding and display types in CSS

Referensböcker

Innehållet finns numera i boken " Den ultimata referensguiden till HTML " och går att köpa i .pdf format. Den mest kompletta och omfattande bok som någonsin har skrivits på svenska. 2:a utgåva innehåller även Introduktion till XHTML http://www.vonpepel.com/ref/index.html