background color in mac pc with mozila broweser
Posted: Tue Mar 23, 2010 8:57 am
Hello
I am a php developer.i have written the css for body back ground in my css file
i have tried for 5 different things so these are
1-.[mac].[gecko].body{ background:#FFFFcc !important ; }
2-body{ background:#FFFFCC !important ; }
3-body{background-color:#FFFFCC !important ; }
4-body{background:#FFFFCC ; }
5-body{background-color:#FFFFCC ; }
i have also written directly in body of HTML file
i have also tried for color red but still it's showing me white color
But body back ground color is showing white.I think there may some problem in code so any body can help me out.
I am a php developer.i have written the css for body back ground in my css file
i have tried for 5 different things so these are
1-.[mac].[gecko].body{ background:#FFFFcc !important ; }
2-body{ background:#FFFFCC !important ; }
3-body{background-color:#FFFFCC !important ; }
4-body{background:#FFFFCC ; }
5-body{background-color:#FFFFCC ; }
i have also written directly in body of HTML file
i have also tried for color red but still it's showing me white color
But body back ground color is showing white.I think there may some problem in code so any body can help me out.