/    Sign up×
Community /Pin to ProfileBookmark

Need help to use STYLE with forms

Hi!

I want to change the appearance on my forms with style, and I wonder how to do? I have managed to change the <input type=”text”> with font-size and background-color, but is it also possible too change the <option> for pull down menues, <input type=”radio”> and <input type=”checkbox” ? I want to make smaller. What are the options for this?

Looking forward for helpful answers

Nyfiken

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@the_treeFeb 27.2005 — Experiement with what you've got already, it can't do much harm, here's some of what I use on my site.[CODE]<style type="text/css">
input, textarea, select {
border: 1px #222 solid;
color: #222;
background-color: #ddd;
}
<style>[/CODE]
×

Success!

Help @nyfiken 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.19,
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,
)...