Have now done that as well, but still no luck ;-( If you, or anyone else has any other ideas, it would be much appreciated.
Here's the code :
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Test page for the statscode</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="/styles.css">
</head>
<body>
<table>
<tr>
<td>
<h3>Test page</h3>
</td>
</tr>
</table>
<table>
<tr> <td>
<?php include($_SERVER['DOCUMENT_ROOT'].'/_a_includes/left.php'); ?>
</td>
<td class="maintextcell">
<p>As you can see, when refreshing this page, the centered text clearly moves to
the right first, before going to the center.
<p>Sample text - Sample text - Sample text - Sample text - Sample text - Sample
text - Sample text - Sample text - Sample text - Sample text - Sample text -
Sample text - Sample text - Sample text - Sample text - Sample text - Sample
text - Sample text - Sample text - Sample text - Sample text - Sample text -
Sample text - Sample text - Sample text -
<p>Sample text - Sample text - Sample text - Sample text - Sample text - Sample
text - Sample text - Sample text - Sample text - Sample text - Sample text -
Sample text - Sample text - Sample text - Sample text - Sample text - Sample
text - Sample text - Sample text - Sample text - Sample text - Sample text -
Sample text - Sample text -
<p>
<p>
The counter is below :
<p>
<p>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
sc_project=2408508;
sc_invisible=0;
sc_partition=22;
sc_security="92e173ba";
sc_text=2;
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
<noscript>
<div class="statcounter"><a title="web counter" href="http://www.statcounter.com/" target="_blank">
<img width="60px" height="14px" class="statcounter" src="http://c23.statcounter.com/2408508/0/92e173ba/0/" alt="web counter"></a>
</div></noscript>
<!-- End of StatCounter Code -->
</td>
<td>
<?php include($_SERVER['DOCUMENT_ROOT'].'/_a_includes/right.php'); ?>
</td>
</tr>
</table>
</body>
</html>
Here's the css :
Code:
a:link, a:visited, a:active {
color:#000080;
text-decoration:none;
border-bottom:1px dashed blue;
}
a:hover {
color:#360;
text-decoration:none;
border-bottom:2px dotted blue;
}
body, html {
color:#006;
background:#006;
text-align:center;
font-weight:normal;
font-family:verdana, arial, helvetica, sans-serif;
border:0;
padding:0;
}
body {
margin:12px 4px 7px 4px;
}
h1 {
font-size:23px;
text-align:center;
margin-top:16px;
margin-bottom:4px;
}
h2 {
font-size:17px;
margin-top:12px;
margin-bottom:0;
text-align:center;
line-height:125%;
}
h3 {
font-size:15px;
margin-bottom:0;
margin-top:6px;
text-align:center;
font-weight:bold;
line-height:120%;
}
h4 {
font-size:13px;
margin-bottom:-2px;
margin-top:8px;
text-align:center;
}
.maintextcell {
width:520px;
margin-top:0;
margin-bottom:3px;
padding:1px 5px 5px 5px;
text-align:left;
}
p {
font-size:14px;
font-weight:normal;
line-height:122%;
margin-top:0;
margin-bottom:5px;
padding:1px 5px 6px 5px;
text-align:left;
}
table {
table-layout:fixed;
width:760px;
margin-left:auto;
margin-right:auto;
background:#fff;
border:0;
padding:0;
}
td {
vertical-align:top;
}
ul {
margin-left:25px;
}
and the original question :
If you look on the page below, the menu on the right appears straight away
http://130609.com/without-stats-code/
If you look on the page below, the menu on the right doesn't appear for a few seconds ? ?
http://130609.com/with-stats-code/
The aim is to have the same stats code, but, with the menu on the right appearing straight away.
I've been trying to solve this for a few months, communicating with experts, but no-one seems to be able to solve it ;-(
Any help on this is very much appreciated.
Dez.
Bookmarks