Shoutbox

CSS layout, backgrounds etc. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: CSS layout, backgrounds etc. (/showthread.php?tid=30875)

CSS layout, backgrounds etc. by Vilkku on 09-02-2004 at 11:28 AM

When using a CSS layout, is there a way to chnage the background (or any at all) properties of only one div? eg. having the left and right dive blue and the center one green.


RE: CSS layout, backgrounds etc. by Eljay on 09-02-2004 at 12:16 PM

if u use div class
in the css u have

code:
.greendiv {
background-color: green;
}
.bluediv {
background-color: blue;
}
and then u use <div class="greendiv"> and <div class="bluediv">
RE: CSS layout, backgrounds etc. by Vilkku on 09-02-2004 at 12:34 PM

Thanks.


RE: CSS layout, backgrounds etc. by RaceProUK on 09-02-2004 at 10:17 PM

For a detailed CSS reference, try http://www.w3schools.com

<offtopic>750 posts! I am officially a freak! YAY! :banana:</offtopic>