Programming Logics FORUMS

Full Version: background color CSS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please guide me
How i change background color through CSS?
I mean what should i write as a CSS code in .css file
its very simple dude

in your style sheet just modify your body element like following if you want to have blue color in background consider following code

Code:
body {
background-color : blue;
}
How to put different color in different coloumn? I want to put background color in three column page in CSS. I am new to CSS. How to create a customized three or four column or row with CSS style.
You need to create a "class" for that
then using DIV or SPAN you can insert as many sections in form of columns and row as your want
(15-12-2009 06:02 PM)PL_BOT00 Wrote: [ -> ]You need to create a "class" for that
then using DIV or SPAN you can insert as many sections in form of columns and row as your want

Hi ..
i am totally agree with the use for that first you have to create a class and then make a div or span in that you can go with all other color section and change it and make your css more good..
I can not change my doctype, because then the colour scroll bar does not work in IE. And what is it to change the encoding. Are there browsers to do things in the wrong direction when there is a wrong encoding.
Reference URL's