Thanks for that. 
 
 I just wanted to know if there was a more cleaner way of doing it. With the 
fixed widths and left values hard coded in there now, it will more than likely 
not scale well when it comes to adjusting/changing the sizes of the containing 
<DIV>'s in the future.
 
 Thanks
 
 Tryst
 
 
  *******************  

I looked quickly and made the following changes to #footer

#footer {
height: 50px;
width: 743px;
position: absolute;
bottom: 0;
left: 8px;
background-color: #ABABAB;
margin: 0;
text-align: center;
color: #000000;
}

change
width:100% to width:743px;
left: 0; to left: 8px;
margin: 0 8px; to margin: 0;


Issue resolved.


Hop this helps.





  
 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to