Problem with "gk3legend"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 25, 2013 9:30 pm
Reply with quote
Report this post
Hello,

I have built a quick contact form using the gklegend3 as a "border" around the form

the coding is as below

problem im having is that when I hover over each field, the right edge of the border is disappearing...

any ideas, image attached (

many thanks

Jamie


<div class="gkLegend3">
<h4>
Quick Enquiry</h4>
<p>
&nbsp;</p>
<form action="send_form_email.php" method="post" name="contactform">
<table style="width: 409px; height: 271px;">
<tbody>
<tr>
<td valign="top">
<span style="font-size: 8pt; color: #ffffff;"><strong><label for="first_name">Forename </label></strong></span></td>
<td valign="top">
<span style="color: #ffffff;"><input maxlength="50" name="first_name" size="23" type="text" />.</span></td>
</tr>
<tr>
<td valign="top">
<span style="font-size: 8pt; color: #ffffff;"><strong><label for="last_name">Surname </label></strong></span></td>
<td valign="top">
<span style="color: #ffffff;"><input maxlength="50" name="last_name" size="23" type="text" />.</span></td>
</tr>
<tr>
<td valign="top">
<span style="font-size: 8pt; color: #ffffff;"><strong><label for="email">Email </label></strong></span></td>
<td valign="top">
<span style="color: #ffffff;"><input maxlength="50" name="email" size="23" type="text" />.</span></td>
</tr>
<tr>
<td valign="top">
<span style="font-size: 8pt; color: #ffffff;"><strong><label for="telephone">Telephone </label></strong></span></td>
<td valign="top">
<span style="color: #ffffff;"><input maxlength="30" name="telephone" size="23" type="text" />.</span></td>
</tr>
<tr>
<td valign="top">
<span style="font-size: 8pt; color: #ffffff;"><strong><label for="act">Act Name </label></strong></span></td>
<td valign="top">
<span style="color: #ffffff;"><input maxlength="50" name="act" size="23" type="text" />.</span></td>
</tr>
<tr>
<td valign="top">
<span style="font-size: 8pt; color: #ffffff;"><strong><label for="comments">Comments</label></strong></span></td>
<td valign="top">
<span style="color: #ffffff;"><textarea cols="25" maxlength="1000" name="comments" rows="6" style="width: 200px; height: 96px;"></textarea></span></td>
</tr>
<tr>
<td colspan="2" style="text-align: center;">
<span style="color: #ffffff;"><input type="submit" value="Submit" /></span></td>
</tr>
</tbody>
</table>
</form>
</div>
User avatar
Junior Boarder

teitbite
Sat Jan 26, 2013 7:41 am
Reply with quote
Report this post
Hi

Please show me this form on a live site so I can check.
User avatar
Moderator

GK User
Sat Jan 26, 2013 10:00 am
Reply with quote
Report this post
User avatar
Junior Boarder

teitbite
Sat Jan 26, 2013 7:29 pm
Reply with quote
Report this post
Hi

Please add this code to css:

Code: Select all
.gkLegend3 tr:hover {
    background: none repeat scroll 0 0 transparent !important;
}
User avatar
Moderator


cron