TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CSS3 buttons or image buttons?

2 pointsby johnhokabout 14 years ago
So I'm working on a mobile web app and I'm trying to decide which to use for button styles I have.<p>The buttons involve: - gradients - rounded corners - shadow<p>Here is a sample of both of them. http://jsfiddle.net/G26rr/embedded/result/<p>Mind letting me know how it looks on your mobile device?<p>Here is what I thought of so far for each.. CSS3 Buttons Pros - better load time on mobile users<p>Cons - the rounded corners appear jagged on Android<p>CSS/Image Buttons Pros - final product looks much nicer on my Android device<p>Cons - slower load times<p>Any input? What do you guys use on your projects?

no comments

no comments