![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi there, I am trying to figure out how to create an expandable window that opens within a webpage such as shown in the Sony ad at http://www.zdnet.com/ Any thoughts? |
#3
| |||
| |||
|
|
Hi there, I am trying to figure out how to create an expandable window that opens within a webpage such as shown in the Sony ad at http://www.zdnet.com/ Any thoughts? P |
#4
| |||
| |||
|
|
use css to show/hide the expandable bit: #divExpand.show { display: block; } #divExpand.hide { display: none; } div id="divBanner"></div div id="divExpand" class="hide"></div div id="divContent"></div joe P. wrote: Hi there, I am trying to figure out how to create an expandable window that opens within a webpage such as shown in the Sony ad at http://www.zdnet.com/ Any thoughts? P |
![]() |
| Thread Tools | |
| Display Modes | |
| |