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
-
0
votes2
answers2009
viewsChange background color
I’m starting to learn how to program, and I decided to create a App in intel xdk. That one App is a book that I wrote at a certain time, is a App very simple, but I wanted to add a button where when…
-
0
votes1
answer2080
viewsChange the background-image of the div according to the banner image
I need to create an effect on my slideshow that for each image displayed in the slideshow the background of div class="banner-backg" change the background-image. For the slider I’m using the…
-
0
votes1
answer41
viewsscript called once but turns two processes
I have here a script to test a function in the background. When I spin is launched two processes and I do not understand why. One stops at the "Sleep 20", and the other wheel eternally. #!/bin/bash…
-
0
votes2
answers109
viewsHow to associate a variable to an ID?
I have an integer array and need to associate this value to a given button, to change its backgound. If the array has the number "40", I need the "button40" to change color. and so on, until the…
-
0
votes1
answer1193
viewsHow to change the website’s background image dynamically?
So I wanted to make a bg-image if it changes dynamically the same in this example: http://www.goesenlinea.com/agus/ Background changes every 5 seconds. Does anyone know how ?…
-
0
votes1
answer78
viewsA Site as Background
Hello, you can put a website as backgroud using css, such as background:url("file://C:/logo.gif")? For example background:url("file://www.uol.com") ?
-
0
votes1
answer260
viewsError while trying to add an image as a button background
A few days ago, Android Studio indicated that it had updates that were available... I had already finished an application some time ago and it was ready to be published and Talz, only lacked the…
-
0
votes3
answers1702
viewsCreate button with border and gradient text
I need to make a button with the border and the text color gradient, but the button also has border-Radius. I have tried several forms here, but I did not succeed. What is the best way to make this…
-
0
votes1
answer92
viewsAdd Background to a Girdbaglayout
Good afternoon guys, I’m struggling here trying to add a background image inside a Gridbaglayout but I can’t. Some charitable soul could help me? Follows Code > package View; import…
-
0
votes1
answer209
viewsSet Wordpress Thumbnail as background
I need to put the Wordpress thumbnail as background in a div Currently has img even, using Loop::thumbnail()
-
0
votes1
answer35
viewsRemove cover or change, blogger
Hello, I’m having a problem with the blogger I’m doing for college, I wanted to remove this part see that written the name of the site, or if possible change to a cover of my. she is related here:…
-
0
votes0
answers39
viewsAndroid mode twelve does not return app in background
I have a problem that is this: My application sends the coordinates from time to time (I get this interval from Webservice). But the biggest problem is when the phone is turned off or even restarted…
-
0
votes1
answer214
viewsPage misaligned background (exceeding the limit)
I started programming a few days ago and I don’t know if the problem is in the code or if it’s the image that’s too big. Image exceeds page content and generates a horizontal scroll bar. See the…
-
0
votes0
answers19
viewsTransparent slider without background
How to make a slider with the transparent background without having to download the opacity of the slider at least? I would like the slider using only the background of the site as the figures pass.…
-
0
votes1
answer86
viewsChanging the background of a Section
Section has a set background how do I move the mouse in image 1 change the background of the current overlap Section, remove the mouse back <section class="modules"> <div…
-
0
votes1
answer65
viewsUpdate location from time to time when an application is running in the background
I have an app that should save the user’s location every 1 minute. I created a service running in the background that does this. While the screen is on and the application is in the foreground, it…
-
0
votes1
answer24
viewsHow to not leave so much unused space on the screen (Scroll bar so large)
I’m having a hard time getting the background right, because there’s a big part left and I didn’t want it to have the scrollbar so big at the bottom. If I change the width and height of .…
-
0
votes1
answer87
viewsMobile Phone Repair x Desktop
You guys, good night. I am early trying to set up my website. It is working perfectly in the desktop version and in the mobile version it creates a blank part. I’ve tried EVERYTHING to solve and I…
-
0
votes1
answer100
viewsA service that runs every day in the background on android
Good afternoon ! Perhaps my question does not fit the criteria perfectly because it is another question whether "it is possible or not possible". Here is the problem: I want to create an app in the…
android services background android-alarmmanagerasked 6 years, 7 months ago Eduardo Rafael Moraes 710 -
0
votes1
answer80
viewsChange Javascript iterative select background color
Hey, you guys. I’m having a hard time changing the background color of multiple selects iteratively. I can already change, but I have to manually specify the element index for this to happen. Here’s…
-
0
votes1
answer66
viewsMy footer is not at the bottom of the page in smaller screen
Good evening, I’m new to programming and I’m doing a simple project (to get a sense of the elements), but I’m having a hard time, come on: I have problem in the footer, where I do the responsive…
-
-1
votes1
answer152
viewsAnimation in background HTML
people I saw on a website the following animation in the background and would like to know if someone has her source code or something like .... follows the link of the site with the animation: to…
-
-1
votes1
answer220
viewsHow to Change a Background Image After a While
Currently I have a page with information, I would like after X seconds the image of the background of the screen changed to another preset (no loop, just change and do not return) I am beginner with…
-
-1
votes1
answer102
viewsIs it possible to change the color of a jtable cell of type Boolean?
I am trying to change the background color of certain Jtable cells, but when I change the color of a Boolean column it loses the format of a Checkbox and appears written "true" or "false". I want to…
-
-1
votes1
answer50
viewsThe background of my page mismatches with different browser window size
Good afternoon, I am making a page with HTML + CSS and I have the following problem: I am programming with the screen divided between the VSCODE and the browser, and set the background of the body…
-
-2
votes2
answers809
viewsHow to change background when changing screen orientation on Android
I’m developing an Android application where the background image is only cool when the phone is upright. I would like every time the user changes the screen orientation the background changes to an…
-
-5
votes0
answers21
viewsI’m trying to remove this white line between the dog’s nose and the cyan bottom, if anyone can help, I’d appreciate it!
* { margin: 0; padding: 0; Outline: 0; } html { font-size: 62.5%; } body { height: 100vh; font-size: 1.6rem; font-family: Comfortaa, sans-Serif; background-color: #f2f3f7; } header H2 { padding-top:…