skip to Main Content

Show text on top of image – Photoshop

Currently I've an image mapped out like this <img src="Floor1.jpg" alt="Floor1" usemap="#Floor1"> <map id="Floor1" name="Floor1"> <area shape="rect" name="Seat1" title="Seat1" coords="535,311,133,555" href="#" target="" /> <area shape="rect" name="Seat2" title="Seat2" coords="121,211,111,555" href="#" target="" /> </map> And along with this a Jquery plugin called…

VIEW QUESTION

Multiple submit button using PHP and Javascript – Plesk

I am trying to submit a single form with multiple submit buttons. The form is submitted using Javascript. I am using the below api to create a table list with check box. http://download1.parallels.com/Plesk/PP11/11.5/Doc/en-US/online/plesk-extensions-reference/classes/pm_View_List_Simple.html My controller file for creating the list…

VIEW QUESTION
Back To Top
Search