/    Sign up×
Community /Pin to ProfileBookmark

text submit buttons

Hi,
i am creating a asp ecommerce site with css. i use text with links to navigate through the site, css to give a mouse over effect, changing text colour.

in a form, i need a “add to cart” submit button, however, i would like to continue using text with css for mouse over effect, is this possible? I have used <input type=image src”gotocart.giff”>, but it´s not the same …

can i use text instead of a button or image?

thanks

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@ray326Apr 21.2006 — Here's a snippet that may give you some ideas. IE won't handle it without help.
[code=html]
fieldset {padding:3em}
input {background:transparent;border:none;font-weight:bold}
input:hover {background:black; color:white}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<form>
<fieldset>
<input type="submit" value="button" name="button" />
</fieldset>
</form>
[/code]
Copy linkTweet thisAlerts:
@carlosttauthorApr 21.2006 — thanks ..

that does bring to mind a few ideas,

cheers
×

Success!

Help @carlostt 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 6.16,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...