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> 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> Link to comment https://forums.phpfreaks.com/topic/83663-showhide-div-with-css/#findComment-425679 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.