/    Sign up×
Community /Pin to ProfileBookmark

Text fields are not being styled by CSS ?!?!?

for some reason my text fields are not being style with my css, can any of you see what im doing wrong?

here is my form code

[code=html]<div id=”form-entry”>
<form method=”post” action=”send.php”>
<input type=”text” name=”firstname” id=”firstname” class=”yourinfo”><br/>
<input type=”text” name=”lastname” id=”lastname” value=”Last Name” onFocus=this.value=” class=”yourinfo”><br/>
<input type=”text” name=”email” id=”email” value=”Email Address” onFocus=this.value=” class=”yourinfo”><br/>
<input type=”text” name =”date” id=”datepicker” value=”Enter Your Prediction” onFocus=this.value=” class=”yourinfo”><br/>
<input type=”submit” value=”submit” >
</form>
</div>[/code]

and here is the css im using

[CODE]#form-entry .yourinfo {
margin-bottom:30px!important;
font-size:22px!important;
}[/CODE]

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@ryanbutlerAug 01.2011 — Works fine for me.
Copy linkTweet thisAlerts:
@Frank62Aug 01.2011 — Works fine for me. [/QUOTE]

Same here. IE and FF, the rest not tested.
×

Success!

Help @popcop spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...