> Here is the site: http://trixmeauj.webuda.com/
> The CSS file is here: http://trixmeauj.webuda.com/styles.css
>
> Alison 
>                                         
>
>   

Adding this hack should start to bring IE/6 on board:

* html #main {
margin-left: 0;
float: right;
} /*for IE/6.0*/

reference: <http://www.satzansatz.de/cssd/onhavinglayout.html>

The styles commented out in this selector are default values and should 
be deleted for all browsers -- they are not needed or necessary and just 
slow down the software:
#main {
margin-left: 212px;
width: 759px;

/*
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
top: 0px;
*/

background-image: url(BKGstrip.png);
background-repeat: repeat-y;
}

Validate the markup.
<http://validator.w3.org/>

Best,
~d


-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to