Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Dynamically changing div height
Old 02-21-2009, 08:07 PM Dynamically changing div height
Skilled Talker

Posts: 64
Name: Ralph Freshour
Trades: 0
I am using a div to initially fill a directory listing. Once I look at what files I want, I click on a javascript link and change the div height from the initial 600px to 200px.

This is my JS code which tries to change the height but it doesn't work:
PHP Code:
document.getElementById("directory_container").height "100px"
How can I dynamically change my div height?

Thanks...
__________________
RalphF
Business Text Messaging Services

Please login or register to view this content. Registration is FREE
rfresh is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-21-2009, 08:58 PM Re: Dynamically changing div height
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
HTML Code:
<a href="#" onMouseOver="text1.style.height = 0;">Contract</a>
<a href="#" onMouseOver="text1.style.height = 100;">Expand</a><br />
<br /><br />

<div id="text1"></div>
You can also use onClick for the links.

</div>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Reply     « Reply to Dynamically changing div height
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.88233 seconds with 12 queries