• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.

[Web]How do i do this?

We are creating a website in college. I would like to add a sort of scroll thing in a part of it. :confused:

I'm not sure what its called. :blushing:

I cant seem to find a example.

Its that mini scroll box that you sometimes see in parts of a webpage.

Do you know what i mean?

If so is there an easy way of adding this?

:)
 

Fives

New Member
I think you're talking about iframes? they're pretty self-explanatory:




<IFRAME SRC="website.html" WIDTH=width HEIGHT=height>


</IFRAME>
 
I think you're talking about iframes? they're pretty self-explanatory:




<IFRAME SRC="website.html" WIDTH=width HEIGHT=height>


</IFRAME>

Thats seems to be it thanks.

One thing i forgot to put in the OP was is there anyway to customize the scroll bar and arrows?

Thanks again.
 

Sullivan

New Member
Read up, as for changing the colors on the scroll bar, I am not sure. I remember In IE or something you can do it via CSS, but I never messed with it.
HTML iframe tag
 

Chathurga

Active Member
Didn't they drop scrollbar customizing with IE5.5 lol? Although... you could do something similar with some serious JS.

ITT: Horrible web practises.
 

Sullivan

New Member
Didn't they drop scrollbar customizing with IE5.5 lol? Although... you could do something similar with some serious JS.

ITT: Horrible web practises.

Ya, somewhere back then, I just wanted to mess around with it, but it was so messy. It was when my school had IE6 i think. Not sure.

I always hated iFrames, there good for a few things, but very messy, and sometimes hard to perfect.
 
Top