snake_eyes
05-07-2007, 07:01 AM
Hello,
I have the following form:
<style type="text/css">
.guest_book {
width: 590px;
right: 174px;
position: absolute;
display: none;
border-style: solid;
border-width: 0px;
border-color: #000000;
font-family: ms sans serif;
font-size: 8pt;
font-weight: bold;
color: #000000;
text-align: right;
vertical-align: bottom;
</style>
<table id="guest_book" class="guest_book" cellspacing="0" cellpadding="0" dir="{L_DIRECTION]">
<form action="ajax_common.php?action=guest_book" method="POST" name="guest_book">
<tr>
<td width="97%" class="cell38">{L_GUEST_BOOK_ADD}</td>
<td width="3%" class="cell39">
<span class="click_span" onclick="ControlDiv('guest_book','none')">
<img border="0" src="images/icons/ws_close.gif"></span></td>
</tr>
</form></table>
My question is: How do I submit the data in this form while its on position absolute, and how I can make the background table disabled like hotmail or yahoo
Regards heaps
I have the following form:
<style type="text/css">
.guest_book {
width: 590px;
right: 174px;
position: absolute;
display: none;
border-style: solid;
border-width: 0px;
border-color: #000000;
font-family: ms sans serif;
font-size: 8pt;
font-weight: bold;
color: #000000;
text-align: right;
vertical-align: bottom;
</style>
<table id="guest_book" class="guest_book" cellspacing="0" cellpadding="0" dir="{L_DIRECTION]">
<form action="ajax_common.php?action=guest_book" method="POST" name="guest_book">
<tr>
<td width="97%" class="cell38">{L_GUEST_BOOK_ADD}</td>
<td width="3%" class="cell39">
<span class="click_span" onclick="ControlDiv('guest_book','none')">
<img border="0" src="images/icons/ws_close.gif"></span></td>
</tr>
</form></table>
My question is: How do I submit the data in this form while its on position absolute, and how I can make the background table disabled like hotmail or yahoo
Regards heaps