0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
#Partition_Left_Wrapper span {display:block; width:100px; background:#6F6F6F; text-align:center; line-height:30px; color:#fff} #Partition_Left_Wrapper #Partition_Left p {display:none;} #Partition_Left_Wrapper:hover span {display:none;} #Partition_Left_Wrapper:hover #Partition_Left { display:block; float:left; border:1px solid black; } #Partition_Left_Wrapper:hover #Partition_Left p {display:block;} <div id="Partition_Left_Wrapper"> <span>try me</span> <div id="Partition_Left"> <p> Hello World! </p> </div> </div> Well, the problem is that DIV is a empty box, …
The End.