Div Tags

  • Thread starter Thread starter Sal
  • Start date Start date
S

Sal

Have an HTML that uses JavaScript and DIV tags. Cannot
focus on radio, text, and button controls with mouse when
contained in Div tags. Focus can only be obtained on
last Div Tag section and on select controls.
 
Sal said:
Have an HTML that uses JavaScript and DIV tags. Cannot
focus on radio, text, and button controls with mouse when
contained in Div tags. Focus can only be obtained on
last Div Tag section and on select controls.

That's not a problem with IE6. You must have a code problem... probably
improper nesting or an unclosed tag. Try one of the online validators, and
see if it helps:
http://www.craigcecil.com/checkyoursite.htm
 
Back
Top