Le 3 sept. 2014 à 07:05, Georg a écrit :
> Den 02.09.2014 22:20, skrev Tom Livingston:
>> http://www.tomliv.com/img/button.png
>
> If that's a typical "button", I would think the addition of 'background-size'
yes (sized in em, or rem, using an SVG image)
In addition: background-position: 100%
I'll play with that, thanks Georg
On Tuesday, September 2, 2014, Georg wrote:
> Den 02.09.2014 22:20, skrev Tom Livingston:
>
>> http://www.tomliv.com/img/button.png
>>
>
> If that's a typical "button", I would think the addition of
> 'background-size' and adding the "arrow" in with '::after' sh
I have. I usually get the same result as far as tweakiness. What I'm after
is more stability. Especially with vertical centering and spacing.
On Tuesday, September 2, 2014, Karl DeSaulniers
wrote:
> Hi Tom,
> Have you tried the good 'ol button element?
>
> Live Text!
>
> Best,
> Karl
>
>
>
> Kar
Sorry. A little sass is still in there.
On Tuesday, September 2, 2014, Philip Taylor wrote:
>
>
> Tom Livingston wrote:
>
> background-color: $yellow;
>> color: $lightblue;
>>
>
> What do the dollar signs contribute ?
> Philip Taylor
>
--
Tom Livingston | Senior Front-End Develope
Tom Livingston wrote:
background-color: $yellow;
color: $lightblue;
What do the dollar signs contribute ?
Philip Taylor
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
Den 02.09.2014 22:20, skrev Tom Livingston:
http://www.tomliv.com/img/button.png
If that's a typical "button", I would think the addition of
'background-size' and adding the "arrow" in with '::after' should be
flexible enough to work.
regards
Georg
__
Hi Tom,
Have you tried the good 'ol button element?
Live Text!
Best,
Karl
Karl DeSaulniers
Design Drumm
http://designdrumm.com
On Sep 2, 2014, at 3:45 PM, Tom Livingston wrote:
> The text isn't a graphic.
>
>
> On Tue, Sep 2, 2014 at 4:33 PM, Crest Christopher <
> crestchristop...@gmail
The text isn't a graphic.
On Tue, Sep 2, 2014 at 4:33 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:
> What do you mean by "live text" ?
>
> Christopher
>
> Tom Livingston wrote:
>
>> color: $lightblue
>>
>
--
Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.45
What do you mean by "live text" ?
Christopher
Tom Livingston wrote:
color: $lightblue
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.c
I have a button, as shown here:
http://www.tomliv.com/img/button.png
and I am using this style:
.button{
display: inline-block;
background-color: $yellow;
background-image: url(../img/button-arrow.png);
background-position: 100% 0;
background-repeat: no-repeat;
color: $lig
10 matches
Mail list logo