- This topic is empty.
-
AuthorPosts
-
March 5, 2015 at 1:44 pm #197389
Janji
ParticipantHi,
Recently got new computer(Windows 8, Firefox 37.0 and newest version of Opera and Chrome)and the background-color using rgba values doesn’t show up any more in my <figure>, no matter which browser I use. However it works using HEX colors.
The CSS (3) worked fine with all the browsers on my old computer(Windows 7,Firefox 36.1 and newest versions of Opera and Chrome) and still does.
Using Sublime Text 3 on old computer and Sublime Text 2 on new one.
The CSS is the same.March 5, 2015 at 2:05 pm #197390Paulie_D
MemberSeems unlikely that all browsers would suddenly stop rendering rgba.
I’ve never had any trouble with Windows 8 and rgba.
If you demo the issue in Codepen we can test on a multitude of devices and operating systems.
March 5, 2015 at 2:07 pm #197391Paulie_D
MemberBy the way, what does “doesn’t work” mean exactly?
No transparency, no color at all, wrong color, what?
March 5, 2015 at 2:21 pm #197394Janji
ParticipantHi Paulie,
there’s an image which makes the figure and picture links at the bottom but not visible because in img folder on my computer so you can’t see the <figure> and links.
March 5, 2015 at 2:24 pm #197395Janji
ParticipantHow do I post the link?
March 5, 2015 at 2:29 pm #197397Janji
ParticipantAll brand new, nkrisc.
March 5, 2015 at 2:33 pm #197398Janji
ParticipantThe <body> background- color shows up but background- color rgba for <figure> doesn’t, however if I change the <figure> rgba to HEX the background- color does show up.
March 6, 2015 at 2:44 am #197425Paulie_D
MemberThe background color of
#yewBerry
(and I’m not sure a<figure>
should contain a menu)….is given herebackground-color:rgba(170,7,2,0.02);
This is what that looks like.
http://codepen.io/Paulie-D/pen/NPLqOr
You have it defined as having an opacity of 2% …so basically, it’s there but 98% see through.
Could that be it?
March 6, 2015 at 6:45 am #197433Janji
ParticipantHi Paulie,
thanks very much, that was the problem, I now changed the value from 0.02 to 0.07 and now the colour is visible.
What got me stumped was that the CSS worked fine on my old computer, now I think that it rendered the colours differently and it just looked black when I opened the page on my new machine.
Big thanks, very much relieved xx -
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.