Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-23-2002, 11:02 AM   PM User | #1
demolishzine
New to the CF scene

 
Join Date: Jun 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
demolishzine is an unknown quantity at this point
Open links in a scrollable box

I want to change my site so that the links on the left open in a box with its own scroll bar. If anyone can make it I can link for them or if you are in australia I can pay you. Have a look at site to see what it is like now. http://www.demolishzine.cjb.net I am getting my own domain to and propper surver.
Thanks, here is some picturs of what I want it to look like, sort of.
Attached Thumbnails
Click image for larger version

Name:	fro flip design.jpg
Views:	226
Size:	14.2 KB
ID:	27  
demolishzine is offline   Reply With Quote
Old 06-23-2002, 11:03 AM   PM User | #2
demolishzine
New to the CF scene

 
Join Date: Jun 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
demolishzine is an unknown quantity at this point
layout
Attached Thumbnails
Click image for larger version

Name:	for flip design frame layout demolish.jpg
Views:	218
Size:	48.7 KB
ID:	28  
demolishzine is offline   Reply With Quote
Old 06-23-2002, 02:33 PM   PM User | #3
justame
Regular Coder

 
Join Date: Jun 2002
Posts: 676
Thanks: 1
Thanked 0 Times in 0 Posts
justame is on a distinguished road
dem...
just a checkout® this link...
http://www.javascriptkit.com/frame1.shtml

seems like you want your site done in just a frames® :O)))
aka just a one® browser window made up of just a three® separate htmls...:O)))

just a goodluck®...:O)))
__________________
The New JustaBuster Version 2.0 OR JustaBusta Lite V2.0
...just a special® thanx kinda hugs to jkd n' nex ...:O)))

CommemorateWTC.com --Please lend your support
justame is offline   Reply With Quote
Old 06-24-2002, 01:12 AM   PM User | #4
demolishzine
New to the CF scene

 
Join Date: Jun 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
demolishzine is an unknown quantity at this point
I want it like this site

I want it like this site http://www.angelfire.com/ego/pcsba/dflux9.html I just want to know how to put like that box on the right hand side of my site and have everything open in it.
demolishzine is offline   Reply With Quote
Old 06-24-2002, 01:41 AM   PM User | #5
demolishzine
New to the CF scene

 
Join Date: Jun 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
demolishzine is an unknown quantity at this point
and like this site http://www.freewebz.com/skatedump/home.html
demolishzine is offline   Reply With Quote
Old 06-24-2002, 01:51 AM   PM User | #6
pardicity3
Regular Coder

 
Join Date: Jun 2002
Location: Iowa / Notre Dame
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
pardicity3 is an unknown quantity at this point
You might like this

Hey there-

I think what you are looking for is in this tutorial:

http://www.dynamicdrive.com/dynamici...miniwindow.htm

Basically, those pages are just using IFRAMES. These are just little "boxes" that act as frames. Essentially, you just make this IFRAME using code something like this:

<iframe src="yourpage.htm" width="500" height="200" border="0" frameborder="0" name="yourframe"></iframe>

Of course you need to costumize that code to your needs. (i.e. your width and height and all that good stuff.) To make a link open a page in that "box", you just target the link there like so:

<a href="here.html" target="yourframename">LINK</a>

That should do it for the basics. Of course it is more complex, but I am not into complex things too much!!!
__________________
My Site {Mike's Adventures}

Yikes, forums are almost too much fun.
pardicity3 is offline   Reply With Quote
Old 06-24-2002, 02:06 AM   PM User | #7
demolishzine
New to the CF scene

 
Join Date: Jun 2002
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
demolishzine is an unknown quantity at this point
thanks

Thanks that should help me heaps, its real hard to explain what I wanted so it was som hard to find on html help sites and **** like that. Thanks again
demolishzine is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:52 PM.


Advertisement
Log in to turn off these ads.