CSS issues
- Started
- Last post
- 31 Responses
- ********0
Hey Gabriel -
Yeah, you're right - mumbling apoliges all-round, just one of those days for me.
I actually intended the post to just be a 'tut - I've had similar problems' type of 2-liner, but stale coffee and a headache seemed to get the better of me and I ranted. :/
Hope it works out.
- grafholic0
if you want to see the yellow, go to google @ http://toolbar.google.com/ and install the toolbar.
turn on autofill and you can see it.
- gabriel_pc0
all 3 have the yellow highlight, I tried using the !important on a test page and that seems to fix it.
- leftwave0
gabriel,
they're yellow in
http://www.neuroblast.net/EI/con…
?
how can that be? i changed the name "name" to "neuroblastName" and "phone" to "neuroblastPhone". do you think it's possible that google somehoe searches for the term name or phone within the form name. should i just rename them to "tree" or "fuckoff"?
- grafholic0
should i just rename them to "tree" or "fuckoff"?
leftwave
(nov 10 04, 15:45)--------
lol, that would be really therapeutic...
- leftwave0
okay, i'll install the &^%$# toolbar, thanks for the link.
i can't believe all those versions are yellow. maybe i used the !important tag incorrectly. is this right?
.form2 {
background-color: #5C0505 !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
border: 1px solid #000000;}
- gabriel_pc0
it must be finding the keywords in the field name (phone, email, etc..) I would leave the field names like they are but put in that !important in the background-color line of the css file
background-color: #fff !important;
That should fix it
- leftwave0
OH! dur! oops, i forgot to upload the new CSS file.
can you tell me if these are yellow?
http://www.neuroblast.net/EI/con…
(sorry, i really don't want to install that toolbar thing)
- gabriel_pc0
there it is! all fields are now red
- leftwave0
sweeeeeet.
!important is very important.
thanks, gabriel, for your patience and help :)
- gabriel_pc0
no problem, I didn't know how to around that problem before either