Вот собственно и код который не работает.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Page</title>
<script src="/Edit/Js/jquery-1.2.6.js" type="text/javascript"></script>
<script type="text/jscript">
$("#moreLink").click(function(){
$("#more").animate({
width : "auto",
height : "auto",
display : ""
}, 1500 );
});
$("#lessLink").click(function(){
$("#more").animate({
width : 0,
height : 0,
display : "none"
}, 1500 );
});
</script>
</head>
<body>
<div style="width:200px;">
<p id="text">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industrys standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
<a id="moreLink" href="#" >View more</a>
<span id="more" style="display:none;">
It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing
software like Aldus PageMaker including versions of Lorem Ipsum.<a id="lessLink" href="#" >View less</a>
</span>
</p>
</div>
</body>
</html>
Спасибо.
п.с. Пошлите это по мылу "сотруднику-телепату" он поймет...