View Full Version : DIV isnt working:S


Dark Unicorn
05-04-2003, 10:57 PM
The second div frame isnt showing up.<html>
<head>
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" href="css.css" type="text/css">
<title>X.x.Screaming.x.X</title>
</head>

<body>
<DIV id="one" style="position: absolute; top: 0px; left: 0px;" align=left>
<img src="aloneperfectadding copy.gif"> </DIV>
<DIV id="linker" style "style="position: absolute; top 766px; left 191px;">
<a href="you.html">♠</a> <a href="me.html">♠</a> <a href="exit.html>♠</a> <a href="main.html">♠</a>
</DIV>
<DIV id="shiat" style="position: absolute; top: 454px; left: 0px;" align=left>
<iframe src="main.html" name="inline" width="190" height="169" frameborder="0" border="0"></iframe></DIV>

</body>
</html>

MaGiCSuN
05-04-2003, 11:00 PM
it's late i know :P

<html>
<head>
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" href="css.css" type="text/css">
<title>X.x.Screaming.x.X</title>
</head>

<body>
<DIV id="one" style="position: absolute; top: 0px; left: 0px;" align=left>
<img src="aloneperfectadding copy.gif"> </DIV>
<DIV id="linker" style="position: absolute; top 766px; left 191px;">
<a href="you.html">¢¼</a> <a href="me.html">¢¼</a> <a href="exit.html>¢¼</a> <a href="main.html">¢¼</a>
</DIV>
<DIV id="shiat" style="position: absolute; top: 454px; left: 0px;" align=left>
<iframe src="main.html" name="inline" width="190" height="169" frameborder="0" border="0"></iframe></DIV>

</body>
</html>

you had an extra style in the second one. Also the signs don't show up because i copied the code.... sorry !

Love,
Mirna

Dark Unicorn
05-04-2003, 11:01 PM
ahh.. Thanks !

MaGiCSuN
05-04-2003, 11:09 PM
no problem ;)