- Http://www.aptana.com/products/studio2/download Linux win eclipse plugs
- Modify background-Position
Http://snook.ca/technical/jquery-bg/
< Html >
< Head >
< Style Type = "Text/CSS" >
# Test {
Width : 150px ;
Height : 40px ;
Background : #00ff00 url(a.png) No-repeat fixed-14px-15px ;
}
</ Style >
< Script Type = "Text/JavaScript" SRC = "Jquery-1.4.2.min.js" > </ Script >
< Script Language = "JavaScript" >
$ (Document). Ready ( Function (){
$ ( " # Test " ). Hover (
Function (){
$ ( This Pai.html ( " Over " );
$ ( This ).Css ( " Background-Position " , " -14px-15px " ). Animate ({backgroundposition: " -14px-100px " });
},
Function (){
$ ( This Pai.html ( " Out " );
$ ( This ).Css ( " Background-Position " , " -14px-100px " ). Animate ({backgroundposition: " -14px-15px " });
}
);
});
</ Script >
</ Head >
< Body >
< Div ID = "Test" >
Haahaa
</ Div >
</ Body >
</ Html >
Http://www.ajaxblender.com/script-sources/jani/demo/index.html
Http://michael.flanagan.ie/work/snippits/accordion.html