Shole Posted May 7, 2010 Posted May 7, 2010 The color is red in IE what shell i do and where to fix it? Quote
ddgamedesign Posted May 7, 2010 Posted May 7, 2010 What exactly is red? The center menu? What color is it supposed to be? Quote
DigitalGerm Posted May 7, 2010 Posted May 7, 2010 definitely a CSS syntax misplaced ( override or unclosed ) and not a FIREFOX problem Quote
Shole Posted May 8, 2010 Author Posted May 8, 2010 The menu is white and should be red.... So where do i fix it :S Quote
DigitalGerm Posted May 8, 2010 Posted May 8, 2010 if you used style-sheet find the element that has the property "background (-color): #fff (fff)..."; check it, then check the selector that wears the property, change #FFFFFF to #900 save then refresh. If you don't use style-sheets, then start with the first file you include e.g header.php , and try to find WHITE or #FFFFF style declaration ( like: bgcolor=white or bgcolor=#fffff ) then go to the next etc . Good luck. If you can't find the error, test the page and post the output source. Quote
ddgamedesign Posted May 13, 2010 Posted May 13, 2010 I've leared (through much effort) style sheets save a whole bunch of time with things like this. I'm glad I made the switch to that early on with my site. Quote
Diesl Posted May 18, 2010 Posted May 18, 2010 If you are using the color property in your CSS, make sure to use the full 6 digit HEX code. Some browsers won't register the 3 digit HEX short form. Quote
Djkanna Posted May 19, 2010 Posted May 19, 2010 Make sure it can work as three digit form. #c5c5c5 will not work as #c5c but #99999 will work #999 PS: I know my love for the colour gray is weird. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.