basically, i need someone to help me code a box expandable so eg
i click a link, it will go into that box and expand to the correct length
ill show you what i mean more clearly on msn
basically, i need someone to help me code a box expandable so eg
i click a link, it will go into that box and expand to the correct length
ill show you what i mean more clearly on msn
Firstly theres no such thing as an expandable "box", all containers expand unless stated in width or overflow.
Gathering from your explanation i guess you want a container which loads content when a person clicks a link, is this right?
I think your on about JAVAscritp drop-down menus?
You need to elaborate more when you make threads like this. I think I understand you though.
CSS
HTMLCode:.box_container { background-color: #aeaeae; width: 250px; } .box_top { width: 250px; height: 25px; } .box_middle { width: 25px; } .box_bottom { width: 250px; height: 25px; }
That's your expandable 'box' (it's a div, actually). Now just add your navigation wherever. Say one of the links is contact.php: just copy your code from index.php into a new file named contact.php and then just change the content text. And then voila.Code:<div class="box_container"> <div class="box_top">content</div> <div class="box_middle">text</div> <div class="box_bottom"></div> </div>
I think he wants an expandable iFrame...
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
http://www.dynamicdrive.com/dynamici...iframessi2.htm
Thats what you needIframe will expand to corrent length
Hope that helps
Edit: oh my I just noticed the time stamp of the 1st post.
Joe
Want to hide these adverts? Register an account for free!