Replace Combobox's with Image Click Replace Combobox's with Image Click
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Replace Combobox's with Image Click

Started by popupbob, February 20, 2007, 06:19:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

popupbob

Hi when I click a smiley, it triggers an event - a similar methoed I want to make, so I could replace some of the combo box's ex. in the pms script.

I want an image for Inbox, and one for Outbox.

..when you click on them it should do the same as the combobox does now - reason

Combo box's ruins the layout and seems in this case to be an odd way for the event:

Im not sure how much work theres into this, but I would sure like to hear from some of you..
about it :)

popupbob

ahh turned out to be simple :)

..just add

<a href="?box=0"><img....></a>  for the inputbox, and
<a href="?box=1"><img....></a>  for the outputbox       :D