AbsoluteGamerzNetwork
Absolute Gamerz

HTML Help


Forum: Computers & Technology
Everything for your hardware gaming needs.
Topic: HTML Help
Total Posts: 11

Blackdawn_70631
Rank: 0
Posts: 369

For some time now I have been trying to figure out how to make a scroll bar for my sites.
The right scroll bar holds the info and such while the left scroll bar holds the links.
Does anyone know how to make that "left scroll bar" HTML code?

Prezes
Rank: 9
Posts: 896

Scroll bars are the thing on the right and bottom of a window to show there is more stuff "off screen" and to help you navigate to it.

Are you refering to column on a page with info? Like here with link on the left hand side?

Then use tables (many of them) to place content where you want it. Tables are great as they are interpreted in the same way by all browsers and give you great control over layout.

Blackdawn_70631
Rank: 0
Posts: 369

Quote:

Are you refering to column on a page with info? Like here with link on the left hand side?



No, I can make that whenever I want to. What I'm talking about is a little box, like a table, BUT has a scroll bar with it, you can move it up and down while the larger page on the right hand side with the info stays still and only can be moved when you move it's scroll bar.

I've seen this done on a few other sites, not many.

_Ccx
Rank: 0
Posts: 104

iframe

Corpral Hicks
Rank: 0
Posts: 497

Talk to me on YIM latter, i got the code on my pc, ill give it to you!

Prezes
Rank: 9
Posts: 896

yeah, as _Ccx said, iframe

they are a derivative of the normal frame sets (both will not be supported in future browsers).

But for now you can just use it:-

< iframe src="where the viewed info come from" width="pixels of %" height="pixels or %" border="0+" scrolling="yes or no or auto, if scrollers visible" frameborder="0+" marginwidth="0+" merginheight="0+">

Blackdawn_70631
Rank: 0
Posts: 369

Cool Thanks guys, I can't copy anything though 'cause I'm on WebTV.

Corpral Hicks
Rank: 0
Posts: 497

well i have the html version, but....

Blackdawn_70631
Rank: 0
Posts: 369

What's the but about Hicks? I tried sending you a Yahoo Im sometime yesterday.

Corpral Hicks
Rank: 0
Posts: 497


Prezes
Rank: 9
Posts: 896

That script will open up a window for all you options, is that where the problem is?

If so, refer the SELECT to a JavaScript

You can do this an a number of ways, depends how complex you list is.

If it's just like what you have here( mabye a few more pages on the bottom of the list then do

if(redirector.options.selectedIndex > 1){
window.open(redirector.options[redirector.selectedIndex].value,'main');
}

of it's more complex (like you have categories, with category names), then assign a dummy value to what you want to be 'titles' that don't do anything and test fo that:-

....



.............

if(redirector.options[redirector.selectedIndex].value != 1){
window.open(redirector.options[redirector.selectedIndex].value,'main');
}

All copyrights and trademarks belong to their respective owners. This site is for the promotion of selected material, no infringements are intended. All reasonable efforts have been taken to credit the respective owners and/or authors.

AbsoluteGamerzNetwork

Cookie Policy | Privacy Policy

(US || fe7b51344c440c40c0474cb60b24f28c)