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>
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>
> 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]
>> 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/
>>
>
>
>
> --
> 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