Seems like you posted this to Stack Overflow already.

http://stackoverflow.com/questions/7970143/onmouse-over-with-an-anchor-on-watir-not-detecting

To avoid duplication of effort, lets deal with answering it over
there

On Nov 2, 6:44 am, Matt <[email protected]> wrote:
> Hey everyone.
>
> I am trying to hover over some text, but I am struggling to detect the
> text to mouse over. I have tried links,style tags,  anchors and text
> fields, but currently having no luck.
> Trying to hover over the text "Roll Over Menu"
>
> <font COLOR="green">
>    <a style="background-color:cccccc;width:200px;"
> onmouseover="rolloverMenu(1, 'mainMenu');" onmouseout="rolloverMenu(0,
> 'mainMenu');"
>  onclick="rolloverMenu(0, 'mainMenu');">
> &nbsp;&nbsp;<B> Roll Over Menu </B></a>
>
> <div style="background-color:cccccc;width:200px;"
> class="rolloverMAINMenu" id="mainMenu" style="display: none;"
> onmouseover="rolloverMenu(1, 'mainMenu');" onmouseout="rolloverMenu(0,
> 'mainMenu');">
>
> Thanks again in advance!

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to