Miscellaneous UI issus for the Clarify ClearSupport Project
please note that some examples only work in Internet Explorer 5.5


1. Can a row in a table be dynamically high-lighted?
Yes, this will require the use of JavaScript, CSS, and DHTML. It is also possible to fire an event based on the high-lighted element. This is moderately difficult to accomplish depending on the architecture of the site should take 3-5 days to implement.

Simple Example: just click in a box.

cell 1 cell 2 cell 3
cell 1 cell 2 cell 3
cell 1 cell 2 cell 3


2. Can the dimensions of an iframe be changed dynamically?
Yes, This will require the use of JavaScript, CSS, and DHTML. This is moderate-difficult to accomplish should take 2-4 days to implement.

Simple iframe Example:

       


3. Scroll text within a page without using iframe or frame tags
Yes, use this is outlined in CSS and HTML 4.01. This is done by using the overflow attribute in CSS. This is very simple to do, the hard part is coming up with a good design.

Simple overflow Example:

       
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10
Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Cell 6 Cell 7 Cell 8 Cell 9 Cell 10


4. Can the color of an input box be change
Yes, this is done with JavaScript and CSS. This is very simple to do, the hard part is coming up with a good design.

Simple Example:

Change to Red  Change to gray
5. Can a webpage control the context menu on a right click mouse event.
Yes, this is done with JavaScript and CSS. Moderate-difficult, should take around 2-5 days to complete (depending on the design).

Simple Example:

Right Click Here

6. Example of DHMTL window

Click me to open DHTML Window


7. Example of tab order and access key in a form

Tab Index 4
Tab Index 3
Tab Index 2
Choose Gender Tab Index 1