Google Algorithm
The search engine giant Google recently changed its algorithm. This would go further something really new, but these changes have had some influence on the search engine position (SERP's). More weight was given the timeliness of the site, what had long been anticipated and very meaningful. This move supports our philosophy of Google, with rapid and easy creation and modification of site content with a CMS such as predestined for mirusys the more.
lost value, however, have websites with subdomains which now no longer count as separate domains and the link popularity This may be due to the paid links ...
Source: Internet World
Tuesday, July 1, 2008
Wednesday, May 21, 2008
What To Put With Heart Shaped Pasta
Transparent images via CSS
can an image relatively easily and quickly be set transparency with the following CSS definition:
Here, the values following browser types:
Internet Explorer: filter: alpha (opacity = 50); be
here must enter a value from 0 to 100. 100 stands for complete transparency.
Mozilla browser (Firefox, etc.):-moz-opacity: 0.50;
(value between 0 and 1)
Miscellaneous browser: opacity: 0.50;
(value between 0 and 1)
can an image relatively easily and quickly be set transparency with the following CSS definition:
/ * images 50% use transparent * /
div # head a: hover img {
filter: alpha (opacity = 50);-moz-opacity: 0.50; opacity: 0.50;}
Here, the values following browser types:
Internet Explorer: filter: alpha (opacity = 50); be
here must enter a value from 0 to 100. 100 stands for complete transparency.
Mozilla browser (Firefox, etc.):-moz-opacity: 0.50;
(value between 0 and 1)
Miscellaneous browser: opacity: 0.50;
(value between 0 and 1)
Subscribe to:
Posts (Atom)