background color in mac pc with mozila broweser

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arabindadashkulu
Forum Newbie
Posts: 2
Joined: Tue Mar 23, 2010 8:41 am

background color in mac pc with mozila broweser

Post by arabindadashkulu »

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.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: background color in mac pc with mozila broweser

Post by social_experiment »

Does the stylesheet display correctly in other browsers and with other operating systems?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
arabindadashkulu
Forum Newbie
Posts: 2
Joined: Tue Mar 23, 2010 8:41 am

Re: background color in mac pc with mozila broweser

Post by arabindadashkulu »

yes it's coming perfect in other os and mac safari but not coming in mac mozila only
Post Reply