Div Woes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    Div Woes

    OK guys I know this isnt a javascrip forum, but I am building a .net
    application on the web so, it kinda lets me ask the question at least :)


    I have the following constructs

    ************* divOUTER **********
    *
    * ****** TABLE ******
    * * * * * * * * * * *
    * * * * * * * * * * *
    * *************** *****
    *
    *************** *************** ***

    Absolutely positioned on the top left hand corner of dvOuter is another div
    which is about 30px wide and as high as divOuter. This of course partially
    covers the table as well. I have a mouseOver and mouseOut event tied to that
    div. Unfortuately, the mouseOver and mouseOut events of the tableCells
    trigger the divMouseOver and divMouseOut events as well. I have tried to use
    the cancelBubble on the events for the table cells , tr and table itself,
    but the overlaid div events allways fire. I am useing IE6.

    Any ideas ?







Working...