Re: [css-d] CSS-only color picker

2010-08-10 Thread Sandy

 The web is crowded with color-picker palettes using JavaScript
 mumbo-jumbo. I wanted one working with css only + server-side
 scripting and got the idea to use a select with optgroups
 and options styled with display: block and display: inline
 respectively. It works in Firefox 3.6 at least. What about
 other browsers?
 
 http://melroch.se/misc/palette.html

http://www.browsercam.com/
has a remote access testing service with a large variety of OS and 
browser combinations. A 1-day plan is 19.95 US.

hth
Sandy
__
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/


[css-d] CSS-only color picker

2010-08-09 Thread BPJ
The web is crowded with color-picker palettes using JavaScript
mumbo-jumbo. I wanted one working with css only + server-side
scripting and got the idea to use a select with optgroups
and options styled with display: block and display: inline
respectively. It works in Firefox 3.6 at least. What about
other browsers?

http://melroch.se/misc/palette.html

I would have liked for the selected color names to be shown
after the menu collapses, but can't find any way to get that
without breaking the menu itself.

BTW, what's up with the FF submit button?  It can't be styled!

/BP
__
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] CSS-only color picker

2010-08-09 Thread tedd
At 6:51 PM +0200 8/9/10, BPJ wrote:
The web is crowded with color-picker palettes using JavaScript
mumbo-jumbo. I wanted one working with css only + server-side
scripting and got the idea to use a select with optgroups
and options styled with display: block and display: inline
respectively. It works in Firefox 3.6 at least. What about
other browsers?

http://melroch.se/misc/palette.html

I would have liked for the selected color names to be shown
after the menu collapses, but can't find any way to get that
without breaking the menu itself.

BTW, what's up with the FF submit button?  It can't be styled!

/BP


Your color picker doesn't work for me. There are no colors in the 
selection options.

Safari 4.1.1  Mac OSX 10.4.11

Cheers,

tedd

-- 
---
http://sperling.com/
__
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] CSS-only color picker

2010-08-09 Thread William Gaffga
Win Vista, Chrome 5
Basically works ... is the color supposed to show up in the menu after
selection but before submittal? If so ... it doesn't.

On Mon, Aug 9, 2010 at 9:51 AM, BPJ melr...@gmail.com wrote:

 The web is crowded with color-picker palettes using JavaScript
 mumbo-jumbo. I wanted one working with css only + server-side
 scripting and got the idea to use a select with optgroups
 and options styled with display: block and display: inline
 respectively. It works in Firefox 3.6 at least. What about
 other browsers?

 http://melroch.se/misc/palette.html

 I would have liked for the selected color names to be shown
 after the menu collapses, but can't find any way to get that
 without breaking the menu itself.

 BTW, what's up with the FF submit button?  It can't be styled!

 /BP
 __
 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/

__
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/