arcademint.com Posted September 25, 2007 Share Posted September 25, 2007 hi, how can we hide a a completely. ? i tried to set. style.visibility = hidden. but when i move the mouse around that hidden area..it shows the hand cursor.. and when i click i open the url which are inside a div.. so..the div is still remains with the links in the same place.. it makes some error in the site.. i tried to set. display : none , display : block.. and that was worked .. is there any other ways to do this ? Thanks Link to comment https://forums.phpfreaks.com/topic/70597-links-are-still-active-in-a-invisible-div/ Share on other sites More sharing options...
ToonMariner Posted September 25, 2007 Share Posted September 25, 2007 style.display = 'none'; Link to comment https://forums.phpfreaks.com/topic/70597-links-are-still-active-in-a-invisible-div/#findComment-354771 Share on other sites More sharing options...
arcademint.com Posted September 25, 2007 Author Share Posted September 25, 2007 thanks. i will go with that. Link to comment https://forums.phpfreaks.com/topic/70597-links-are-still-active-in-a-invisible-div/#findComment-355005 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.