The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Button Text - How do i change the text on this button?
michaelhofby
post Nov 25 2012, 10:02 AM
Post #1





Group: Members
Posts: 7
Joined: 31-July 12
Member No.: 17,524



Hey guys!!

So i got a question about a button i need to have on a website .

I want the button to say Yes, I Want In! And then just under that primary text it should say It´s 100% Free..

Please can some of you designers help with this ? thanks in advance biggrin.gif


I have attached the picture of the button, i dont have the PSD of it sad.gif


Attached image(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Nov 25 2012, 10:59 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Then, you'll have to create a new button in Photoshop.

Or, create a similar gradient with CSS3. You can do that at http://www.colorzilla.com/gradient-editor/. Create the box-shadow at http://css3generator.com . And grab the CSS from both.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
michaelhofby
post Nov 25 2012, 11:02 AM
Post #3





Group: Members
Posts: 7
Joined: 31-July 12
Member No.: 17,524



QUOTE(Frederiek @ Nov 25 2012, 10:59 AM) *

Then, you'll have to create a new button in Photoshop.

Or, create a similar gradient with CSS3. You can do that at http://www.colorzilla.com/gradient-editor/. Create the box-shadow at http://css3generator.com . And grab the CSS from both.


Hey man smile.gif i have no idea how to do that hehehe and i dont have photoshop either . It sucks .

Can you do it for me ? biggrin.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Nov 25 2012, 11:37 AM
Post #4


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Sorry, I don't do such things and I don't have time for that.
But, there are free alternatives for photoshop. See http://www.hongkiat.com/blog/11-free-alter...dobe-photoshop/ .

Or try CSS3. It's really cool. Besides, easier to change if you'd wish.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 25 2012, 12:15 PM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,732
Joined: 9-August 06
Member No.: 6



You don't need Photoshop. Any image editor of that kind will do, PaintShop or whatever. Google your editor and gradient and you'll find instructions.
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Nov 25 2012, 01:21 PM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



The Gimp is free and is available for whatever platform you're using.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Nov 25 2012, 01:26 PM
Post #7


.
********

Group: WDG Moderators
Posts: 9,660
Joined: 10-August 06
Member No.: 7



There's a bevel in the bottom right corner that might be hard to recreate with CSS.

Personally I'd consider creating a new blank mid section by repeating a narrow slice from the side. This can be done even with CSS2.
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Dec 13 2012, 11:56 AM
Post #8


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Apparently, there is a way to code such a button with CSS3.
Today, I found this in my newsreader: http://designmodo.com/3d-css3-button/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 13 2012, 12:15 PM
Post #9


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,732
Joined: 9-August 06
Member No.: 6



It looks like the demo button sinks down slowly when it's clicked. Must be the size of it that tricks the eye. Do you see that too?
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Dec 13 2012, 04:46 PM
Post #10


.
********

Group: WDG Moderators
Posts: 9,660
Joined: 10-August 06
Member No.: 7



The slowness is intentional, see section "Adding Animation" in the linked page.
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Dec 13 2012, 10:56 PM
Post #11


.
********

Group: WDG Moderators
Posts: 9,660
Joined: 10-August 06
Member No.: 7



..and of course the spec: http://www.w3.org/TR/css3-transitions/ (note that it's still a working draft).

CSS3 is making things too easy! Without any challenge I fear creativity will suffer (at least mine). sad.gif Or we'll have to invent things that challenge even CSS3. cool.gif
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 14 2012, 12:28 AM
Post #12


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,732
Joined: 9-August 06
Member No.: 6



Oh. I didn't think that worked in any browser yet.

Easy and easy. I think they take it to far. Wasn't behavior supposed to be reserved for JavaScript? Of course it depends on how you define behavior.
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Dec 14 2012, 03:24 AM
Post #13


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I've seen very clever demos done in CSS3. People like Designmodo and especially Codrops take the challenge and experiment with all kind of things CSS3 (sometimes coupled with jQuery).

I'm not very familiar with transitions, animations and keyframes yet. But aren't we glad CSS took over the javascript swaps we did before? Now, it takes over even more. Surely there's always some jQuery plugin to do the same.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Dec 14 2012, 09:55 AM
Post #14


.
********

Group: WDG Moderators
Posts: 9,660
Joined: 10-August 06
Member No.: 7



QUOTE(Frederiek @ Dec 14 2012, 09:24 AM) *

But aren't we glad CSS took over the javascript swaps we did before?

Absolutely. I once made a transition script in JS. It was both tricky and possibly slowed down some browsers as well.

You could also make transitions with W3C's SMIL, but AFAIK nobody but MSIE supported it.

QUOTE
Surely there's always some jQuery plugin to do the same.

wacko.gif

User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Dec 14 2012, 11:29 AM
Post #15


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



QUOTE(Christian J @ Dec 14 2012, 03:55 PM) *

QUOTE
Surely there's always some jQuery plugin to do the same.

wacko.gif

Absolutely agreed!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 14 2012, 12:38 PM
Post #16


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,732
Joined: 9-August 06
Member No.: 6



Transition? You mean when one page fades into another? Surely the big problem with that is that no one but the creator wants to see it? tongue.gif
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Dec 14 2012, 04:54 PM
Post #17


.
********

Group: WDG Moderators
Posts: 9,660
Joined: 10-August 06
Member No.: 7



You lack faith in my esthetic abilities (and here I thought my choice of avatar spoke for itself). smile.gif

I used the script to make gradual changes between numerical CSS property values (e.g. opacity), just like the button example in this thread. When used subtly such transitions can make the user experience a little bit smoother (as opposed to the on/off abruptness of ordinary CSS).

User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 14 2012, 05:50 PM
Post #18


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,732
Joined: 9-August 06
Member No.: 6



Oooh, subtle! biggrin.gif
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 06:34 PM