Questions tagged as 'css'

2
answers

Text always same position on img and with proportion to the image in html and CSS

I'm doing tests with text positioning on an image. I have this: This I get with this code. In html: <main> <div class="caja"> <img src="smartphones.png" alt="" > <div class="texto">...
asked by 13.11.2018 / 23:16
1
answer

How to align my input checkbox with my paragraphs within a modal?

I've been trying for a while but it does not work out in any way. I tried with labels, with paragraphs, but I can not make the checkbox appear next to each of my paragraphs (which are the likes of ice cream) I need to add a checkbox as...
asked by 21.11.2018 / 20:22
1
answer

help with jquery

I have the following problem: <div class="slider"> <div id="slides" id="banner"> <img class="slide active" src="img/slide1.png"> <img class="slide" src="img/slide1.png"> <img class="slide"...
asked by 18.11.2018 / 05:41
1
answer

Problem with anchors in HTML

I have a menu which when clicking on a link that takes me to a specific section of the page, the problem is that it is not displayed correctly, that is, it should show me the title of the section when doing click on the link and not the content....
asked by 12.11.2018 / 21:45
1
answer

How to show elements outside a modal?

I hope you can help me with this problem that I have with the styles I am trying to put a div out of a modal but I hide it, As I can show it try to do it with overflow: visible but it did not work as I can solve it? I leav...
asked by 12.11.2018 / 22:41
1
answer

Can a table be made responsively?

I have a small form of clients in which I have to accommodate the data of a normal client (name, phone number, address, email, residence), and I have not been able to make my form 100% responsive and at the same time have a good order of design,...
asked by 04.11.2018 / 06:47
1
answer

like about putting a div with css and that only part of this div can be seen

hi how I have a doubt about css and how can I achieve the design that I am asked to show the green and yellow part the div that is inclined I do it with transform: matrix (); but what I do not know is how to hide the red part the result...
asked by 04.12.2018 / 01:01
1
answer

Change color to the figure does not take it, canvas

As you can see, I take the color but it does not apply to the figure itself, if you can lend me a hand I would appreciate it. I leave the code below. $(function() { let miLienzo = document.getElementById("myCanvas"); let lapi...
asked by 04.11.2018 / 01:03
1
answer

Problem to round edges of an html table with css

I can not round the edges of an html table, I just want to round the two upper edges but it's impossible for me. This is what I am using: .ejemplo { border: 1px solid #a7a7a7; border-radius: 5px 5px 0px 0px; -moz-border-radiu...
asked by 16.11.2018 / 15:50
1
answer

Change background color of a div

I am trying to change the background color of a div from javascript through a select in which the client already has the colors defined for each report. function myFunction() { document.getElementById("boxColor").style.backgroundCol...
asked by 25.10.2018 / 05:58