Most voted "background" questions
Tag referring to the bottom of buttons, pages and the like, and its settings.
Learn more…77 questions
Sort by count of
-
8
votes1
answer113
viewsMaintain background in Drawingview
I’m needing an application to draw on a specific background, the code is working all right, but when I’m going to delete/correct a wrong line, it erases the background and the background should be…
-
6
votes1
answer525
viewsHow to place a Video inside a CSS Text? Is it possible to place a Video as a text background?
I saw this effect and I’m trying to put in a project, but I don’t know how to put a Video inside Text, I only got with images... Here I put an image as text background, but how do I put a video like…
-
5
votes1
answer152
viewsBackground with two colors
I would like to create a background with two colors at an angle of 45 degrees, but no transition. I did it this way: <?xml version="1.0" encoding="utf-8"?> <shape…
-
5
votes1
answer268
viewsHow to make filter Blur pick up the whole element. Prevent Blur from ending before the end of the element background
I have a div who is with filter:blur(), but I noticed that the blur means it is inside the element. What I mean is that when you reach the box-model boundary the image of background begins to…
-
4
votes1
answer627
viewsHow to adjust Background to fit inside container without cutting anything?
I have a Pattern that is repeated in both X and Y that I want to use as background in a div, but I’d like it to fit within the div without cutting on the sides as in the image. (I want them to have…
-
3
votes1
answer857
viewsHow to make a window transparent using Qt?
I’m developing a college job in Qt. I would like to make the background of my application transparent. I did some research and the function I found was: this->setWindowOpacity(0); Meanwhile, the…
-
3
votes1
answer1042
viewsChange background according to image
I’m needing to create an effect on my slideshow that for each image, the background of div color change according to the predominant color of the same. I searched the internet for a plugin that does…
-
3
votes1
answer934
viewsSlide of background images
I want to do a slide fadein/fadeOut with background images. I have this code that seems to be working except the background image does not change. Any hint? CSS: body, html { width: 100%; height:…
-
3
votes2
answers6243
viewsHow to make a CSS background gradient (gradient)?
How do I do in CSS with which three div have the background gradient (gradient) changing color green for yellow and finally blue, being the first from top to bottom, the second from left to right…
-
3
votes2
answers111
viewsThread in the background when the app is closed
How do I run a Thread with the application closed? That is, so that when the user turns on the device it starts without having to enter the application.
-
3
votes1
answer250
viewsExecute a method with the closed application "Service"
On Android it is possible to send notifications, make queries via http, execute methods, all through a Service without the user need to necessarily run the application, just the fact that the…
-
3
votes1
answer184
viewsAsynctask Android
I have a "Runnable" method that executes in a new Thread a certain method to update my list. Every time I call this "Runnable", I’m creating a new Thread, which for me is not very positive... How…
-
3
votes4
answers18367
viewsApplying opacity in a Background
I’m trying to apply opacity to my background image. I’ve tried using rgba, and the pseudo-class after. Is there any other way to apply this filter only to the image without affecting the content?…
-
3
votes1
answer434
viewsProblem with Background Image using Bootstrap 3
I’m having trouble displaying the background image when website is accessed by Chrome on smartphone, on PC usually displays (responsive). HTML: <!DOCTYPE HTML> <html lang="pt-br">…
-
2
votes1
answer369
viewsCSS several backgrounds
I have this code, and I don’t understand why it doesn’t work, what I wanted was to have two backgrounds one in the top center another bottom center. but it only works at the bottom and it’s not…
-
2
votes3
answers247
viewsBackground Reponsivo
I’m having doubts about how it makes the background responsive. This is the Background. This is how it’s getting at 1024px Wide. I am putting in the Background-Size 100% Width, I wish that when the…
-
2
votes3
answers7373
viewsHow to Rotate an Image in the Background?
How I’m sending in Image in sequence: I want to make this globe do a rotation, it’s a perfect circle representing a world globe. After figuring out how to rotate the background with CSS or not. I…
-
2
votes2
answers486
viewsHow to set an image at the bottom of the page?
I’m trying to run my project with a background image as follows: The image is in the way: webapp/Resources/libimagens/bg.png The CSS file is in the way: webapp/Resources/libcss/style.css Inside the…
-
2
votes3
answers21511
viewsHow do I insert an image as the background of a div?
I want to add an image as the background of a div, and for this, I am using the following code: <div class="container"> <div class="row"> <div class="col-xs-12"> <div…
-
2
votes2
answers1831
viewsProblem placing a background image in only one view
I have a small system in Angular where I have a login screen: But when I try to put a background image the result is not as expected: I’m doing it this way: <div class="background"> ../Código…
-
2
votes1
answer111
viewscover the background with the Y axis
I was wondering if there’s any way the image of background-image use the property background-size:cover; following the vertical axis. .i-church{ background-image: url(../../img/icones/Church.png);…
-
2
votes2
answers338
viewsBackground does not work
I’m trying to apply the CSS below on a div to use a background, but it doesn’t appear at all. HTML <div class="row background-1"> <div class="col col-2"> Lorem ipsum dolor sit amet,…
-
2
votes2
answers52643
viewsHow to make a background image fill the entire screen without losing image resolution
I have a part on my site where I need to put a background image occupying the entire screen, both wide and high. I managed to do this with css. .intro { display: table; width: 100%; height: 100%;…
-
2
votes1
answer64
viewsHow can I "unskew" the background image?
Good morning, I am no expert on this and I am tired of looking for a solution to counter the skew given to the main container. Basically all the solutions that I have been able to understand so far…
-
2
votes1
answer554
viewsHow to make a footer (footer) stay fixed after the Parallax effect?
I have this image and I would like to have an effect equal to option 3 (three) of this image, follows: DETAIL: could be option 2 (two) only I do not want the footer to pass to the area of the screen…
css twitter-bootstrap front-end layout backgroundasked 6 years, 6 months ago Rafael Souza Calearo 191 -
2
votes1
answer126
viewsFixed background, no resizing on keyboard
I have the following layout for color, set in background of LinearLayout: background.xml <?xml version="1.0" encoding="utf-8"?> <shape…
-
1
votes1
answer147
viewsProblem repeating background gradient
How can I make a background gradient repeat outside of the set position for the layout? Consider the following image: I needed to repeat the water green and the orange color, which are also…
-
1
votes3
answers522
viewsReceive backgroud-image attribute from a div
I’m trying to get paid like this: var obj = webBrowser.Document.GetElementById("senderscore").GetAttribute("background-image") but it returns empty. The field background-image of div contains a url.…
-
1
votes1
answer538
viewsGive ID to a Jumbotron
I have a few pages with a Jumbotron of the same formatting on each page. I need you to have background-image different on each page. How can I give an ID to each of these jumbotrons, so I can edit…
-
1
votes0
answers451
viewsHow to change the color of a Qtableview header background?
I would like to know how to change the background color of the headers ( horizontal / vertical) of the Qtablewidget object in Qt . I already know how to change all the headers together, using:…
-
1
votes1
answer17
viewsApp background
I wonder if there’s a way to make triangles with div’s that are responsive like the background of an app, or if it’s better to use a vector image. If you refer me to a website with veotorial images,…
-
1
votes1
answer113
viewsSet Linear background layout from String variable
I have a function that takes a number (in the String format) as a parameter and checks if it is between the numbers 1 to 5. Here is the function: if (fundo.equals("1") || fundo.equals("2") ||…
-
1
votes1
answer370
viewsBackground function - Android
Hello, I need to place an animation on the screen, it can only be visible for 10 seconds, after that time it disappears, and if the user clicks a specific button the animation comes back. Can…
-
1
votes3
answers682
viewsHow to change the properties of a directly imported image in CSS?
Let’s say you set an image as the background of a div as follows: #div { background: #111111 url(../imagens/imagem1.jpg) top center; background-size: cover; How do I change the properties of this…
-
1
votes3
answers1175
viewsBackground image problem in div
I have a problem in a div. Her name is <div id="content-homepage"> It turns out that this div has some contents inside (texts, titles and a button), and when I insert the image through the…
-
1
votes5
answers2851
viewsHow to put background-color on top of background-image
I need to put a div with a background-image background, and while hovering over it with the :hover, a background-color appears rgba transparente, and the background image does not disappear, it will…
-
1
votes1
answer18
viewsI have a problem with this slideshow
I’ve been trying to find the problem with you for a long time (note: I’m new to this area), it turns out that when the background changes the image, in a short interval it’s like a flash, and as I…
-
1
votes0
answers94
viewsMarcadores do google maps
I have a background with opacity . 5 above my map. I wonder if you have how to put the location markers on top of this background, or if you have a better way to do it (Not with position Absolute):…
-
1
votes1
answer83
viewsHow to assign an image that is on the screen as a canvas background
I have a canvas and I need to put how background an image that is already on the screen. Example: <div id="imagens"> <canvas id="canvas" width="600" height="700" style="border: 1px solid…
-
1
votes1
answer232
viewsChange site background with script according to time of day
I have this script that changes the background color of the site as the page is updated. <script> function random_bg_color() { var x = Math.floor(Math.random() * 256); var y =…
-
1
votes2
answers303
viewsSwap background image from Asp . Net MVC page dynamically
I’ve been doing some research, but I can’t get anything to say about it. I had done it before, in Web Forms, but in MVC I hadn’t needed it yet. I need to change the background image of the page…
-
1
votes1
answer3271
viewsHow to put a background image in my ion-content
I would like to add a background image at the bottom of my login Follow the html code of my login.page.html <ion-header> <ion-toolbar> <ion-title…
-
1
votes1
answer53
viewsWhy when I put float right the color of my background disappears?
I created a header, with a background, text and image. I want to leave the text on the left and the image on the right. I put the float:right but then the bottom ends up disappearing. .fundo1 {…
-
1
votes0
answers186
viewsHow do I keep background tasks running when the app goes to the background on Flutter Android?
I have an application for a (specific) company that has some tasks for the purpose of counting time, marking macros and generating notifications (electronic point type). When the app gets too long…
-
1
votes1
answer57
viewsBackground-image and background:linear-gradient
I’m trying to make a background with a curved effect, but to put this effect I’m using an image(image link: https://cdn.discordapp.com/attachments/800754994739150878/800893255343538186/wave.png) but…
-
1
votes2
answers55
viewsMake a background photo opaque/darken. Should I use pseudo element ::after?
I need to darken/or render opaque a background photo in the html header. I tried to use ::after in relative position by applying a rgba, but it is not working. What solution could I give in this…
-
0
votes1
answer193
viewsCreate a service together with the Ruby on Rails app
I’m developing a new project using the Ruby on Rails to communicate with a legacy system made in COBOL. This communication will be done through TXT files, that is, when I have to pick up information…
-
0
votes1
answer239
viewsDo not run autoplay video as bg on mobile
My website has as bg a video that is on autoplay. However, when you’re on mobile, I want this video to not run, leaving only on pause to display a background image. If I put display:none in CSS it…
-
0
votes2
answers302
viewsHow do I save the option chosen by the html user as a cookie?
I have a Javascript background change system on my site, and I want when the user chooses the background he wants, the background he chose to keep when he accesses the site again. Javascript…
-
0
votes1
answer2030
viewsHow to remove white space that appears only when reducing the window
I have the site divided by several sections in which the background is an image with effect Parallax, in full screen the site appears to me right, but if reduce the window appears me a white strip…
css twitter-bootstrap background parallax fullscreenasked 9 years, 4 months ago Laranja Mecânica 499