|
I think I might have figured it out but before I do all the work, I'm hoping someone can confirm if this is true... Hopefully I can explain it well enough.
The page is a schedule page, similar to Microsoft's task scheduler. It uses "invisible" divs and javascript to switch between daily, weekly, and monthly. Now weekly and monthly have the same set of checkboxes for Sunday through Saturday. Only one set displays at a time though.
My first question is, if the Div is set to "display:none;", will the checkboxes still read on the next page?
Question two, if question one is true, and there are actually two checkboxes for Monday(M) let's say, if one is true, is that all that's needed? So like a digital truth table:
FALSE + FALSE = FALSE
FALSE + TRUE = TRUE
TRUE + TRUE = TRUE
Am I right in my thinking? Thank you! I realize this probably more of an HTML/CSS question now but I appreciate it!
__________________
Hysterical Web Design
Please login or register to view this content. Registration is FREE
Fair priced and reliable web design services that complement your website needs
Last edited by portkey; 04-23-2010 at 02:48 PM..
|