How do i make div overlay on friendster ?
i have seen a lot of guides on making div overlays for myspace profiles, but i dunno how to do that on friendster..
basically what you need to do is erase all things in ur profile using css and replace it with a custom created html profile.. there are a lot of generators and stuff that do this for myspace, but does anyone know one that does it for friendster? or can someone show me a code that hides everything in your friendster profile so you can replace it with your own overlay?
thanks a lot.. btw.. i don't want to use markyctrigger's generator.. for some personal reason.. i wanna do it myself.. lol
How do i make div overlay on friendster ?simplest thing in the world. scratching your leg is more difficult than this.
below is a div tag with some positioning parameters and a overflow:auto to create a scrollbar when the amount of content exceeds the width and height of the div tag
<div style="width:400px; height:200px; postition:absolute; left:200px; top200px; overflow:auto;">
put your content here. if you get too much to fit in there scrollbars will appear. leave the overfow:auto; out if you don't want scrollbars
</div>
More Related Questions and Answers ...
The Myspace information post by website user , myspace-codes.com.cn not guarantee correctness.
