Visit www.dynamicdrive.com to download the original files for this Free Expandable Javascript Menu Script ddaccordion.js. DynamicDrive also has the files all zipped and ready for you to download. The choice is yours!
The slide show below was created on the www.imageloop.com web site. It is free to use. I thought I'd show it to you. I like it, but I do not like having to upload my files to their site. I also would like more control by having access to the code.
translate.google.com
Google Translate Script is free at translate.google.com or Cut & Paste the DIV and Script below. Try it out and see what it does to the text on this page!
The DIV
<div id="google_translate_element"></div>
The DIV Placeholder needs to appear within the <body> of your web page.
The Script
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
The <script> needs to appear within the <head> of your web page.
The DIV Placeholder needs to appear within the <body> of your web page.
Result of the DIV
It is unfortunate that the Google Logo is a GIF. As you can see their logo does not look good on my site. These unexpected surprises can affect the look of your site or the placement of the script on your web page.
Placed in a white table cell to correct the problem.
This site will help you select color schemes for your site. The color schemer tool helps you choose color schemes for monochromatic, analogical, complimentary, split complementary, triadic, and double contrast. It's especially great for exploring color combinations easily and quickly. As you'll see, it automatically creates gorgeous color schemes to use for your Web projects or other projects. The HTML color codes are also provided within this color tool.