i have written css for body background color but body background is not showing (it's showing white color) i have writen some lines in css files 1-body{ background:#FFFFCC !important ; } 2-.[mac].[gecko].body{ background:#FFFFcc !important ; } 3-body{ background-color:#FFFFCC !important ; } 4-body{ background-color:#FFFFCC ; } 5-body{ background:#FFFFCC ; } i have also writen in body of html files <body style="background:#FF0000"> <body style="background-color:#FF0000 ;" > i have tried all these but background color is showing as white so any body can help me out please
What browser and version? It is also possible that the background is being overridden by some other element. A large div that has a white background for example.