Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old June 30th, 2004, 07:18 PM
sewage sewage is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 50 sewage User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 35 sec
Reputation Power: 5
Question how is this done???

This bands page, http://www.cannibalcorpse.net/ , has a window within a window thing. I can see how the scroll bars were changed, but how do you actually add the new window within the broswer window, like they have done?

Reply With Quote
  #2  
Old June 30th, 2004, 10:04 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
If you view the source code, you will notice a tag called <iframe>. iframe stands for inline frame, and is quite similar to a traditional frame.
Here's how they're used: http://mercury.tvu.ac.uk/~lucieh/iframe.htm
Here's another example: http://www.newstoday.com
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
  #3  
Old July 1st, 2004, 03:23 AM
EiSa EiSa is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: Norway
Posts: 184 EiSa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 22 m 24 sec
Reputation Power: 6
You can also create this "effect" without iframe, simply by using CSS and div.

CSS:
Code:
#divname		
{
width: 320px;
height: 100px;
overflow: auto;	
}


HTML:
Code:
<div id="divname">Much text</div>


You can see an example of this here:
http://www.rundeting.no/?page=3

If the content inside divname expand's 100px it will be created a scrollbar in the div. Iframe are easier to deal with, but if you wan't to learn about CSS you can start reading here:
http://www.w3schools.com/css/default.asp
__________________
Strictly CSS | Poker Cognac XO

Last edited by EiSa : July 1st, 2004 at 03:38 AM.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > how is this done???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway