April 19, 201214 yr I have this : You might not be able to tell from the picture but the background of the nav has got the opacity set to 80% if I save it as a png or gif will the opacity show through. I need it to because the background will eventually have different colours.
April 19, 201214 yr I'm not quite sure what you're asking, but you can use RGBa for transparency in backgrounds. IE8 doesn't support it, but you can use the IE filter property as a fallback. To stop the filter property over-riding RGBa for IE9, use conditionals.
April 19, 201214 yr Yes it will work in modern browsers. You can use a 80% black png tile (5px square or so) and repeat it for the bg-image of the menu div. in IE6 or old browsers it will just be black, so still fully accessible.
April 19, 201214 yr Author Yes it will work in modern browsers. You can use a 80% black png tile (5px square or so) and repeat it for the bg-image of the menu div. in IE6 or old browsers it will just be black, so still fully accessible. Thanks guys. Just wanted to make sure it was possible before I carried on with the design.
Create an account or sign in to comment