Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Css background image stopped working despite no code change

  • 10 replies
  • 1 has this problem
  • 17 views
  • Last reply by Moses

more options

My background image was working fine. Then, without me changing the code, it stopped working. The URL I referred to exists and ends in .jpg.

When I first load Thimble the background shows up for a split second, then disappears again.

Here is the code

       background-color:#051c1c;
       background-image:url("http://www.rosesandrattlesnakes.com/cssbg.jpg");
       background-repeat: no-repeat;
       background-size: cover;
       background-attachment: fixed;
       background-position: top center;
       color:white;
       font-family:'Trebuchet MS', sans-serif;  
       text-align:center;     
       padding:0; 

I tried removing the quotation marks. That didn't fix it. Tried removing www. That didn't fix it. Tried making the link https. That didn't fix it.

Also, hints doesn't work, whether the checkbox is ticked or not.

Gotta say Thimble kinda sucks. Sorry

My background image was working fine. Then, without me changing the code, it stopped working. The URL I referred to exists and ends in .jpg. When I first load Thimble the background shows up for a split second, then disappears again. Here is the code background-color:#051c1c; background-image:url("http://www.rosesandrattlesnakes.com/cssbg.jpg"); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: top center; color:white; font-family:'Trebuchet MS', sans-serif; text-align:center; padding:0; I tried removing the quotation marks. That didn't fix it. Tried removing www. That didn't fix it. Tried making the link https. That didn't fix it. Also, hints doesn't work, whether the checkbox is ticked or not. Gotta say Thimble kinda sucks. Sorry

Chosen solution

Shashank,

I don't have the issue. I'm just trying to mark this as solved so I can get this question out of the AAQ workflow.

Marking Jay's answer as solution

Pixeltiger:
If you still have the issue, respond back.

Read this answer in context 👍 0

All Replies (10)

more options

Sorry, its a bug. Mozilla Dev will solve this issue ASAP.

Thanks

more options

Issue resolved, Check it now.

more options

This issue is NOT resolved. Problem is still occurring.

more options
more options

It's working. For now. I give it 3 days before it stops working again. Thimble sucks

more options

Hello,

I am glad to hear that your problem has been resolved.

If you have not already, please mark this thread as solved by marking the solution.
This will help other users experiencing similar problems find help faster and more efficiently.

I hope you continue using our products and thank you for contacting Mozilla Support.

more options

I'll mark it as solved when I am convinced it has been permanently fixed.

more options

Hi pixeltiger,

Your last reply was on 4/3/14.

Can you verify whether or not this has been fixed?

Thanks!

more options

I have tried this and it works perfectly fine. I guess you might have no such issues now.

more options

Chosen Solution

Shashank,

I don't have the issue. I'm just trying to mark this as solved so I can get this question out of the AAQ workflow.

Marking Jay's answer as solution

Pixeltiger:
If you still have the issue, respond back.

Modified by Moses