12-07-2009, 07:16 PM
12-07-2009, 07:19 PM
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
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;
}14-12-2009, 05:37 PM
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.
15-12-2009, 06:02 PM
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
then using DIV or SPAN you can insert as many sections in form of columns and row as your want
04-03-2010, 02:10 PM
(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..
30-08-2010, 06:08 PM
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.