the jsp cmlode and html
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>This must be paste in head
<a href="#" id="toggle-example2" class="button"></a>
<div class="example2">
<p>Una novità nei prodotti speciali!
La nostra IP Plus aumenta il numero di ottano, passando da 98 a 100 e dando così vita ad un nuovo prodotto altamente performante: plus 100.
L’aumento del numero di ottano permette un funzionamento più dolce e regolare del motore, abbinando un maggior rendimento ad un minor consumo. Viaggiare con una benzina a 100 ottani significa avere accelerazioni immediate, molto più fluide e senza quel leggero ritardo tra la pressione sul pedale e l’effettiva risposta del motore.
Questo prodotto speciale è particolarmente indicato per le motociclette e per le autovetture con elevate capacità di potenza, come quelle dotate di turbocompressore e/o di iniezione diretta del carburante.
Insomma, per supermotori: un superprodotto!</p>
</div>
<script type="text/Javascript">
$(document).ready(function() {
$('.example2').hide().before('<a href="#" id="toggle-example2" class="button">Hap/Mbyll</a>');
$('a#toggle-example2').click(function() {
$('.example2').slideToggle(1000);
return false;
});
});
</script>
the CSS code
.button{/*Modifikohet butoni Open Close*/
background:#eee;
border:0;
color:#333;
cursor:pointer;
font-family:"Lucida Grande",Helvetica,Arial,Sans-Serif;
margin:0;padding:6px 4px;
text-decoration:none;
position:relative
}
.example1 p, .example2 p{/*Modifikohet teksti qe shfaqet*/
border: 1px solid #eee;
border-radius: 8px;/*Kulmet e drejtkendeshit ku shfaqet teksti*/
width: 500px;
padding: 10px;/*Cakton pozicionin se ku do filloi teksti brenda drejtkendeshit*/
margin: 10px;/*Me kte komande drejtkendeshi mund te shfaqet X px larg putonit*/
background-color: #eee;
}
andi-dev 0 Light Poster
andi-dev 0 Light Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
andi-dev 0 Light Poster
asmira 0 Newbie Poster
asmira 0 Newbie Poster
andi-dev 0 Light Poster
andi-dev 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.