PDA

View Full Version : Color picker in styles


Zorg
Mon 3rd Dec '01, 5:46pm
I don't know if this has been suggested before, but can you put a jave(?) script in the styles area so it's easyer to pick the colors we want for text, category bg etc etc. I guess a popup windows that shows the spectrum?

Zorg
Mon 3rd Dec '01, 5:53pm
Here is a rough image of what I mean.

ja5es
Mon 3rd Dec '01, 8:37pm
More people would respond to this thread if you posted it over at vbulletin.org

This is a hack.

tubedogg
Mon 3rd Dec '01, 11:39pm
He knows that but he is suggesting it for the next version, since this is the Suggestions forum.

Mr. X
Wed 5th Dec '01, 2:28am
This would be a TERRIFIC addon. It gets cluttered when I have to have Dreamweaver open to pick out colors and go back to IE and paste em in etc.

ja5es
Wed 5th Dec '01, 10:02am
Originally posted by tubedogg
He knows that but he is suggesting it for the next version, since this is the Suggestions forum. Oh yeah...

Heh, I guess I forgot where I was. :D

Mac Write
Wed 5th Dec '01, 7:05pm
I think I suggested this awhile back. This is an excellent idea. Another suggestion would be to have a sample table/page that you can see the color changes on to see if they look good in the design or not.

This is a much needed featureand would save people alot time and ugly color schemes :D

bira
Thu 6th Dec '01, 12:29am
maybe you would consider my Color Picker hack, which does exactly what is discussed here?

http://www.vbulletin.org/forum/showthread.php?s=&threadid=32977

It's a very easy hack to install, so I'm kind of hoping that Jelsoft will consider including it in their official package

Mas*Mind
Thu 6th Dec '01, 3:53am
I found a very cool dhtml color picker with almost photoshop-like capabilities (http://home.netscape.com/computing/webbuilding/studio/feature19981111-5.html)

or a very simple one, which neatly orders all web-safe colors (http://javascript.internet.com/page-details/color-picker.html)

bira
Thu 6th Dec '01, 5:32am
I know the netscape one. I didn't use it because it requires some knowledge in print/imaging and isn't altogether userfriendly.

The browser-safe 216 colors are bs, imo. In reality, they are more like 36 colours with very slight shading. And, there's no grayscale at all among them.

I used the html compliant palette (named colours, although I use the hex values) because it has the largest variation of pre-defined colours (as opposed to shades). But in any event, creating palettes is really easy, whether you use imagemap, or javascript generated map for browsersafe colours.

chilliboy
Tue 3rd Dec '02, 9:37am
Originally posted by Mas*Mind
I found a very cool dhtml color picker with almost photoshop-like capabilities (http://home.netscape.com/computing/webbuilding/studio/feature19981111-5.html)

or a very simple one, which neatly orders all web-safe colors (http://javascript.internet.com/page-details/color-picker.html) test