|
-
Apr 26th, 2001, 12:41 PM
#1
Thread Starter
transcendental analytic
html, override no scrolling
i have frames set to no scrolling, can i have a certain page that allows scrolling? or anything analogous
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 26th, 2001, 01:15 PM
#2
Fanatic Member
I'm assuming you are talking about different frames...
Code:
<frameset cols="25%, 75%">
<frame src="page1.html" scrolling="no">
<frame src="page2.html" scrolling="yes">
</frameset>
Hope this is what you are looking for.
Alcohol & calculus don't mix.
Never drink & derive.
-
Apr 26th, 2001, 01:21 PM
#3
Thread Starter
transcendental analytic
i mean for a specific page, that is launched from a sidemenu into the main frame. The rest should show wihtout scrollbar
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 26th, 2001, 01:24 PM
#4
Fanatic Member
Well, the only way I can think of is to set scrolling to "auto".
Alcohol & calculus don't mix.
Never drink & derive.
-
Apr 26th, 2001, 01:36 PM
#5
Thread Starter
transcendental analytic
thanks, not really what i was looking for, but it's better than nothing
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 27th, 2001, 03:27 AM
#6
Fanatic Member
i think i know what you are talking about
for the pages that you do want to scroll, put <body scroll=yes>
for the ones that dont scroll <body scroll=no>
you should know what i am talking about, just tell me if you dont cos i know exactly what you are talking about.
-
Apr 27th, 2001, 08:38 AM
#7
Thread Starter
transcendental analytic
thanks, you knew exactly what i was talking about
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|