LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 06-19-2011, 08:16 PM   #1
Dafydd
Member
 
Registered: Oct 2008
Posts: 344

Rep: Reputation: 29
Need vertical scroll code for 3 column web page


I need a better tutorial than the out of date books I own or I can find using Google. If someone has a place they would recommend, please provide a link.

I have a web page that is 3 column. I would like each column to vertical scroll separately. I would also like to keep the jump code in the left column if that is possible.

Go here for the my web page and source code. http://www.texasflyfishers.org/flytie-2.html
 
Old 06-19-2011, 10:01 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi Dafydd, I believe you're looking for the overflow property. There is a brief description and example here.

http://webdesign.about.com/od/css/a/aa110402a.htm

Good luck. ;-)
 
Old 06-20-2011, 02:11 AM   #3
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
or of course you could use frames. Though i think they are often frowned upon.
But they generally work.


Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>home page</TITLE>
</HEAD>
<FRAMESET cols="50%, *">
  <FRAME src="menu.html">
  <FRAMESET rows="100, 200">
      <FRAME src="left.html">
      <FRAME src="/cgi-bin/feed.cgi">
  </FRAMESET>
  <NOFRAMES>
      <P>This frameset document contains stuff
 </NOFRAMES>
</FRAMESET>
</HTML>
 
Old 06-20-2011, 11:36 AM   #4
Dafydd
Member
 
Registered: Oct 2008
Posts: 344

Original Poster
Rep: Reputation: 29
Thank you for the responses and links. I think you've given me enough to keep me entertained for a few days.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
making screen scroll down page on web trscookie Programming 1 08-17-2009 08:53 PM
Wget or cURL code for checking changes to a web page? ewingtux Programming 2 12-16-2008 04:46 PM
vertical scroll in code view. oskar LQ Suggestions & Feedback 4 09-28-2008 02:37 PM
vertical scroll in firefox vertigo88x Linux - Software 2 04-15-2007 10:40 AM
Getting the web page in python :: What's wrong with the code ? indian Programming 1 09-12-2005 03:17 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 04:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration