Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Angela French
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

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Philippe Wittenbergh
> 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{ >

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Karl DeSaulniers
> 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

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Tom Livingston
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?

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Tom Livingston
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:

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Angela French
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:

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Tom Livingston
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

Re: [css-d] trouble with background-image in p::after

2015-09-29 Thread Karl DeSaulniers
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

[css-d] trouble with background-image in p::after

2015-09-29 Thread Angela French
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

Re: [css-d] font-family declaring

2015-09-29 Thread Freelance Traveller
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

Re: [css-d] font-family declaring

2015-09-29 Thread Crest Christopher
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

Re: [css-d] How to set the correct dimension

2015-09-29 Thread Tom Livingston
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 "" >

[css-d] How to set the correct dimension

2015-09-29 Thread Emeka
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

Re: [css-d] font-family declaring

2015-09-29 Thread Tom Livingston
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

Re: [css-d] font-family declaring

2015-09-29 Thread Crest Christopher
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

[css-d] Fwd: font-family declaring

2015-09-29 Thread Karl DeSaulniers
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:

Re: [css-d] font-family declaring

2015-09-29 Thread Karl DeSaulniers
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

Re: [css-d] font-family declaring

2015-09-29 Thread Philippe Wittenbergh
> 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