Jump to content

Show/Hide Div with CSS


Dysan

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.