alternatives to check boxes (something larger)

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default alternatives to check boxes (something larger)

    hi

    ok i need to perform a search of my database. Visually however i cannot have
    check boxes on my search page because they are to small especially for visually
    impaired persons. I was wondering if i could use larger images that could be
    pressed/checked and would perform the same function as check boxes. Maybe
    theres a way of putting check boxes underneath the larger selection area of the
    image? ... I'm unsure as im very new to this sort of thing.

    ok any soloutions would be greatly appreciated... I'll carry on trying to find
    out... cheers ppl.

    incunabula Guest

  2. Similar Questions and Discussions

    1. how do I clear check boxes??
      ... subject says it all .. when working with a document I put a check in the wrong box .. now I cannot remove the check without clearing the entire...
    2. Check Boxes
      Fmpro 5.5 Windows XP pro I have a number field set up as a checkboxes, numbered from 11 to 18. I had a script that used to check all the boxes...
    3. P. S. re check boxes
      I can only export this in a filtered web page. That's the only option I am given. If these alignment problems are due to that aspect, how do I...
    4. Check to see if Check Boxes are Checked
      How do I check to see if a checked box is check on the following page? This is what I have. What am I doing wrong? <%If...
    5. check boxes,opps
      I want a form that has 3 check boxes more than one can be choosen field X in my table will have the data like a form asks your name, age...
  3. #2

    Default Re: alternatives to check boxes (something larger)

    > ok i need to perform a search of my database. Visually however i cannot
    have
    > check boxes on my search page because they are to small especially for
    visually
    > impaired persons.
    That's an interesting dilema.
    > I was wondering if i could use larger images that could be
    > pressed/checked and would perform the same function as check boxes.
    Possibly. I imagine you could use some javascript trickery for that.
    Unfortunately, in doing so, you'd make the form less accessible for
    others...namely those that don't have javscript or use an alternative input
    device.

    Hmm...

    What if you kept the checkboxes, but put them in a larger DIV. Have that DIV
    then contain a larger image of a checkbox. Then, use some javascript so that
    clicking in the DIV on the larger image will also check the smaller
    checkbox.

    That's just off the top of my head, though. Not sure if that's an ideal
    solution.

    -Darrel


    darrel Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139