Author Topic: Coding for fat fingers  (Read 1706 times)

rcjordan

  • I'm consulting the authorities on the subject
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16415
  • Debbie says...
    • View Profile
Coding for fat fingers
« on: October 31, 2014, 12:30:24 PM »
Makes entire table cells clickable. I got tired of hitting small areas of the screen on the ipad while naving my news feeds.
Code: [Select]

<html style="height: 100%;">
<body style="height: 100%;">

<table border=1 style="width: 100%; height: 100%;">
<tr>
<td valign=top style="width: 80%; height: 100%;">
 <a href='./' style="display: block; width: 100%; height: 100%;">HOME</a>
 </td>
<td valign=top style="width: 20%; height: 100%;">
 <a href='toc.php' style="display: block; width: 100%; height: 100%;">TOC</a>
 </td>
</tr>
</table>
 
 
</body>
</html>

Drastic

  • Need a bigger hammer...
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3087
  • Resident Redneck
    • View Profile
Re: Coding for fat fingers
« Reply #1 on: October 31, 2014, 01:11:25 PM »
You bought an apple product?

What is this world coming to...

The end is obviously near.

rcjordan

  • I'm consulting the authorities on the subject
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 16415
  • Debbie says...
    • View Profile
Re: Coding for fat fingers
« Reply #2 on: October 31, 2014, 02:40:00 PM »
I've had an ipad2 since they came out. It's a nice coffee-table browser.  Louise actually uses hers for work. Ugh!