Anybody know how to change the color of a text input form in

This is a discussion on "Anybody know how to change the color of a text input form in" within the Web Page Design section. This forum, and the thread "Anybody know how to change the color of a text input form in are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 14th, 2004, 17:53
Junior Member
Join Date: Jul 2004
Location: USA
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Anybody know how to change the color of a text input form in

Anybody know how to change the color of a text input form in CSS? Thanks

  #2 (permalink)  
Old Aug 14th, 2004, 18:19
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
Forms can be a bit hit and miss with CSS styling. Some elements of a form will accept styling while others will not. In this case, a text box is OK and can be styled like:
Code: Select all
<input type="text" style="background: #eee; border:1px solid #666">
  #3 (permalink)  
Old Aug 14th, 2004, 18:36
Junior Member
Join Date: Jul 2004
Location: USA
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Weird. Everything looks fine in Frontpage, but once I upload it to the server, it reverts back to yellow. Could this be because of the PHP?
  #4 (permalink)  
Old Aug 14th, 2004, 18:59
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,956
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
This sounds like the influence of the google toobar.....

Disable the 'autofill' for google toolbar, and it should cease being yellow.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #5 (permalink)  
Old Aug 14th, 2004, 19:03
Junior Member
Join Date: Jul 2004
Location: USA
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Ah. Thanks. It worked perfectly. Is there anyways to check a pages pagerank without that annoying toolbar?
  #6 (permalink)  
Old Aug 15th, 2004, 12:58
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Not on the fly, no.
  #7 (permalink)  
Old Aug 15th, 2004, 13:52
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,956
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Actually..... yes there will be.

You will need a packet sniffer to detect the raw data fired off to google....

You will then need to use a COM Sock component to duplicate this data send... and obviously read in the data....

If you are less than a guru, then be advised this may take you a hell of a long time to figure out.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #8 (permalink)  
Old Aug 16th, 2004, 08:44
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
your so 1337 rob
Closed Thread

Tags
anybody, change, color, text, input, form

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Change Input Textbox Background Color tejaxx JavaScript Forum 4 Nov 19th, 2007 20:16
how do I change the height of an <input type="text"> box? MikeTheVike Web Page Design 1 Feb 23rd, 2007 22:23
Firefox 1.0.6 - strange input fields color blankconcept Web Page Design 3 May 9th, 2006 15:35
A way to change background color of a menu list gohankid77 Web Page Design 1 Oct 12th, 2004 10:14
change links color jenjen1018 Web Page Design 18 Jan 4th, 2004 20:52


All times are GMT. The time now is 19:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43