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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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