Hi, Im having problems... Im trying to move to CSS:
First: What Im trying to do: check in http://www.manuelantonio-info.com thats the original, made with tables.
I need one header, two columns and a footer.
I have this: http://www.manuelantonio-info.com/sitemap.php
Thats what Ive done... the menu and the links are dynamicaly generated so thats why the menu goes longer ...
Problems:
Check the code:
- How can I make the Footer layer to be always at the botom of the two columns?
- How can I solve the problems with mozilla? if I use fixed height value in IE it resizes automaticaly to fit the content, the data. But in Mozilla it always uses the fixed width value.
Thanks!Code:<div id="container" style="position:absolute; left:0px; top:0px; width:750px; height:200px; z-index:3"> <div id="top" style="position:relative; left:0px; top:0px; width:750px; height:130px; z-index:1; background-color: #999999; layer-background-color: #999999; border: 1px none #000000;"><img src="images/main.jpg" border="0" width="750" alt="Costarica-Travelinfo.com"></div> <div id="containermain" style="position:relative; left:0px; top:0px; width:750px; height:200px; z-index:3"> <div id="menu" style="position:absolute; left:0px; top:0px; width:150px; height:100%; padding: 2px; z-index:1; background-color: #E1CFB0; layer-background-color: #E1CFB0; border-right-style: solid; border-right-width: 1px; overflow: visible;">$menu $tlinks</div> <div id="main" style="position:relative; left:150px; top:0px; width:600px; height:100%; z-index:2; background-color: #EBE0CE; layer-background-color: #666666; border-right-style: solid; border-right-width: 1px;"> <h1>$TownName Site Map</h1> <p class="title">Hotels in $TownName</p> <div class="normal" align="center">$HotelLinks</div> <p class="title">Tours in $TownName</p> <div class="normal" align="center">$TourLinks</div> </div> <div id="foot" style="position:relative; left:0px; top:0px; width:750px; height:150px; z-index:1; border: 1px none #000000;"><img src="images/bottom.gif" border="0" width="750" alt="Costarica-Travelinfo.com"></div> </div> </div>



:

.

Bookmarks