Questions tagged as 'css'

2
answers

Apply CSS to a button

In the company where I work we have an ERP system, and I'm passing some things to the Web, but in the system there is an 'inside' button of an input that is already DataFlex language HowdoImakeitlooklikethis,ordoesitalludetobeinginsidetheinp...
asked by 17.10.2017 / 16:28
2
answers

Create button with octagonal border using only html and css

I need to create a button with octagonal borders as in the attached example, but I was not successful. I need a white border and the background is free so you can change color when you apply :hover . I count on your help, thank you....
asked by 19.01.2016 / 22:12
3
answers

Change marker color li

Hello I would like to know how I can change the color of the marker ball <li> via CSS. For what I read on the internet, so far I've only been able to do this using an image to replace the ball.     
asked by 26.02.2016 / 18:30
1
answer

How to do hover effect in SVG icon?

How do I make a :hover effect on an SVG icon? Example: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> .agenda { fill: cyan; } <...
asked by 10.01.2016 / 20:09
2
answers

Is it wrong to use! important to overwrite Bootstrap rules?

I recently studied Bootstrap and found that I can, for example, edit the background of a .nav-bar using !important in css. Is doing this wrong? Would I have any consequences on small projects? And big projects? If it is a wrong...
asked by 28.03.2016 / 20:51
2
answers

addClass () is adding class to a href="" instead of img src=""

Well, I need a link in the image and when I did, there is an error in my fade effect made with Jquery. I believe the error is in the misuse of next () . This fade will only work if the active class is added to img and not to the link! But b...
asked by 08.07.2015 / 21:39
2
answers

Transparent DropDown with bootstrap 4

Good morning, I have a dropdown menu (code below, which uses bootstrap, how do I make the background transparent, since by default it is white? In which CSS attribute do I move? <html> <head> <!---- importações -->...
asked by 26.11.2018 / 13:36
1
answer

How to adjust Background to fit inside container without cutting anything?

I have a pattern that repeats in both X and Y that I want to use as background in a div , but I would like it to fall within div as shown in the image. (I want you to have only full stars in the background) . I wanted the%...
asked by 02.10.2018 / 20:30
2
answers

Dashed line only css?

Does anyone know how to do this dashed line with just css? I already tried with pictures but I could not thank you!     
asked by 14.01.2018 / 02:19
5
answers

Event onclick in image

Is there any way to put an onclick event into image? I tried with a button and the call to the function is working, but I wanted to use an image. I tried something like: <a href="#"> <img src="imagens/search.png" onclick="oculta...
asked by 02.02.2018 / 13:17