Mark schrieb:
quite simple.
i don't like that ^_^

The users are free to adjust the template files of the script to make
it work how they want. but i want to have it with those links. And i
can always change it if it isn't working out.

My way, simulate this with CSS:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
   <head>
       <title>
           letters
       </title>
       <style type="text/css">
td.editable{
background : url(image/edit.gif) no-repeat right;
width :23em;
}
td.editor{
background : none;
}
       </style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="edit_test_append.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("td.editable").editable("post.php", { editClass: "editor", saving:"<img src='image/loading.gif'>"});
});
</script>
   </head>
   <body>
<table>
<tr>
<td class="editable">TO EDIT Content</td>
</tr>
<tr>
<td class="editable">TO EDIT Content</td>
</tr>
<tr>
<td class="editable">TO EDIT Content</td>
</tr>
</table>
</body>
</html>

edit.gif must be the Text as image!


--
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

Reply via email to