{Uki's tech notes}
This notebook is a collection of code snippets and technical "how to" instructions.
Pages
Welcome
Julia
AI
Android
Java
Python
Jypyter
Conda
Linux/UNIX
LinkedIn
Medium articles
Uki's personal blog
Search This Blog
Transparency Setting for ALL Browsers
by: Zainab Aziz
Below is CSS definition that creates transparency for all browsers:
.opacity_70
{
filter
:
alpha(opacity
=7
0)
; /**for IE8*/
-moz-opacity
:
0.7
; /**for Mozilla*/
-khtml-opacity
:
0.7
; /**for Safari 1.x*/
opacity
:
0.7
; /**for FireFox*/
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment