Hi Blues77,
The settings of width, top, height in % causes the problem
With the red changes I made in the div settings it should work fine. (as sjravee said when you desigh for 800*600 you won't get any peoblem. A lot of (professional) sites design for 800*600 and have a blank area at the right (or the center the page and have left and right blank area)
The green adds are because I like that more
<div style="position:absolute; border:medium outset black; left:10px;
width:750; background-color: #336699; layer-background-color: #336699; color:#C5DAF1">
<div style="border:thin solid black; position:absolute; left:10px;
width:750; top:70; padding-left:8px; padding-right:8px;">
<div align="center"><font face="Arial, Helvetica, sans-serif" size="
6"><b>National Topographic System of Canada</b></font></div>
<div style="border:thin solid black; position:absolute; left:10px;
width:750; top:70">
---------------------------------------------------------
BTW: why not code your style in a style sheet or inline style and give the div's a classname:
<style>
.div1 {
position:absolute;
border:medium outset black;
left:10px;
width:750;
background-color: #336699;
layer-background-color: #336699;
color:#C5DAF1
}
.div2 {
border:thin solid black;
position:absolute;
left:10px;
width:750;
top:70;
padding-left:8px;
padding-right:8px;
}
</style>
<div class=div1"></div>
<div class=div2"></div>
Hope this helps,
Erik <!-- My sport:
Boomerang throwing !!
This year I will participate at the World Championships in Germany. (
!! Many Happy Returns !! -->