Questions tagged [cover]

219 questions
0
votes
1 answer

Multiple backgrounds in Safari

This code works for me in Chrome & FF but for some reason not in Safari. Safari should support it though. Safari reports there's something wrong with the syntax. This is probably true but I just can't seem to figure it out. .frontpage { background:…
sarukuku
  • 3
  • 5
0
votes
1 answer

Is there an alternative to "background-size:cover" for faster loading speeds?

I'm using Chrome and below is the code for my background image. This effectively makes my chosen background image cover the entire screen behind my other elements and also sets it to grayscale. It works perfectly, however I have identified that…
user2440477
  • 91
  • 1
  • 4
  • 10
0
votes
1 answer

Images covering text on mobile devices

I'm trying to get this site working for mobile devices: http://whitehallrow.com/ I decided to remove the blue ribbons and corresponding photos for mobile, as they weren't being displayed well. So I made new images that combine the two elements for…
Ben
  • 139
  • 6
  • 13
0
votes
1 answer

Minimal Cover with functional dependencies (database)

I think I understand a bit how to compute the minimal cover of a set of functional dependencies. But there's something I don't understand. Let's say we have these functional dependencies: H --> ABCD ABCD --> H B --> H CD --> H How should I…
0
votes
2 answers

Background-size: cover with jQuery

I am developing a Joomla website with a 100% width, which also is responsive. At the same time I'm using a slider (just fading effects) for showing more than one image, but here comes the problem. The first image (comes from the CSS background), can…
Xavi Alsina
  • 643
  • 1
  • 8
  • 24
0
votes
0 answers

JDialog onTop overlapped by another in a strange way

I am developing a Swing application with custom CSS rendering. As part of the system I use JDialogs as well, but I need to access certain components outside of the dialog (emergency buttons). For this I chose following method: all dialogs are…
0
votes
2 answers

Background-size IE8 with jQuery

I am working on a website which has a background on the full browser-size. I did this with CSS, and the CSS background-size property. But in IE8 this won't work. So I searched for a solution, and I thought I'd found 1. A jQuery plugin which adds the…
0
votes
1 answer

javascript/css cover inline-block

I have some text styled with the css display:inline-block attribute at the top of a webpage. I used this attribute because it accomplishes the layout goal I want. (The actual code is a bit more complicated than below and the block element enabled…
user1260310
  • 2,229
  • 9
  • 49
  • 67
0
votes
1 answer

How to get the cover photo of each facebook album using facebook android sdk

I am using facebook android sdk for accessing facebook albums. I've got the json that contains all the albums object. Want to get the cover photo of each album. This is the object: "id": "3486732467234", "from": { "name": "Persons Name", …
Tahreem
  • 205
  • 5
  • 15
0
votes
1 answer

Can i set the UIView image to cover like in css?

At the moment the UIView is set to scale to fit. Is there any way of setting it to fill the whole element and set it to centre?
0
votes
2 answers

Delete a page cover photo via open graph

I am trying to delete a cover photo of a page via open graph. Is this even possible? The cover was set with: https://graph.facebook.com/PAGE_ID?cover=IMAGE_ID&method=POST&access_token=ACCESS_TOKEN&no_feed_story=true And deleted…
0
votes
6 answers

If correct answer, body loads! Any ideas?

Guys I can't find a way to do this on my website. I need something the covers the entire website (can be an div with black background or an image, whatever) and a question comes up before the body loads. The person types the answer on an input and…
kathryn
  • 115
  • 1
  • 4
  • 15
0
votes
2 answers

Input inside form to cover all the background

Now I got the following page I want the orange button to cover all the white background,like here: Thanks!
Six Quads
  • 815
  • 1
  • 6
  • 7
0
votes
1 answer

How to create a fullscreen gallery that covers the ENTIRE monitor?

I'm starting out in web development so I know some HTML, CSS, JS and PH, and I need a photo gallery that has a button to go fullscreen and I need that fullscreen to COVER THE ENTIRE MONITOR, not just the browsers size. Do you know of any gallery…
-1
votes
1 answer

Problem with resizing the simple bootstrap cover template

i can't find a way to slightly increase the width of the bootstrap cover template. Increasing the size in the css to @media doesn't change anything. I guess it's very simple, but I can't figure out how to do it. Sorry for the incompetence!
Deborah
  • 35
  • 4
1 2 3
14
15