JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 14th, 2006, 07:05 PM
statc statc is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 110 statc User rank is Private First Class (20 - 50 Reputation Level)statc User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 1 h 9 m
Reputation Power: 10
Send a message via AIM to statc
Visible Divs on mouseover

On my site i'm trying to make a div show on mouseover of another and hide when on mouseout. on mouseover I'm calling this function
Code:
function tongle_on(id)
{
	document.getElementById(id).style.display='block';
}


and on mouseout im calling this function

Code:
function tongle_off(id)
{
	document.getElementById(id).style.display='none';
}


The problem is that it sometimes works and sometimes doesn't. The page I'm using it on is located here

Hedonist

Thanks for any help.

Reply With Quote
  #2  
Old March 14th, 2006, 09:35 PM
ProggerPete ProggerPete is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: May 2003
Location: Brisbane, Australia
Posts: 1,442 ProggerPete User rank is Sergeant (500 - 2000 Reputation Level)ProggerPete User rank is Sergeant (500 - 2000 Reputation Level)ProggerPete User rank is Sergeant (500 - 2000 Reputation Level)ProggerPete User rank is Sergeant (500 - 2000 Reputation Level)ProggerPete User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 1 Day 1 h 37 m 42 sec
Reputation Power: 28
Comments on this post
statc agrees: great job
__________________
Like the answers I give? Why not ask me directly at my forum. I'm always glad to help.

Javascript scripts and tips can be found at Dynamic Tools.
Check out DynamicTable, the best javascript table sorter around.
Get reliable and affordable hosting at www.thinksmarthosting.com

Reply With Quote
  #3  
Old March 14th, 2006, 09:45 PM
statc statc is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 110 statc User rank is Private First Class (20 - 50 Reputation Level)statc User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Day 1 h 9 m
Reputation Power: 10
Send a message via AIM to statc
Thanks. that post helped.. here's some rep points

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignJavaScript Development > Visible Divs on mouseover

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap