HTML, JavaScript And CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingHTML, JavaScript And CSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old April 19th, 2004, 09:14 AM
nschafer's Avatar
nschafer nschafer is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Mar 2004
Location: Florida
Posts: 584 nschafer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 21 h 46 m 5 sec
Reputation Power: 5
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.

Reply With Quote
  #2  
Old May 5th, 2004, 02:43 AM
madhouse's Avatar
madhouse madhouse is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Dec 2003
Location: London
Posts: 605 madhouse User rank is Private First Class (20 - 50 Reputation Level)madhouse User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 13 h 2 m 37 sec
Reputation Power: 5
Send a message via MSN to madhouse
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".

Reply With Quote
  #3  
Old May 5th, 2004, 04:58 PM
dkittell's Avatar
dkittell dkittell is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Location: Michigan
Posts: 3 dkittell User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to dkittell Send a message via AIM to dkittell Send a message via Yahoo to dkittell
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"

Reply With Quote
  #4  
Old October 13th, 2004, 03:26 AM
spook1ey spook1ey is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2004
Location: Johannesburg, South Africa
Posts: 1 spook1ey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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!

Reply With Quote
  #5  
Old October 13th, 2004, 03:44 AM
selwonk's Avatar
selwonk selwonk is offline
Contributing User
ASP Free Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2004
Posts: 2,942 selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level)selwonk User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 6 Days 9 h 49 m 28 sec
Reputation Power: 62
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!

Reply With Quote
  #6  
Old October 13th, 2004, 03:53 AM
Shadow Wizard's Avatar
Shadow Wizard Shadow Wizard is offline
Moderator From Beyond
Click here for more information.
 
Join Date: Sep 2004
Location: Israel
Posts: 26,969 Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)Shadow Wizard User rank is General 8th Grade (Above 100000 Reputation Level)  Folding Points: 342040 Folding Title: Super Ultimate Folder - Level 1Folding Points: 342040 Folding Title: Super Ultimate Folder - Level 1Folding Points: 342040 Folding Title: Super Ultimate Folder - Level 1Folding Points: 342040 Folding Title: Super Ultimate Folder - Level 1Folding Points: 342040 Folding Title: Super Ultimate Folder - Level 1Folding Points: 342040 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 3 Months 1 Week 5 Days 15 h 9 m 16 sec
Reputation Power: 1556
yeh those worms and spywares are worse than anything..... download and use Ad-Aware software to find those pests and remove them.

Reply With Quote
  #7  
Old October 13th, 2004, 03:09 PM
mathew_conte's Avatar
mathew_conte mathew_conte is offline
this time, it's not kitty
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Ontario, Canada
Posts: 435 mathew_conte User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 2 h 23 m 25 sec
Reputation Power: 5
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.

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingHTML, JavaScript And CSS Help > Text Boxes display is not uniform


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway