how do u put in a myspace overlay? i found only 1 site and it sucks, and i also try putting in da codes but its too confucing. so can u help me out how to put in da codes? and give me more site for DIV OVERLAY for guys.
How do u put in a myspace DIV OVERLAY? and do u have any site?
do float a div over something else you need to do something similar to this:
%26lt;style type="text/css"%26gt;
#myDiv {
position: absolute;
top:50px;
left:50px;
z-index:2;
}
%26lt;/style%26gt;
%26lt;div id="myDiv"%26gt;stuff here%26lt;/div%26gt;
This should float the div 50 pixels down from the top and 50 pixels right of the left margin over anything that is already there.
How do u put in a myspace DIV OVERLAY? and do u have any site?
close. This goes in the #myDiv styles
top:165px;
left:50%;
margin-left:-400px; Report It
No comments:
Post a Comment