PureGunz
Wellcome To PureGunz , Plesae Log in If You Are A Member Or Register if You Are not!!

Join the forum, it's quick and easy

PureGunz
Wellcome To PureGunz , Plesae Log in If You Are A Member Or Register if You Are not!!
PureGunz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
PureGunz

Tricky stuff in HTML (Short Tutorial - for HTML amateurs)

Go down

Tricky stuff in HTML (Short Tutorial - for HTML amateurs) Empty Tricky stuff in HTML (Short Tutorial - for HTML amateurs)

Post  Connection Sat Dec 04, 2010 8:02 am

Sup guys.

just wondering...did you know you can actually put scrollers on divs?Well you can...at the div css code simply add this
Code:

overflow:auto;

Q:How it will be?
A:It will act like a frame scroller...just that it is on a div.

.firstdiv{
width:100px;
height:100px;
top:100px;
left:100px;
border:1px solid black;
position:absolute;
overflow:auto
}



Haha..enjoy this tricky stuff. cheers

NOTE : EVEN IF YOU KNEW THIS STUFF,DON'T START FLAMING AND OTHER STUFF.OTHER PEOPLE MAY NOT HAVE KNOWN IT.I DIDN'T UNTIL I FOUND IT 5 DAYS AGO.THANK YOU!

Connection

Posts : 8
Join date : 2010-12-04
Location : In the Top 1 List.

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum