southbeach
Programmer
I have a form where I am using <table> to set the layout.
My typical input command looks like this
In FF all looks and works great. In IE, however, I cannot click on the fields to place my cursor within the fields (set focus). I have to use the TAB key to get in or click on the very first possible character of the field (far left column within the field).
What gives?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
My typical input command looks like this
Code:
<input name="name" id="nameID" type="text" class="normal" style="width: 100%" size="30" maxlength="45" />
In FF all looks and works great. In IE, however, I cannot click on the fields to place my cursor within the fields (set focus). I have to use the TAB key to get in or click on the very first possible character of the field (far left column within the field).
What gives?
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.