CSS Browser Selector: Thanks!
I would like to thank you all who had written a review about the script!
Google: “rafael lima” css
Google: css_browser_selector
I would like to thank you all who had written a review about the script!
Google: “rafael lima” css
Google: css_browser_selector
Simple trick to help you on CSS hacks!
Official Page:
http://rafael.adm.br/css_browser_selector/
EXAMPLE
With this script you can set a different background color of one div for each browser.
Internet Explorer – yellow
Firefox – gray
Opera – green
Konqueror – blue
Safari – black
Source of this example:
<div class=”example”>
<style type=”text/css”>
.ie .example {
background-color: yellow
}
.gecko .example {
background-color: gray
}
.opera .example {
background-color: green
}
.konqueror [...]
I realized today that gmail has an option to aggregate multiple accounts in your gmail account. In other words, you can send an email with from address of another service, using gmail interface. Now we can aggregate all of our accounts on a unique gmail account.
If you want to use you gmail account as an [...]