Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Code similar to ColorPicker

Status
Not open for further replies.

petersJazz

Programmer
Jan 28, 2002
222
EU
hi,

Today it looks like this:

A normal select list of backgrounds like BG01, BG02, BG03, BG04, generated in PHP based on what backgrounds are setup for the site:

Code:
<select name="frame">
<option value="-">--Choose here--</option>
<option value="BG00" selected>BG00</option>
<option value="BG01" >BG01</option>
</select>

What I would like is to have like a color picker where you would get an new window with all backgounds vied. And you will then click on the one you want to use.
 
Hi!

What have you done towards completing your goal? Have you got some code you are stuck on, particularly? Maybe you have found an existing script and need some assistance modifying it slightly?

What we don't offer here is a free script writing service. If you are hoping for someone to write this solution for you - you are in the wrong place (maybe you could employ a developer of some of the sites that do offer this kind of service).

Cheers,
Jeff

[tt]Visit my blog [!]@[/!] Visit Code Couch [!]@[/!] [/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top