Dysan Posted December 29, 2007 Share Posted December 29, 2007 Using CSS, is it possible to hide a div? Link to comment https://forums.phpfreaks.com/topic/83534-hide-a-div/ Share on other sites More sharing options...
phpQuestioner Posted December 29, 2007 Share Posted December 29, 2007 Answer Here: http://www.phpfreaks.com/forums/index.php/topic,174663.0.html Link to comment https://forums.phpfreaks.com/topic/83534-hide-a-div/#findComment-425038 Share on other sites More sharing options...
Dysan Posted December 29, 2007 Author Share Posted December 29, 2007 That was through JavaScript, is it possible to hide a div through CSS? Link to comment https://forums.phpfreaks.com/topic/83534-hide-a-div/#findComment-425044 Share on other sites More sharing options...
AndyB Posted December 29, 2007 Share Posted December 29, 2007 That was through JavaScript, is it possible to hide a div through CSS? Dynamically, no. Otherwise display:none; Link to comment https://forums.phpfreaks.com/topic/83534-hide-a-div/#findComment-425047 Share on other sites More sharing options...
phpQuestioner Posted December 29, 2007 Share Posted December 29, 2007 That was through JavaScript, is it possible to hide a div through CSS? that's right - you have to use a dom event to change the css style with a element. Link to comment https://forums.phpfreaks.com/topic/83534-hide-a-div/#findComment-425049 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.