| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #4 (permalink) |
| Traveller | <input type="Checkbox" style="height:50px;width:50px;"> big enough for ya? you may also want to look into using the label tag, so that you can click the text next to the checkbox. <label for="mycheckbox">Click this text to tick the box!</label> <input type="Checkbox" name="mycheckbox" id="mycheckbox" style="height:50px;width:50px;">
__________________ Internet.geek.nz NameCooler.com Unlimited Domain Name Web Hosting Travel Money Rates |
| |
| | #5 (permalink) | |
| NamePros Member | Waww. thank you very much. it is perfect. Instead of the text can we put image? i tried this on my php code for image but did not work PHP Code: Quote:
| |
| |
| | #6 (permalink) | |
| NamePros Regular | Quote:
Try removing the label tags | |
| |
| | #7 (permalink) | |
| NamePros Member | Quote:
<label for="mycheckbox">Click this text to tick the box!</label> <input type="Checkbox" name="mycheckbox" id="mycheckbox" style="height:50px;width:50px;"> this works perfect. But i want to click to an image instead of the text to activate the check box. | |
| |
| | #8 (permalink) |
| Traveller | you can put a background image on the label: Code: <label for="mycheckbox" style="width:276px;height:110px;background-image:url('http://www.google.com/intl/en_ALL/images/logo.gif');display:block;float:left;"></label>
<input type="Checkbox" name="mycheckbox" id="mycheckbox" style="height:50px;width:50px;">
__________________ Internet.geek.nz NameCooler.com Unlimited Domain Name Web Hosting Travel Money Rates |
| |
| | #9 (permalink) | |
| NamePros Member | Quote:
ok. sorted. thank you very much PHP Code: | |
| |
| | #10 (permalink) | |
| NamePros Member | Quote:
Say width:276px;height:110px for the original image. Can you resize it to width:100px;height:100px | |
| |
| | #11 (permalink) |
| Traveller | it's best to resize the image to the actual size you want it displayed.
__________________ Internet.geek.nz NameCooler.com Unlimited Domain Name Web Hosting Travel Money Rates |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |