Ask a Question related to Dreamweaver AppDev, Design and Development.
-
incunabula #1
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
-
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... -
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... -
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... -
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... -
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... -
darrel #2
Re: alternatives to check boxes (something larger)
> ok i need to perform a search of my database. Visually however i cannot
havevisually> check boxes on my search page because they are to small especially forThat's an interesting dilema.> impaired persons.
Possibly. I imagine you could use some javascript trickery for that.> I was wondering if i could use larger images that could be
> pressed/checked and would perform the same function as check boxes.
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



Reply With Quote

