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