MyBB Community Forums

Full Version: How To Makes This Better?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
0.3 is an attribute of opacity, which isn't showed perfectly with every browser, am I right?
(2012-09-05, 08:04 AM)Trinit Wrote: [ -> ]0.3 is an attribute of opacity, which isn't showed perfectly with every browser, am I right?

Just tested and it works in Firefox, Opera, Chrome and IE. It's basically a CSS3 function (saves you a lot of time) -- it works great, but fails CSS validation which in this case is not important.

Browser support: http://css-tricks.com/rgba-browser-support/
(2012-09-04, 01:00 PM)Trinit Wrote: [ -> ]I would recommend you to use a .PNG semi-transparent image instead of the css opacity tag.
That tag makes the whole div opaque, and what it contains. the image will solve the problem of the links that aren't seen in a good way.

(2012-09-04, 10:45 PM)Trinit Wrote: [ -> ]I also used CSS3 to make the container opaque, and it made everything inside opaque. Just test it on your containers and you'll see the forumbits become opaque too. Anyway, in the image you attached is simpler because the background is pretty clean, aware of many distracting elements - bright blue and white are easy to read on dark blue/black (like the attachment)

(2012-09-05, 08:09 AM)KevinVR Wrote: [ -> ]
(2012-09-05, 08:04 AM)Trinit Wrote: [ -> ]0.3 is an attribute of opacity, which isn't showed perfectly with every browser, am I right?

Just tested and it works in Firefox, Opera, Chrome and IE. It's basically a CSS3 function (saves you a lot of time) -- it works great, but fails CSS validation which in this case is not important.

Browser support: http://css-tricks.com/rgba-browser-support/

So should I add it to the container or no?
Pages: 1 2