Monday, July 27, 2009

CSS JAVASCRIPT EXAMPLE

CSS JAVASCRIPT EXAMPLE


"





< html >
< head>
< title>Select a Flight< /title>




< LINK rel="stylesheet" href="transform.css" type="text/css"/>



< script type="text/javascript" language="javascript">
function toggle(id) {
if(document.getElementById(id).style.display=='block')
{
document.getElementById(id).style.display='none';
document.getElementById(id).style.visibility='hidden';
//alert('Its hidden now');
}
else
{
document.getElementById(id).style.display='block';
document.getElementById(id).style.visibility='visible';
//alert('Its displaying now');
}
}
< /script>
< /head>



Pricing Information:



.PricingInfo {
font-style: normal;
color: black;
font-family: "Gill Sans MT", Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 12pt
}
"

No comments: