Here is the code for the CSS:
body {
color: #ff6600;
}
#testing {
position: absolute;
top: 160;
z-index: 1;
}
#hello {
position: absolute;
top: 150px;
z-index: 0;
}
Here is the code for HTML:
<html> <head> <link rel="stylesheet" type="text/css" href="format.css"> </head> <body> <div id="testing"> hello </div> <div id="hello"> <object width="550" height="400"> <param name="movie" value="game.swf"> <embed src="game.swf" width="550" height="400"> </embed> </object> </div> </body> </html>
Attached File(s)
-
FILE.zip (169.96K)
Number of downloads: 2819
This post has been edited by WMIIII923: 01 March 2006 - 03:08 PM

New Topic/Question
Reply



MultiQuote






|