Implementation of toolbar by jquery

Source: Internet
Author: User

Implementation of toolbar by jquery
Css tutorial code

Ul {list-style: none; margin: 0; padding: 0 ;}
Ul li {line-height: 22px; border-bottom: 1px dashed # ccc; width: 400px ;}
Ul li a {display: block; position: relative ;}
Ul li span {display: block; width: 300px; height: 350px; background: # f7f7f7; border: 5px solid # eaeaea; position: absolute; z-index: 9 ;}
Iframe {border: none; width: 100%; height: 100%; margin: 0; padding: 0 ;}

Js Code
$ (Function (){
$ ('Ul A'). hover (function (){
$ (This ). after ('<span> <iframe src = "' + $ (this ). attr ('href ') +' "> </iframe> </span> ');
 
}, Function (){
$ ('Span '). fadeOut ('low', function () {$ (this). remove ()});
 
});

Html code

<Ul>
<Li>
<A href = "http: // bKjia. c0m"> Chinese students and professors in the United States are banned from jail. </a>
</Li>
<Li>
<A href = "http://down.bKjia. c0m"> Lady Gaga scale up and show your hips again </a>
</Li>
</Ul>

// Source code tutorial http://code.google.com/p/lovelong1/downloads/detail? Name1_jquery.wk.toolbar-1.0.0.7z & can = 2 & q = # makechanges
// Provide the jquery toolbar effect for each country
Http://www.pvmgarage.com/2009/12/nice-and-simple-toolbar-for-your-website-with-css3-and-jquery/
?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.