Dysan Posted December 29, 2007 Share Posted December 29, 2007 Using CSS, is it possible to hide a div? Quote 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 Quote 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? Quote 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; Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/83534-hide-a-div/#findComment-425049 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.