Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
javascript working fine with IE not with firefox
Old 08-30-2009, 12:02 PM javascript working fine with IE not with firefox
Junior Talker

Posts: 1
Name: naileshkumar
Location: chennai
Trades: 0
my html code is here
************
<table class=matcolor id=topnav cellspacing=0
cellpadding=0 width=550 border=0 bgcolor="#FFCCCC">
<tbody>
<tr align=middle>
<td id=menu1
onMouseOver="this.className='mPrimaryOn';showmenu( this);"
onClick="this.document.location.href=''"
onMouseOut="this.className='mPrimaryOff';hidemenu( this);" class="mat" height="20">
</td>
</tr>
</tbody>
</table>
*******************************
on click of this text the below javascript code should activate
javascript code
************
<div id=menu1Container style="VISIBILITY: hidden">
<div class=dmMenu id=menu1Content>
<table class=font_tahoma_11 id=tblmenu1 cellspacing=0 cellpadding=2
bgcolor=#f0f0ea border=0>
<tbody>
<tr>
<td class=mat onMouseOver="javascript:style.backgroundColor='DDD DD3'"
onMouseOut="javascript:style.backgroundColor=''" width=50 height=31><font
face=Webdings color=#333333>4</font> <a class=mat
href="http://www.webbridge.co.in/cosmicglobal/wc_dtp.htm"><font color="#333333">Work
Categories </font></a></td>
<td class=mat onMouseOver="javascript:style.backgroundColor='DDD DD3'"
onMouseOut="javascript:style.backgroundColor=''" width=120 height=18><font
face=Webdings color=#333333>4</font> <a class=mat
href="http://www.webbridge.co.in/cosmicglobal/software_dtp.htm"><font color="#333333">Software
we work</font></a></td>
</tr>
</tbody>
</table>
</div>
</div>
<script language=JavaScript>
ix = document.getElementById('tblmenu1').getBoundingCli entRect();
new ypSlideOutMenu("menu1", "right",ix.left + ix.right ,ix.bottom + 10);
</script>
************
it is working fine with IE but not with Firefox
please help
naileshkumar is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to javascript working fine with IE not with firefox
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60569 seconds with 12 queries