Articles Tagged 'CSS3'

Customizing a Form graphically

I was asked how to customize a graphical form, including a search box like the one on this blog. The technique used, or rather that I use, it is obviously valid for any type of module form. What changes is only the complexity of the work to be done depending on the complexity of the form itself.

More ...

CSS3: has anyone seen the Internet Explorer?

I just do not ...

1
2
3
4
5
6
7
8
9
{p
/ * Rounded Corners * /
; /* CSS 3 */ border-radius: 9px; / * CSS 3 * /
; /* Opera */ -O-border-radius: 9px; / * Opera * /
; /* iCab */ -ICab-border-radius: 9px; / * iCab * /
; /* Konqueror */ -Khtml-border-radius: 9px; / * Konqueror * /
; /* Firefox */ -Moz-border-radius: 9px; / * Firefox * /
; /* Safari */ -Webkit-border-radius: 9px; / * Safari * /
}

More ...


Stop SOPA