[css-d] Dynamic form messages (or look ma, no javascript!)

2010-12-25 Thread Gabriele Romanato

Another chapter of the series:

http://onwebdev.blogspot.com/2010/12/css-dynamic-form-messages.html

:focus rules! :-)

HTH


http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/  (English)
http://www.css-zibaldone.com/articles/  (English)
http://onwebdev.blogspot.com/  (English)








__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Dynamic form messages (or look ma, no javascript!)

2010-12-25 Thread David Laakso

On 12/25/10 3:55 AM, Gabriele Romanato wrote:

Another chapter of the series:

http://onwebdev.blogspot.com/2010/12/css-dynamic-form-messages.html

:focus rules! :-)

HTH






aside
My chapter in a series of totally useless, irrelevant, and off-topic 
garbage...:-) .

body {
/*font: small Verdana, Geneva, Arial, Helvetica, sans-serif;*/
font: 100%  Helvetica, Arial, sans-serif;
}
#form ul li label {/*font-weight: bold;*/ }
#form ul li span.info { /*font-weight: bold;*//*text-transform: 
uppercase;*/}

#form p input {/*font-weight: bold;*/}
/aside

~scrooge
London
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/