Questions tagged as 'css'

2
answers

Can not set property 'onclick' of undefined [duplicated]

I have this code and I get this error Uncaught TypeError: Cannot set property 'onclick' of undefined when I click on opening the modal I get the error, but I give it another click and it will be done with the error, but the idea is...
asked by 07.11.2018 / 19:09
1
answer

Modify a pseudo element with jquery

Does anyone have any idea how to modify a pseudo element with jquery? In a menu bar of a web page, add pseudo elements to underscore the button when hovering, but I want to keep the button on which it is currently underlined. When doing...
asked by 22.11.2017 / 17:21
3
answers

Know which buttons were pressed [closed]

I need to do something like this: Where D L M X J V S, are buttons that when pressed are pressed and then when pressing the Add button I know which ones were pressed, they would be similar to the checkboxes. Greetings!     
asked by 11.09.2017 / 16:13
2
answers

Alter child element when hovering in father

I need to make hover on the div with class="item" the image make the transition that is set. As I have it, the image only "transforms" if I do hover in it but not if I do it in the div. I've seen this other question:...
asked by 02.02.2018 / 13:27
2
answers

Question about web structure

I wanted to structure this page well in html, would it be all sections you would say? What on the left would be aside or just a nav? I want to see the structure well and I'm new to this, thanks ...     
asked by 13.01.2018 / 15:48
3
answers

Event click on just the element clicked

My problem is the following, I need that when clicking with an mouse on an html element, the click event is executed only on the element clicked and not that it is executed in the other elements that share the same call. I could n...
asked by 22.11.2017 / 17:58
4
answers

Page loses styles

Someone could help me guiding me on how to know which is the problem for which my page loses the css style ... is a news page that I am creating, uploads data through Ajax when doing scroll until the end, infinite scroll type, it worked fine, bu...
asked by 18.11.2017 / 19:49
1
answer

TD fixed in ng-repeat

I have the following: my app.css .fijar-headcol { position: absolute; background-color: white; display: flex !important; width:100px; } my index.html <div style="height:500px; overflow: auto;"> <tr ng-repeat="dat in...
asked by 19.11.2018 / 10:29
2
answers

How can I remove these white bits from my website?

Although I can not see the styles of your code well, I know why it does not work for you, the% HTML tag% handles some default margins which if you remove them will be the solution to your problem, the margin from above if I visualize solved the...
asked by 29.11.2017 / 17:49
2
answers

Achieve this effect with CSS inputs

this time I need to do the following effect; where the part of the numbers can be edited by the user, and USD -EUR are a kind of placeholder that are fixed and never deleted, one of the important details is the central line that...
asked by 20.06.2018 / 09:35