Dysan Posted December 30, 2007 Share Posted December 30, 2007 Hi, Is it possible to show/hide a div using CSS declarations? - If so, how? <style> </style> Quote Link to comment https://forums.phpfreaks.com/topic/83663-showhide-div-with-css/ Share on other sites More sharing options...
phpQuestioner Posted December 30, 2007 Share Posted December 30, 2007 Double Post!!!!! http://www.phpfreaks.com/forums/index.php/topic,174661.msg772779.html#msg772779 http://www.phpfreaks.com/forums/index.php/topic,174661.msg772781.html#msg772781 Hi, Is it possible to show/hide a div using CSS declarations? - If so, how? <style> </style> yes it is possible - like this: <style type="text/css"> .hideout {display:none} .showout {display:block} </style> Quote Link to comment https://forums.phpfreaks.com/topic/83663-showhide-div-with-css/#findComment-425679 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.