[thelist] CSS Hack? (was .css files vs inline CSS and .js vs inline JS?)

misterhaan misterhaan at track7.org
Tue May 17 16:41:50 CDT 2005


> Yup. Add id="home" to the body tag of your home page, then add this to 
> your main stylesheet:
> body#home {
>     background-color: #FFFFFF;
>     background-image: none !important;
> }

you can also drop the !important here, because body#home is going to 
override body anyway


More information about the thelist mailing list