That was the key Philippe. It is showing now! Thank you. I just need to
position it a bit. It is a circle graphic and the right edge of the circle is
flush with the last letter. It didn't really put it after - it put it at the
end.
-Original Message-
From: Philippe Wittenbergh [mai
> On Sep 30, 2015, at 08:39, Angela French wrote:
>
> I have the CSS and html below , but it is not displaying the image in the
> rendered page. The path to the image is correct and the image is there. Is
> my syntax correct in the use of the ::after?
>
> …
>
> p.studentredirect::after{
>
> That didn’t work. When I look at in IE developer tool (F12) it is showing a
> strikethrough on that style. I don’t understand why though.
>
> From: Tom Livingston [mailto:tom...@gmail.com]
> Sent: Tuesday, September 29, 2015 4:43 PM
> To: Angela French
> Cc: css-d (css-d@lists.css-discuss.org
On Tue, Sep 29, 2015 at 7:50 PM, Tom Livingston wrote:
>
>
> On Tue, Sep 29, 2015 at 7:48 PM, Angela French wrote:
>
>> That didn’t work. When I look at in IE developer tool (F12) it is
>> showing a strikethrough on that style. I don’t understand why though.
>>
>>
>>
>
> Would you have a link?
On Tue, Sep 29, 2015 at 7:48 PM, Angela French wrote:
> That didn’t work. When I look at in IE developer tool (F12) it is showing
> a strikethrough on that style. I don’t understand why though.
>
>
>
Would you have a link?
--
Tom Livingston | Senior Front End Developer | Media Logic |
ph:
That didn’t work. When I look at in IE developer tool (F12) it is showing a
strikethrough on that style. I don’t understand why though.
From: Tom Livingston [mailto:tom...@gmail.com]
Sent: Tuesday, September 29, 2015 4:43 PM
To: Angela French
Cc: css-d (css-d@lists.css-discuss.org)
Subject: Re:
Try changing
background-image:url("/_resources/images/circlearrow.gif") right no-repeat;
to
background:url("/_resources/images/circlearrow.gif") right no-repeat;
On Tue, Sep 29, 2015 at 7:39 PM, Angela French wrote:
> I have the CSS and html below , but it is not displaying the image in th
On Sep 29, 2015, at 6:39 PM, Angela French wrote:
> I have the CSS and html below , but it is not displaying the image in the
> rendered page. The path to the image is correct and the image is there. Is
> my syntax correct in the use of the ::after?
>
> p.studentredirect {
>f
I have the CSS and html below , but it is not displaying the image in the
rendered page. The path to the image is correct and the image is there. Is my
syntax correct in the use of the ::after?
p.studentredirect {
font-size:.8em;
}
p.studentredirect::after{
ba
On Tue, 29 Sep 2015 16:32:07 -0400, Crest Christopher
wrote:
>Must I need multiple types of the same font ? I only have one TTF !
Unfortunately, if you expect your font to be visible on multiple
browsers, yes, you do need the multiple types, because not all browsers
support all technologies, and
Must I need multiple types of the same font ? I only have one TTF !
Tom Livingston wrote:
On Tue, Sep 29, 2015 at 9:41 AM, Crest Christopher
mailto:crestchristop...@gmail.com>> wrote:
I meant the font-family property.
The font-family property on the MDN web site mentions to list th
On Tue, Sep 29, 2015 at 2:47 PM, Emeka wrote:
> Hello All,
>
> I use the below in my code , but I noticed that the element span is not
> position such that there will be standard alignment among all the span
> elements in a row. How do I do this? Please see example below
> You May Also Like ""
>
Hello All,
I use the below in my code , but I noticed that the element span is not
position such that there will be standard alignment among all the span
elements in a row. How do I do this? Please see example below
You May Also Like ""
http://satajanus.com/store#!/Arduino-Uno/p/44813133/category
On Tue, Sep 29, 2015 at 9:41 AM, Crest Christopher <
crestchristop...@gmail.com> wrote:
> I meant the font-family property.
>
> The font-family property on the MDN web site mentions to list the font
> names when using font-family for a given selector, for example;
> font-family: "","";
>
> While t
I meant the font-family property.
The font-family property on the MDN web site mentions to list the font
names when using font-family for a given selector, for example;
font-family: "","";
While the font face property you can list the name of the font and if
you're hosting the font, the URL o
Begin forwarded message:
From: Karl DeSaulniers
Subject: Re: [css-d] font-family declaring
Date: September 29, 2015 5:46:37 AM CDT
To: "CSS-D (css-d@lists.css-discuss.org)"
On Sep 29, 2015, at 1:59 AM, Philippe Wittenbergh wrote:
>
>> On Sep 29, 2015, at 12:27, Crest Christopher
>> wrote:
On Sep 29, 2015, at 1:59 AM, Philippe Wittenbergh wrote:
>
>> On Sep 29, 2015, at 12:27, Crest Christopher
>> wrote:
>>
>> When using @font-family is it placed within the rule as such;
>>
>> {@font-family {font-family properties} } ?
>
> Hmm, there is no such thing as a @font-family at-rul
> On Sep 29, 2015, at 12:27, Crest Christopher
> wrote:
>
> When using @font-family is it placed within the rule as such;
>
> {@font-family {font-family properties} } ?
Hmm, there is no such thing as a @font-family at-rule…
Do you mean the font-family property, which takes a list of font-fam
18 matches
Mail list logo