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

2015-09-30 Thread Crest Christopher
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 [mailto:e...@l-c-n.com] Sent: Tuesday, September 29, 2015 4:57 PM To: Angela French Cc: CSS-D Subject: Re: [css-d] trouble with backgr

[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{

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

2015-09-29 Thread Karl DeSaulniers
ss-d (css-d@lists.css-discuss.org) > Subject: Re: [css-d] trouble with background-image in p::after > > Try changing > > background-image:url("/_resources/images/circlearrow.gif") right no-repeat; > to > > > background:url("/_resources/images/circlearrow.gif&quo

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

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

2015-09-29 Thread Angela French
[mailto:e...@l-c-n.com] Sent: Tuesday, September 29, 2015 4:57 PM To: Angela French Cc: CSS-D Subject: Re: [css-d] trouble with background-image in p::after > On Sep 30, 2015, at 08:39, Angela French <afre...@sbctc.edu> wrote: > > I have the CSS and html below , but it is not displ

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

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? > > … > >

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

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

2015-09-29 Thread Angela French
: [css-d] trouble with background-image in p::after 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 <afre..

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