Connecting Tech Pros Worldwide Forums | Help | Site Map

DIV blocking my mouseclicks

Bill_W_Stephens@yahoo.com
Guest
 
Posts: n/a
#1: Mar 2 '06
I was trying to simplify a web page by substituting some tables for
DIVs. Unfortunately one of my DIVs is preventing me to access text
fields (IE and FF) and drop-down box (only in FireFox)

This is actually the first time I have used DIV in a input screen. Can
anyone advise how to craft this without the overlap problem?

see link for a small extract that illustrates my problem:

http://www.mybis.net/itp/divTest.html

thanks in advance


IEDesigner
Guest
 
Posts: n/a
#2: Mar 3 '06

re: DIV blocking my mouseclicks


<Bill_W_Stephens@yahoo.com> wrote in message
news:1141305972.453191.164580@i40g2000cwc.googlegr oups.com...[color=blue]
> I was trying to simplify a web page by substituting some tables for
> DIVs. Unfortunately one of my DIVs is preventing me to access text
> fields (IE and FF) and drop-down box (only in FireFox)
>
> This is actually the first time I have used DIV in a input screen. Can
> anyone advise how to craft this without the overlap problem?
>
> see link for a small extract that illustrates my problem:
>
> http://www.mybis.net/itp/divTest.html
>
> thanks in advance[/color]

The table inside the div named "Left" has a width of 1361. The table's width
is overriding the width you set for the "Left" div in the CSS.
IEDesigner


Closed Thread