473,383 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

designing css buttons

Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.

Thanks, - Dave

Feb 15 '07 #1
3 2575
Rik
On Thu, 15 Feb 2007 17:33:59 +0100, la***********@zipmail.com
<la***********@zipmail.comwrote:
Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.
Rollovers on buttons can be made without problems with the CSS specs.
Browsers implementation of this varies though, so if you want rollover
effects you're usually stuck using javascript on the side.

This will work wonders in Opera, no go in MSIE:

input[type=submit]{
background-color: yellow;
}
input[type=submit]:hover{
background-color: red;
}

I usually leave most of the rendering of form controls alone though.
There's something to be said for just recognizable default rendering
instead of of custom layouts which may confuse the user, making it unclear
what their actual purpose is. So unfortunately, I don't have an site ready
for you, but there are lots around. Googling for "html form rollover"
should get you loads of examples though.
--
Rik Wasmus
Feb 15 '07 #2
"la***********@zipmail.com" <la***********@zipmail.comwrote in
news:11*********************@j27g2000cwj.googlegro ups.com:
Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.
Stu has some and a lot more:

http://www.cssplay.co.uk/
--
Dirk
Feb 15 '07 #3
In article <12*************@corp.supernews.com>,
Dirk <no@mail.pleasewrote:
"la***********@zipmail.com" <la***********@zipmail.comwrote in
news:11*********************@j27g2000cwj.googlegro ups.com:
Hi,

Can anyone recommend a good site that has example of css designed
buttons with roll over states? I want to make nice "Save" and
"Cancel" buttons but would prefer not to use Photoshop when CSS can
achieve something just as good.

Stu has some and a lot more:

http://www.cssplay.co.uk/
But be careful, this author uses small fonts, specified in px,
one does more than a tiny bit of horiz scrolling to see hs page
in a 800 wide window... These are signs to be careful of what he
says generally... just careful, that's all.

--
dorayme
Feb 15 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: thechaosengine | last post by:
Hi all, Does anyone know what would be involved in redesigning the look and feel of the typical windows application form in .net? I've seen applications that have totally redisigned the look and...
3
by: mystilleef | last post by:
Hello, I need to design a plug-in system for a project. The goal is to allow third party developers interact with an application via plug-ins in a clean and robust manner. At this point I am...
7
by: Victor | last post by:
Hi folks! Could anybody explain why does the following code : <form name="upload" method="post"> <input type="file" name="file_1" style="display:none" /> <input type="text" name="text_1" />...
32
by: keri | last post by:
Hi everyone, Having learnt a little about the basics whilst creating my first db I am now about to start creating a good one! I am about to sit down with a large piece of paper and plan it all...
6
by: Zim Babwe | last post by:
VS 2005 Windows Application I need to have users enter product information, then contact information, then some other financial information. Currently I have a form that the user enters info...
3
by: JHNielson | last post by:
I am trying to make an interface to run a utility I have devloped. The user would need to be able to choose from about 6 different macros they could run. My question is, is there a way to use...
10
by: JHNielson | last post by:
I am designing an interface, and I would like to customize the buttons instead of using the plain gray boxes that are standard in Access. Is there a way to set for the "On Mouse Up" and "On...
2
by: Łukasz Ledóchowski | last post by:
Hi! I want to develop database web application. It will consist of many similar webpages with grid and ability to edit, insert or delete rows. All of these webpages will have grids with the same...
3
by: karthimca07 | last post by:
Hi experts, For my application i like to follow same design format in all windows forms. like actions buttons and navigation buttons on either side of the window(left and right)....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.