Forum Moderators: open
By having transparency it allows menu items that are expanded on my site to have a third color, in a sense making a visual queue where the user has moved their mouse over.
Currently I receive this validation warning which I feel is a bug...
You have no background-color with your color
I currently have the background attribute set as...
background: transparent;
So in short, how would we set rgba(0,0,0,0) as a hex value?
John
Unlike RGB values, there is no hexadecimal notation for an RGBA value.
I suppose this negates my question in regards to a hex value?
John
CSS validator warnings are more of a heads-up about the potential for a problem. They are not in themselves a validation issue. I would just ignore this kind of warning other than checking that the potential problem is in fact minimal or non-existent.