Form elements showing up yellow -style.css code missing?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Form elements showing up yellow -style.css code missing?
MrSandman
CZ Super Newbie
MrSandman has been a member for over 20 year's 20 Year Member
usa.gif florida.gif
Occupation: Website developer/designer + Chauffeur
Age: 52
Gender: Male
Fav. Sports Team: Chicago Bears (Sad but true...- cuz from Chicago!)
Status: Offline
Joined: Dec 16, 2003
0.01 posts per day
Posts: 58
Points: 5,833
 Yahoo Messenger  
I am using a CODEZWIZ theme on my site while I am creating a credit card payment module
all form elements are using the style sheet background colors except a few and I'm baffled -they are appearing yellow

I must finish the module before I can secure it (SSL) and make it available to customers
I will attach the module and the style sheet and upload them if you want me to.

Or I guess I could just make the module available to all users temporararily so you could see it - I will just put a notice that it is not secure -USE AT YOUR OWN RISK LOL!!!!!

[ Register or login to view links on this board.]

You'll need to scroll down to see what I mean
I believe they are "required fields"

here is the stylesheet code for the form elements
/* Form elements */
input {
background:#18244A;
color:#AFB8C3;
font:11px verdana,Arial,Helvetica,sans-serif;
BORDER-TOP: #FFFFFF 1px solid;
BORDER-BOTTOM: #6D7893 1px solid;
BORDER-LEFT: #FFFFFF 1px solid;
BORDER-RIGHT: #6D7893 1px solid;}
textarea{border-color: #6D7893; color:#eeeeff; background-color: #18284A; font:normal 11px Verdana,Arial,Helvetica,sans-serif}
select{border-color: #6D7893; color:#eeeeff; font:normal 11px Verdana,Arial,Helvetica,sans-serif}

/* The text input fields background colour */
input.post,textarea.post,select{background:#18284A}
input{text-indent:2px}

/* The buttons used for bbCode styling in message post */
input.button{
background: #18284A; color:#AFB8C3; font:11px Verdana,Arial,Helvetica,sans-serif}

/* The main submit button option */
input.mainoption{background: #18284A;font-weight:bold}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0}

/* None-bold submit button */
input.liteoption{background: #18284A;font-weight:normal}

/* Quote & Code blocks */
.code{
background: #18284A;
border: 1px solid #6D7893;
color: #AFB8C3;
}
.quote{
background: #18284A;
border: 1px solid #6D7893;
color:#AFB8C3;
}

hr{border:0px solid #6D7893; border-top-width:1px; height:0px}

FORM        {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
a:link,a:active,a:visited,a.postlink:link{color:#ffffff;text-decoration:none}
a:hover {color:#626F82; text-decoration: none;}
.title {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.content     {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.content2 {BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.block-title {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.storytitle  {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat    {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle     {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent  {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.option     {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.tiny       {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.small       {BACKGROUND: none; COLOR: #AFB8C3; FONT-SIZE: 9px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}



Back to top Reply with quote
#2   re: Form elements showing up yellow -style.css code missing?
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.49 posts per day
Posts: 3765
Points: 351,412
   
Did you get this fixed? What browser are you using to view the site?

I checked the page in both IE 6 and Mozilla FF 1.0, and both looked fine to me.



Back to top Reply with quote
#3   re: Form elements showing up yellow -style.css code missing?
MrSandman
CZ Super Newbie
MrSandman has been a member for over 20 year's 20 Year Member
usa.gif florida.gif
Occupation: Website developer/designer + Chauffeur
Age: 52
Gender: Male
Fav. Sports Team: Chicago Bears (Sad but true...- cuz from Chicago!)
Status: Offline
Joined: Dec 16, 2003
0.01 posts per day
Posts: 58
Points: 5,833
 Yahoo Messenger  
Thank you for checking it out so quick but I am using IE 6 too
and no....It still comes up yellow in certain fields
the ones that have a yellow bkgrd for me are: Name,email address,Phone number,Credit card, type of card, exp date, name as on card and zip code card is billed to

The rest appear the theme bkgrd color which is fine by me but these 9 form elements are appearing a off yellow color very strange.....
they are required fields though
any ideas????



Back to top Reply with quote
#4   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
I took a look also and they all look fine to me. Maybe a good cookie cleaning will help.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#5   re: Form elements showing up yellow -style.css code missing?
MrSandman
CZ Super Newbie
MrSandman has been a member for over 20 year's 20 Year Member
usa.gif florida.gif
Occupation: Website developer/designer + Chauffeur
Age: 52
Gender: Male
Fav. Sports Team: Chicago Bears (Sad but true...- cuz from Chicago!)
Status: Offline
Joined: Dec 16, 2003
0.01 posts per day
Posts: 58
Points: 5,833
 Yahoo Messenger  
Wow, sometimes it's the simplest things - Dirty - Dirty Cookies!

Thanks you two!



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum