Similar topics
Tricky stuff in HTML (Short Tutorial - for HTML amateurs)
PureGunz :: Developers Section :: Others
Page 1 of 1
Tricky stuff in HTML (Short Tutorial - for HTML amateurs)
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
Q:How it will be?
A:It will act like a frame scroller...just that it is on a div.
Haha..enjoy this tricky stuff.
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!
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.
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.
Similar topics
» Starting and HTML Website,making it's "foundation" + an example
» How To Make Gunz Installer [Tutorial]
» How To Make Gunz Installer [Tutorial]
PureGunz :: Developers Section :: Others
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum