Questions tagged as 'css'

1
answer

Upload ThumbNail

I have a field to upload in an HTML form, I would like to know if it is possible to put a predefined thumb, with uploads of images I know to make a thumb showing the image that is being placed, but for example, if a PDF file is uploaded from t...
asked by 10.08.2017 / 15:40
1
answer

Written button on top of the other

I have this button, I would like to add two words in it, but displaying one on top of the other, I already tried to use <br> between them but it is like creating another button, I would like a button with the proportions that are th...
asked by 04.09.2017 / 22:20
1
answer

Text and image do not change color

I have a few buttons that when I move the mouse, the background will turn orange but the text and the image will not change. Only when I step on top of the image does it change. I would like it to change as soon as the div becomes orange....
asked by 15.09.2017 / 17:22
1
answer

Hide Div in IOS

I have a redirect button for whatsapp on my site that does not work on ios, would I have some way to hide it just for that OS? In case it is inside a href in html, it would suffice to hide it when the user is using iOS.     
asked by 15.09.2017 / 17:19
1
answer

Change 'class' when changing view

I'm using bootstrap and angular I have a nav: <ul class="nav nav-tabs nav-justified" ng-model="activeVar" style="margin-top:50px;"> <li role="presentation"><a value="overview" ui-sref="main.admin.shops.si...
asked by 02.08.2017 / 13:48
2
answers

Name on the image when mouse passes css

I need to put the image name on it when the mouse passes. The same effect we have using the: hover when the mouse goes over. I want to make the name of the image appear, put bold, font size, etc.     
asked by 21.07.2017 / 04:41
1
answer

Remove border that appears in Chrome and Firefox browser

How to remove border that appears in Chrome and Firefox browser. Already in the browser Edge does not appear. .fa-admin { font-size: 23px !important; line-height: .75em; vertical-align: -15%; position: absolute; } .avisosAd...
asked by 25.07.2017 / 16:56
1
answer

How not to affect next elements of the same tag

I have a horizontal menu with multiple elements <li> . But passing the mouse on the last item, that is on the last element <li> - "Services", opens another list of items that also contains elements with the li t...
asked by 26.07.2017 / 19:25
2
answers

Auto-Complete with the bank's values in text-type input

Good evening, I need a code that when typing in the input the user will see suggestions below that should be the values pulled from the bank. <input type="text" id="pesquisa" name="pesquisa">     
asked by 27.07.2017 / 03:22
1
answer

What is the best method of loading JS files? [closed]

I'm trying to work with the form code that gives me the greatest possible use of what was written, so for every feature I'll need to do in javascript / jQuery I control the individual version of every thing with git. / p> Controlling this indi...
asked by 04.08.2017 / 18:54