Background Too Bright In Firefox

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
childbedstory
Posts: 2
Joined: December 1st, 2014, 6:18 am

Background Too Bright In Firefox

Post by childbedstory »

Hello guys. I was getting complaints from my visitors that red background looks too bright. Most of them use FireFox browser and it seems this only affect them. Is there something I could do to remedy this problem? I don't want to change the red color as it is my favorite color and I want that to stay for all browsers.

Please help with my firefox browser problem, any suggestions are more than welcome.

You can check it out here: http://www.ChildrenBedStories.com
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Background Too Bright In Firefox

Post by BruceAWittmeier »

Locate this in the source code and alter the #FF0000 to something more pleasing:

It is Line 39: in the view source code (right click the page and select view source);

<div style="background-color:#FF0000; padding:10px;">
<h4 style="text-align:Left;">Children Bed Stories | Short Stories For Kids</h4>
<h4 style="text-align:Left;" class="tagline">Read your children short stories for kids at children bed stories, your source for online stories for kids.</h4>
</div>

Pick a color from here and replace the FF0000 with the new color
http://html-color-codes.info/
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
childbedstory
Posts: 2
Joined: December 1st, 2014, 6:18 am

Re: Background Too Bright In Firefox

Post by childbedstory »

Thank you for your input. I'll try that. Really glad I got such a fast replay!
Post Reply