Questions tagged as 'css'

2
answers

I can not position list

Galera is not able to position the list with id sub1 using css, the other is positioning normal. I can not know why, can anyone help me? Follow the code below: <html> <head> <title>Menu</title>...
asked by 25.11.2016 / 01:44
3
answers

I can not center the text

I just got this css text animation on hongkiat.com: link I can not centralize the text at all. I put display: block, text-align: center, position: relative and margin: auto in everything, but does not center. I put a yellow background in...
asked by 08.01.2017 / 01:50
2
answers

Background does not work

I'm trying to apply the CSS below in a div to use a background, but it does not appear at all. HTML <div class="row background-1"> <div class="col col-2"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusc...
asked by 02.01.2017 / 00:28
1
answer

Copy value from one input to another

I'm needing that when I put any value inside input1, that value already appears in input2. Since both are on the same page, can you do that?     
asked by 31.08.2016 / 21:40
1
answer

File.CSS Only for a DIV, Is it possible?

Well, I'll probably take negative votes for this question, so I'll try to explain as much as possible, please try to understand and if you can not, please ask. Situation I have a page .html and in it, I have my file .css (...
asked by 02.04.2016 / 18:31
1
answer

Hide address bar on mobile devices

Is there any way to hide the address bar in mobile browsers?     
asked by 23.03.2016 / 15:23
1
answer

Show Loading Image in the Middle of the Screen

I have a form and typing the zip code shows a loading gif while I load the street, the neighborhood and etc. The problem is that as the user goes down the form, the loading gif does not appear because it gets stuck at the top of the form givi...
asked by 12.01.2016 / 19:11
1
answer

background-image css clickable. Has as?

How to make a background-image css clickable? Here is the code I have: position: relative; width:140px; font-family: Arial, Verdana; font-size: 15px; padding: 5px; background-image:url(../../img/buscar-icon.png); background-repeat:no-r...
asked by 10.12.2015 / 16:22
1
answer

How to show message on contact postback

I have a contact form where I send the information entered to my BD , I would like to leave a message to the user after submitting the form and I'm not having success, what I did was: I have div positioned above my form , l...
asked by 03.12.2015 / 18:22
2
answers

Resolving part of the page in arrears

The pages of a project that I have are having a strange behavior, when being called a page snippet is being loaded, apparently late, the code is this: <div class="page-banner no-subtitle"> <div class="container"> <div class=...
asked by 02.12.2015 / 19:09