-
AuthorPosts
-
June 9, 2016 at 12:00 pm #645388
Hey guys!
I got a problem with the acces box of my website.
When I write the first box and I press tab key all the formulary box gets bigger. It also happens with the second box of the formulary.How can I fixed it?
This is the code I used to create it:
<form action=”http://vet24.pedidosweb.com/logon.asp” method=”POST” name=”login”>
<table style=”height: 109px;” border=”0″ width=”323″ cellspacing=”0″ cellpadding=”0″ align=”center”>
<tbody>
<tr>
<td bgcolor=”#0033cc” width=”70″ height=”center”><span style=”color: #ffffff;”>USUARIO:</span></td>
<td align=”center” bgcolor=”#0033cc” width=”130″><input name=”login” type=”TEXT” autofocus=”” /></td>
</tr>
<tr>
<td bgcolor=”#0033cc” width=”70″ height=”center”><span style=”color: #ffffff;”>CONTRASENYA:</span></td>
<td align=”left” bgcolor=”#0033cc” width=”130″><input name=”pwd” size=”20″ type=”password” />
<p style=”text-align: right;”></p>
</td>
</tr>
</tbody>
</table>
<p style=”text-align: right;”><input src=”http://web.soladomingo.com/wp-content/uploads/2016/03/Entrar-acceso-clientes.jpg” type=”image” value=”submit” /></p></form>
And this CSS that I used too (you gave it to me to fix some issues):
table strong {
position: relative;
top: -22px;
right: -15px;
}
table input {
position: relative;
top: 10px;
}For font size use this:
table strong span {
font-size: 14px;
}Thanks a lot!
June 10, 2016 at 9:29 am #646108Hey lleonera,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJune 10, 2016 at 9:45 am #646119Thanks a lot!
June 10, 2016 at 3:22 pm #646237Hey I also trying to change the color of the “small bar above menu” and I can’t.
I went to Enfold theme options > Advanced Styling and edit “small bar above menu” but I doesn’t work.
I need it in white color.
June 13, 2016 at 12:50 pm #647322Hey guys!
I could change the color of the “small bar above menu” but I still have the problem with the acces box of my website when I press tab key as I explained before. I really need to fix this urgently because my client is really annoyed with the whole sittuacion.
Please take a look.
June 14, 2016 at 4:54 am #647761Hi,
What is the browser that you’re using? I tested it on Chrome Windows 7 but pressing the tab key doesn’t do anything to the fields. Could you please provide a screenshot of the issue?
Best regards,
IsmaelJune 14, 2016 at 9:47 am #647870Hi,
I’m on a Mac. The browser I use is safary 8.0 and my client it’s also my client I think.
This is how it is: https://www.dropbox.com/s/0bi39ss54kzxh4i/accesbox.
This is what happens in Safary once I press tab key:
https://www.dropbox.com/s/c63mytxexszbh1l/Problem2.png?dl=0
https://www.dropbox.com/s/bsjja7yyx2b57o2/Problem.png?dl=0Aslo when I press the tab key on the second box it moves me to the bottom of the page, not the first space box again.
I tested in Chrome (last update version) and I also got problems:
https://www.dropbox.com/s/j9vrugc6r75j6yf/ProblemChrome.png?dl=0I’m getting in troubles with the client. Please answer me ASAP.
Thank you so much!June 14, 2016 at 10:16 am #647877I just tasted on a windows here in the office and I got the same problemes as well.
Help please!
June 14, 2016 at 10:50 am #647889Hi,
Please be noted this is a custom form and not part of the theme element even tho it is out of our support scope we are happy to help you resolve this.
I notice in your code you have height=”center” please change the value center to 60px or any digit that suits your design.
If this does not help it is recommended using div instead of tables to build the form..
Best regards,
VinayJune 14, 2016 at 11:53 am #647909Hey,
I changed that. Anyway my desing suits the only problem is when I press the tab table to write on it.
Anyway I gratful for your help. Are there any solution for the problem I describe?
If not what do you mean by div?Thanks a lot
June 17, 2016 at 4:22 am #649523Hi,
Aslo when I press the tab key on the second box it moves me to the bottom of the page, not the first space box again.
This is a browser feature that we can’t control. Pressing the tab key will tell the browser to go to the next active element, for example, buttons, links, text fields etc.
This is what happens in Safary once I press tab key:
https://www.dropbox.com/s/c63mytxexszbh1l/Problem2.png?dl=0
https://www.dropbox.com/s/bsjja7yyx2b57o2/Problem.png?dl=0I will ask the rest of the support team to check it on mac. I can’t reproduce the issue on chrome or safari windows 7.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.