|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Text Boxes display is not uniform
I have a minor problem that on some of my pages created with FrontPage and using themes that the textboxes do not all appear the same. Some text boxes show 2D with a white background and some 3D (sunken) with a colored background. Below is an example:
Code:
<head> <meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New User Setup</title> <meta name="Microsoft Theme" content="sunflowr 011, default"> <meta name="Microsoft Border" content="tlb, default"> </head> <body> <form name="userinfo" method="POST" action="UserSave.asp"> <table border="1" cellspacing="1" style="border-collapse: collapse" width="60%" id="AutoNumber2"> <tr> <td width="38%">User Name</td> <td width="62%"><input type="text" name="UserName" size="20"></td> </tr> <tr> <td width="38%">Full Name</td> <td width="62%"><input type="text" name="FullName" size="20"></td> </tr> ... The UserName field comes up as a 2D textbox (no 3D effects) with a white background and a blue border. The FullName field comes up as a 3D (sunken) box with a yellow background. This does not effect operations, but it does not provide a consistant look to the site. Has anyone else had this problem and know a solution. I have just started looking at the style sheets for the theme, but since neither field is specifying a style I don't know why CSS would cause this issue. Thanks in advance.
__________________
Neal Schafer The early worm gets eaten. |
|
#2
|
||||
|
||||
|
Can you post the stylesheet for the theme....just interested in seeing if there is anything in there which could be causing the problem.
__________________
The answers are out there somewhere....it's just a matter of finding them!!! Did you find my answer useful, helpful, the business?? If so, vote for me by clicking on the "scales of justice". |
|
#3
|
||||
|
||||
|
CSS Form
Neal,
An easy way to make sure that the input form is the same size on each is to simply put style="width:180px" in the input tag making the width what you would like. Of course you could put this in a style.css file so that you could edit it globally. .input_width{width:180px;} class="input_width" |
|
#4
|
|||
|
|||
|
Hi there! I am also looking for the answer to this question! While creating an account with this site, the form I filled in also dislplayed certain 3D text boxes with yellow backgrounds and others without! Are you running XP by any chance? I have taken the code from my own problem and placed it into dreamweaver and it does exactly the same. I am not using style sheets at all!
|
|
#5
|
||||
|
||||
|
You've got Gator or similar installed and it's highlighting fields that it can automatically complete based on saved details
__________________
selwonk If I've posted some code above, you might think it looks a bit simplistic. It might be. I'd rather people tried the next step themselves rather than getting a full solution on a plate. That way they learn more! |
|
#6
|
||||
|
||||
|
yeh those worms and spywares are worse than anything..... download and use Ad-Aware software to find those pests and remove them.
|
|
#7
|
||||
|
||||
|
The Google tool bar will produce yellow text fields when on a web form.
Did you maybe install it? That feature can be disablled.
__________________
__________ Matty. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Text Boxes display is not uniform |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|