|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to split the screen horizontally?
Hi everybody,
I need to split the screen in to part so the top part is always displayed And the lower part have a vertical scrollbar which only scroll the lower part of the screen so the first part is always displayed. I don't want to use frame because I have form in the upper part that are needede in the lower part. thank tyou Johnjohn |
|
#2
|
||||
|
||||
|
screen splitting
You can use styled div tags. The page would look something like this
..... <div id="topDiv">text... text... text... </div> <div id="bottomDiv">text... text... text... </div> ..... in the css style set the bottom div's properties eg. height: 50%; overflow: scroll; |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > How to split the screen horizontally? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|