In my JSP i have declared body background as #FFF. For all browsers this supperts except IE browser. In IE Browser it shows black. Why it is happened. But when am giving Color code as #FFFFFF (6 digit ) it works. So which is the standard format. Give some advice on css
Asked
Active
Viewed 38 times
0
-
`#FFF` is just a shortcut. Using longer version is more consistent eg. when you're dealing with custom colors- not as obvious as white. Proper notation for RGB in HEX consists `6` digits and/or letters. – PatNowak Nov 30 '15 at 06:48
-
Have you added inline styles or through CSS? – Suresh Ponnukalai Nov 30 '15 at 06:52
-
No Suresh. I have use html attribute as bgcolor – muthu vignesh Nov 30 '15 at 07:04