Topic: Stupid Basic Question (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9682" title="Pages that link to Topic: Stupid Basic Question (Page 1 of 1)" rel="nofollow" >Topic: Stupid Basic Question <span class="small">(Page 1 of 1)</span>\

 
prawnstar69
Bipolar (III) Inmate

From: Loughborough, Leics. UK
Insane since: Sep 2003

posted posted 09-13-2003 11:28

I want a scrollable window in the middle of the page, like say...http://www.gurusnetwork.com/

I just wondered how it was achieved, I know it's a stupid basic question, I've tried playing with frames, but I don't like the idea of 4+ frames, is it a javascript? or a CSS?

Thanks

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 09-13-2003 12:29

Those blue scrollbars on the GN's frontpage are fake ones, they are just images which do nothing when you click them


You can get the browser's default scollbars in a <div> pretty easily by setting a height (like 500px or 50%) and adding "overflow: auto;" or "overflow: scroll;" to its CSS definition.

http://www.w3.org/TR/REC-CSS2/visufx.html#overflow-clipping


If you want fancy graphical scrollbars as seen on the Doc's www.ozones.com site however you'll have to go the (more complicated) JavaScipt way. Have a look at

http://www.znippets.com

and

:FAQ: How do I make a cross-browser scroller?

ozphactor
Maniac (V) Inmate

From: California
Insane since: Jul 2003

posted posted 09-14-2003 03:17

You can also use (ahem) iframes, which is usually how you go about it. But please don't. "overflow: scroll" is a much better option.

prawnstar69
Bipolar (III) Inmate

From: Loughborough, Leics. UK
Insane since: Sep 2003

posted posted 09-14-2003 09:17

Thanks a lot guys (or gals) I'll give it a shot

prawnstar69
Bipolar (III) Inmate

From: Loughborough, Leics. UK
Insane since: Sep 2003

posted posted 09-15-2003 17:21

thanks people, i've successfully made one and am now getting into CSS, one more little Q though.

When someone clicks on a link I want everything on the page to stay the same except the contents of the scrollable window, the obvious thing for me is frames to make this happen. Any sleeker/better methods you can think of?

I better get baking those cookies

prawnstar69
Bipolar (III) Inmate

From: Loughborough, Leics. UK
Insane since: Sep 2003

posted posted 09-15-2003 22:51

I've done it in frames, i've not completed but here's what it's like so far, I still need to play with the design and put some content in.

http://homepage.ntlworld.com/david.miles4/

i've found anything lower than 1024x768 (eg 800x600) and it looks crappy, i'll try and work on that



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu