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.

CSS Forum


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



Reply
javascript css dropdown menu question
Old 03-18-2005, 03:26 PM javascript css dropdown menu question
Kaiman's Avatar
Extreme Talker

Posts: 237
Trades: 0
Hi everyone,

I am currently working on creating drop down menus using css and javascript. I have written the code, completed the stylesheets and everything seems to be working fine except that in Netscape and Mozilla the mouseout attributes don't seem to be working entirely. Sometimes the dropdown menus will close and sometimes they stay open and you have to mouseover them again to get them to dissapear. Dreamweaver keeps giving me browser check errors saying that the onmouseover onmouseout attributes are not supported in Netscape (and I am going to guess Mozilla as well). I have included the code below and was wondering if anybody have a workaround for this problem? Thanks in advance.

Kaiman

Storm King Design

Here's the code for one of the menus:

<dl>
<dt onmouseover="javascript:show('smenu1');" title="About Us">About Us</dt>
<dd id="smenu1" onmouseover="javascript:show('smenu1');" onmouseout="javascript:show('');">
<ul>
<li><a href="#" title="Overview">Overview</a></li>
<li><a href="#" title="Instructors">Instructors</a></li>
<li><a href="#" title="Frequent Questions">Frequent Questions</a></li>
<li><a href="#" title="Testimonials">Testimonials</a></li>
<li><a href="#" title="Privacy Policy">Privacy Policy</a></li>
<li><a href="#" title="Site Map">Site Map</a></li>
</ul>
</dd>
</dl>
Kaiman is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-18-2005, 04:56 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
I've tried your site in both Firefox and IE, they both act the same to me. None of those menu-sticking problems, and no Javascript errors in the JS console.
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to javascript css dropdown menu question
 

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.18640 seconds with 12 queries