Preloading images is a great way to improve the user experience. When images are preloaded in the browser, the visitor can surf around your site and enjoy extremely faster loading times. This is especially beneficial for photo galleries and other image-heavy sites where you want to deliver the goods as quickly and seamlessly as possible.
Tampilkan postingan dengan label code html. Tampilkan semua postingan
Tampilkan postingan dengan label code html. Tampilkan semua postingan
Image and Text Slider For your blog
explaining step by steps to add this widget in your blog. For any type of slider you have to include this JavaScript File in your blog before </head> tag.
Code of This Text Slider :
<div class="slider_text" id="marquee0">
This is a leading website about blogging tools, tips , Widget and template Customization. I hope you are happy with blog posts and tutorials.
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'marquee0',
style: { //style object for this marquee container (use quotes on both sides of the : as shown)
'width': '100%',
'height': '1.6em',
'color': '#fff',
'background-color': '#32f',
'font-family': 'sans-serif',
'margin': '0 auto'},
inc:1, //speed - of marquee slider.
});
</script>
Code of this Slider :
<script type="text/javascript" src="http://probloggingtools.googlecode.com/files/marquee_slider.js"></script>
This is a leading website about blogging tools, tips , Widget and template Customization. I hope you are happy with blog posts and tutorials.
Code of This Text Slider :
<div class="slider_text" id="marquee0">
This is a leading website about blogging tools, tips , Widget and template Customization. I hope you are happy with blog posts and tutorials.
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'marquee0',
style: { //style object for this marquee container (use quotes on both sides of the : as shown)
'width': '100%',
'height': '1.6em',
'color': '#fff',
'background-color': '#32f',
'font-family': 'sans-serif',
'margin': '0 auto'},
inc:1, //speed - of marquee slider.
});
</script>
Type 2 Image Slider [Advanced]
Code of this Slider :
marquee

marquee slow/medium/fast speed using button
Example-Result:
Example-Code:
<marquee behavior="scroll" direction="left" id="marquee1" scrollamount="6">marquee slow/medium/fast speed using button</marquee></div>
<div style="text-align: center;">
<input onclick="document.getElementById('marquee1').setAttribute('scrollamount', 1, 0);" type="button" value="Slower" /><input onclick="document.getElementById('marquee1').setAttribute('scrollamount', 5, 0);" type="button" value="Medium" /><input onclick="document.getElementById('marquee1').setAttribute('scrollamount', 10, 0);" type="button" value="Faster" />
<div style="text-align: center;">
<input onclick="document.getElementById('marquee1').setAttribute('scrollamount', 1, 0);" type="button" value="Slower" /><input onclick="document.getElementById('marquee1').setAttribute('scrollamount', 5, 0);" type="button" value="Medium" /><input onclick="document.getElementById('marquee1').setAttribute('scrollamount', 10, 0);" type="button" value="Faster" />
Langganan:
Postingan (Atom)