From: "Pieter Botha" <[EMAIL PROTECTED]>

>Please check this site for me: http://kusile.cojjoconnect.co.za

I didn't check your site. Franky has already replied with some corrections and 
other help. 

Below, from the CSS in your email, note that the padding declaration does not 
have the required colon (:) following the property name. This could also cause 
difficulties.
 
Assuming that the CSS in your email was a copy-and-paste job, you might want to 
check this selector.

#content{
  margin: 0 0 0 275px;
  background: #d2e4bc;
  padding 0; /* <<<<< missing the colon <<<<< */

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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