Perfect - thanks so much!

This is my final code in case it might help anyone:

&:after {
content: "";
background: url(images/build/tabs-home-balloons.jpg) right top no-repeat;
height: 115px;
position: absolute;
right: 30px;
top: -54px;
width: 123px;
}

--
Debbie

On 3/3/2015 10:55 AM, Ryan Reese wrote:
Apologies for the second message. Firefox does consider what you had to
be invalid CSS. Tested it to confirm.

However you'll probably also need to give width/height in your CSS to
allow dimensions for the balloons after you apply the fixes in my
previous e-mail.

I'm out! Sorry again.

On Tue, Mar 3, 2015 at 12:48 PM, Ryan Reese <sportsdude.re...@gmail.com
<mailto:sportsdude.re...@gmail.com>> wrote:

    Why are you not just doing content:''; and then setting it as a
    background image?

    Content is not the same as a background image. It looks like you
    meant this.
    .responsive-tabs-wrapper:after {
      content:'';
       background: url(images/build/tabs-home-__balloons.jpg) right top
    no-repeat;
       position: absolute;
       right: 30px;
       top: -54px;
    }

    On Tue, Mar 3, 2015 at 12:46 PM, Philip Taylor <p.tay...@rhul.ac.uk
    <mailto:p.tay...@rhul.ac.uk>> wrote:




        Debbie Campbell wrote:

            Don't know what I'm doing wrong here...


        17 HTML errors would cause me to look at my HTML before
        wondering why my CSS does not work as intended.

        Philip Taylor

        
__________________________________________________________________________
        css-discuss [css-d@lists.css-discuss.org
        <mailto:css-d@lists.css-discuss.org>]
        http://www.css-discuss.org/__mailman/listinfo/css-d
        <http://www.css-discuss.org/mailman/listinfo/css-d>
        List wiki/FAQ -- http://css-discuss.incutio.__com/
        <http://css-discuss.incutio.com/>
        List policies -- http://css-discuss.org/__policies.html
        <http://css-discuss.org/policies.html>
        Supported by evolt.org <http://evolt.org> --
        http://www.evolt.org/help___support_evolt/
        <http://www.evolt.org/help_support_evolt/>




    --
    Ryan Reese




--
Ryan Reese
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to