Hi Monie,
Thanks again for your reply.
I have tried it on a an example web page using the code you have suggested and i cant seem to get it working. I have attached the code, as you can see its just using some basic styling so i can try to get it working without putting it into the main design first.
- HTML: Select all
<style>
DIV#myTopDiv {
width: 781px;
POSITION: absolute;
HEIGHT: 500px;
top:10px;
background-color:#33FFFF;
}
DIV#myMiddleDiv {
width: 781px;
POSITION: absolute;
HEIGHT: 500px;
top:700px;
background-color:#00CCFF;
}
DIV#myBottomDiv{
width: 781px;
POSITION: absolute;
HEIGHT: 500px;
top:1500px;
background-color:#CCCCCC;
}
</style>
</head>
<body>
<div id="myTopDiv">
...
</div>
<div id="myMiddleDiv">
...
</div>
<a name="section_main">
<div id="myBottomDiv">
...
</div>
</body>
I tired this with the #section_main and without in the url bar and i still only had the load onto the top.
Many thanks!