|
||||||
| AJAX Web based language that allows asynchronous loading of pages that does not interfere with normal page loading. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||||
|
I've only ever seen a webpage split using two scroll-bars. The first one that came to mind was MSDN and I took a look here: System.Drawing Namespace
but it turns out they have two scroll-bars as well. Maybe someone else here knows more than I do about this.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Don't hesitate to ask any questions that you have! Check out our ASCII Calculator! |
|
|||
|
Hi!
One way to do it it's with the CSS overflow property. Using a div it would look like: HTML Code:
... <div style:"height=xxx; width:xxxx; overflow:scroll / auto"> This text will be moveable...!!! </div> ... Ciao! |
|
|||||
|
I don't see how AJAX would be useful for this. I know you said that you do NOT want to use 2 independent frames, however you CAN use 2 independent frames to accomplish what you want. Use css to hide the vertical scollbar on the left frame, then use javascript to scoll the left frame as the right frame's vertical scrollbar moves. Each frame could still have its own horizontal scollbar. You can use the css property "overflow-x" and "overflow-y" to control a vertical or horizontal scrollbar instead of "overflow" which applies to both vertical and horizontal.
Happy Coding! -Fahlyn
__________________
Visit My Google Group Here: Web Development Innovation |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Considering Ajax, Part 1: Cut through the hype | Ronin | JavaScript and CSS | 0 | 12-13-2006 02:36 PM |
| Myth-Busting AJAX (In)security | Jordan | AJAX | 1 | 12-03-2006 01:21 PM |
| AJAX Evolved | Jordan | JavaScript and CSS | 0 | 09-09-2006 01:12 PM |
| More AJAX Resources | NeedHelp | JavaScript and CSS | 2 | 07-13-2006 12:57 PM |
| Anybody use Ajax? | Dan | JavaScript and CSS | 9 | 07-05-2006 03:25 PM |