| Author |
Bottom half of page scrollable
|
|
| C.W.Holeman II 2007-06-26, 10:19 pm |
| How can I keep an image at the top of a page seen, while allowing the
user to read the rest of the page which may contain more content than
can be displayed in the window at the one time? - Such as some kind of
scrolling area.
Here is made up example page for testing (without the feature I am
looking for):
http://emle.sourceforge.net/emle020...le_lab_001.html
The sample file works on IE7 and Firefox. A more complete example is
located here:
http://emle.sourceforge.net/emle020...mle_lab_001.xml
but it is limited on which browsers it can be viewed. For details on
this limitation see:
http://emle.sourceforge.net/emle020...20_context.html
--
C.W.Holeman II | cwhii@Julian5Locals.com-5 http://JulianLocals.com/cwhii
To only a fraction of the human race does God give the privilege of
earning one's bread doing what one would have gladly pursued free, for
passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks
| |
| C.W.Holeman II 2007-07-03, 10:17 pm |
| C.W.Holeman II wrote:
> How can I keep an image at the top of a page seen, while allowing the
> user to read the rest of the page which may contain more content than
> can be displayed in the window at the one time? - Such as some kind of
> scrolling area.
>
> Here is made up example page for testing (without the feature I am
> looking for):
>
> http://emle.sourceforge.net/emle020...le_lab_001.html
Add overflow:scroll.
[class="emleInstructions"]{
clear:both;
height:300px;
overflow:scroll;
}
http://emle.sourceforge.net/emle020...le_lab_001.html
--
C.W.Holeman II | cwhii@Julian5Locals.com-5 http://JulianLocals.com/cwhii
To only a fraction of the human race does God give the privilege of
earning one's bread doing what one would have gladly pursued free, for
passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks
| |
| Brendan Gillatt 2007-07-03, 10:17 pm |
| On Tue, 03 Jul 2007 06:57:26 -0800, "C.W.Holeman II"
<cwhii_google_spam@yahoo.com> wrote:
> [class="emleInstructions"]{
> clear:both;
> height:300px;
> overflow:scroll;
> }
>
What on earth?
Surely .emleInstructions {
would be a more correct way of doing the same job, aswell as being
readable to older browsers.
Also, overflow: scroll will produce the scrollbars wether or not the
content overflows the element's size - I suggest using overflow: auto
- you'll get a nicer look.
--
Brendan Gillatt
www.brendangillatt.co.uk
GPG: 0x6E265E61
| |
|
|
|
|
| Copyright 2003 - 2009 forum4designers.com Software forum Computer Hardware reviews |