forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: popupbob on February 20, 2007, 06:19:53 pm

Title: Replace Combobox's with Image Click
Post by: popupbob on February 20, 2007, 06:19:53 pm
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 :)
Title: Re: Replace Combobox's with Image Click
Post by: popupbob on February 20, 2007, 06:44:54 pm
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