My website when displayed locally in I.E 7 and Firefox has the layout output as I expected.
However when rendered with Dreamweaver and Geocities web hosting the footer looks different than expected as it is intended to be the same size as the header.
See page:-
http://www.geocities.com/raisin_smiles/index.html
The footer css code is as below (previous css does a clear:both to remove any other formatting)
#footer
{
border: 1px solid #000000;
background: #CC99FF;
text-align: center;
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
}
In dreamweaver and Geocities the footer borders size is generated from the content with the text being aligned from the left.
Using the css margin settings I expected the footer to run across the whole of page with 20px left/right margins with the text centered in the middle (Which it does in I.E.7 and Firefox when ran locally).
If i use dreamweaver to change the width of the footer/div border it hardcodes the width xx px setting in the external css footer division.
Can anyone help me out, as I don't want to hardcode the width setting in as it could be run in any resolution?
Note: I have tried the width 100% in the css but the previous element as can be seen on website is the left column for pics (right column is the text) which only cover 1/3 of the left hand side of the site.
Hope that makes sense and someone can provide some help.
Thanks
Rob