acimon
Joined: 03 Apr 2004 Posts: 1
|
Posted: Sat Apr 03, 2004 4:55 am Post subject: Not scrolling |
|
|
Go to http://www.acimon.random-logic.org
It is not scrolling.
Here is my code:
Quote: | <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->
<head>
<title>A C I M O N</title>
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<?php comments_popup_script() ?>
<style type="text/css">
<!--
BODY {
color: #555555;
background-color: #D9D9D9;
font-family: Verdana;
font-size: 10px;
}
h2 {
font-family: Verdana;
font-size: 10px;
font-weight: none;
}
{
scrollbar-base-color:C1C1C1 #;hell
arrow color: #000000;
font-family: Verdana;
color: #C1C1C1;
font-size: 10pt;
}
<---
A:LINK
{
color: #FFFFFF;
text-decoration: ;
font-weight: none;
}
A:ACTIVE
{
color: #FFFFFF;
text-decoration: ;
font-weight: none;
}
A:VISITED
{
color: #FFFFFF;
text-decoration: ;
font-weight: none;
}
A:HOVER
{
color: #FFFFFF;
text-decoration:;
font-weight: none;
}
textarea, input{
font-family: Verdana;
font-size: 10pt;
color:#080808;
background:#BDBEBD;
border-style: solid;
border-width: 1px;
border-color:#080808;
}
-->
</style>
</head>
<body>
<body BGCOLOR=#FFFFFF>
<img src="layout.jpg" style="position:absolute; top:45px; left:45px">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<div style="position:absolute; top:75px; left:80px; width:196px; height:298px; overflow="auto">
<?php the_date("","<h2>","</h2>"); ?><?php the_content() ?></a><br><?php comments_popup_link() ?><!-- // this is just the end of the motor - don't touch that line either :) --><?php } ?>
</div>
</body>
</html>
|
Could anybody help? |
|