web graphics magazine
Some of the best and the most useful set of links and resources a Web Designer and a Developer would need. Almost every requirement for developers and designers are now as Online Services
Questo codice creerà delle classi al body per ogni pagina del vostro sito.
Nella pagina template del vostro tema (page.tpl.php), sostituite il tag <body> col seguente codice:
PSDTuts - Just Great Photoshop Tutorials
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
* Lightbox
* Image Menu
* Validate
* Rounded Corners
* Sortable Table
* Slide Show
Altezza minima per Internet Explorer 6
/* for understanding browsers */
.container {
width:20em;
padding:0.5em;
border:1px solid #000;
min-height:8em;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .container {
height: 8em;
}
/**/