May 3rd, 2009 |
by admin |
published in
Web Development, technology
If you are looking for a Cross Browser Compatible CSS Opacity code, you need look no further. The following provides 100% opacity (which is the same as 0% transparency.)
Body {
…your body css…
-moz-opacity: 1.0 !important;
-webkit-opacity: 1.0!important;
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=100)” !important;
filter: alpha(opacity=100) !important;
opacity: 1.0 !important;
}
The key is ensuring that the order of the opacity entries are kept in this format.
The -webkit- opacity [...]
December 19th, 2008 |
by admin |
published in
technology
Wow. I was embarassingly had by this one yesterday. 2 full years of virus free computing in my home office. I’m still not sure what happened but it was most likely from a site I was browsing.
Basically, the stuff on castlecops, and other sites with steps to rid yourself of this virus DO NOT WORK. [...]
November 30th, 2008 |
by admin |
published in
Internet, SEO
I stumbled across one of the coolest tools to research a website’s competition. The product is called “Navigator” by TouchGraph. It’s a tool that I’ve incorporated as a staple in my SEO research toolbag.
One of the very critical parts of forming a decent SEO plan for a website is to do research on the niche [...]