CSS



ritratto di abonumore

Pure CSS Coke Can

Sapete scoprire come funziona senza buttare occhio al sorgente?

http://www.romancortes.com/blog/pure-css-coke-can/



ritratto di abonumore

CSS Gradient Text

Uno dei conflitti maggiori tra designer e developers è quello di dover trovare il giusto compromesso tra appetibilità e gestione dinamica dei contenuti.

Grazie a jQuery è possibile utilizzare questa librerira per creare testi e slogan dinamici degli effetti grafici accattivanti.

Features e punti forti:

  • non richiede librerie aggiuntive oltre a jQuery
  • permette l'indicizzazione di slogan e testi che altrimenti verrebbero ignorati dai motori di ricerca
  • semplice utilizzo

Qui una demo:



ritratto di dbanchero

Let's start with the basics. What are CSS sprites?

CSS sprites are a way to combine images to improve our page loading time, reducing the number of requests our server does. In this article I will teach you how to make them.

categorie:


ritratto di dbanchero

Mono-Image CSS Rollovers

CSS is traditionally used to create rollover effects with two or more images for menus and other elements. Menus can use on, off, or visited images to signify the state of the menu. Typically menus are created using multiple background images, however. The problem with this method is that it doubles the necessary HTTP requests and can cause flickering problems when the "off" image is not preloaded.



ritratto di dbanchero

CSS Sprites: Image Slicing’s Kiss of Death

Everything old is new again, and though the rise of 3D games has made sprite maps obsolete, the concurrent rise of mobile devices with 2D gaming capabilities have brought them back into vogue. And now, with a bit of math and a lot of CSS, we’re going to take the basic concept and apply it to the world of web design.



ritratto di rrizzi

jScrollPane

 interessantissimo utilizzo di JQuery per modificare e customizzare le scroll bar di una comunissima textarea

categorie:


ritratto di amanzotti

Come validare il css di Lightbox 2.0

Utili consigli per poter validare W3C il css del noto script di gallerie di immagini.

categorie:


ritratto di ffontana

Il paradiso del CSS

Per chi è interessato ad esplorare i livelli raggiungibili grazie ai CSS.

 

categorie:


ritratto di dbanchero

Fixed position, ie6 hack

Hack per sfruttare il position fixed anche con IE6.



ritratto di dbanchero

Div sopra Flash con IE

Problema: sovrappore un div a un oggetto flash.

Soluzione: utilizzare il parametro wmode.

Esempio:

<script type="text/javascript">
          var so = new SWFObject("obj.swf"....);
          ...
          so.addParam("wmode", "opaque");
          ...
</script>

Add to
Google