Questions tagged as 'css'

1
answer

How to make a responsive image with css and html

What happens is that I have a page where I want that when the page is opened I only see an image and the menu, what happens is that I do it by placing the measurements of my monitor, but obviously not all Monitors are the same, how could I do so...
asked by 09.06.2018 / 08:16
1
answer

Autoplay another video when the original is finished

How can I do that when I finish playing the video completely another one is executed in autoplay mode. Something like in YouTube when you finish a video and leave you a few seconds until they execute another automatically. <video autoplay m...
asked by 11.06.2018 / 01:06
2
answers

Add or subtract the date with buttons in javascript [duplicated]

I'm trying to make a kind of daily agenda that can change the day. It turns out that clicking on the > or < instead of subtracting or adding a day to the current date (in days) takes it out in the part of the year. For example, today...
asked by 07.06.2018 / 18:46
1
answer

change of typography

I am a web design student, we have a project about a wine store. The problem is when I include the bootstrap.min.css (I'm using bootstrap 4.1.1) I change all the typography and I really do not know where I should make the changes, I need help se...
asked by 08.06.2018 / 05:16
1
answer

how to open an image in a popup

I would like to know how to open an image in a popup, in my code the image is shown correctly but what I want is that pressing a button like "see image" can visualize the image, is it possible to do it? <div class="starter-template">...
asked by 08.06.2018 / 06:21
2
answers

Problems with Forms of Bootstrap

How about friends, I'm doing some forms, but I have the problem that for some reason the elements inside my form are not "inside" at least in the view they do not seem to be, in my code they are but I do not know why the background of the form i...
asked by 15.10.2018 / 21:53
2
answers

Changes are not reflected [closed]

I have a strange problem since a few days ago I have saved the changes on a Hostinger server, both CSS and Javascript at the beginning when the changes were not reflected instead of removing the browser cache. What I was doing was entering direc...
asked by 16.10.2018 / 19:52
5
answers

Apply CSS to the first element of type th that is not hidden

I have the following problem: I need to make the left border radius of a table header be round on the left side. In principle I was going to do it by CSS telling him to apply the border radius to the first child, but it just so happens that i...
asked by 16.10.2018 / 13:48
1
answer

Is it possible to have a fixed element inside a div?

I wanted to know if there is a form with css or javascript so that an element can remain fixed inside a div with scroll without exceeding the div. The pages I've visited indicate that you can not. I hope you can help me I tried this page...
asked by 16.05.2018 / 20:46
1
answer

I need to go through all the icheck checkboxes

I have several checkboxes inside a table I need, go through the table row x row, and check if the checkboxes are selected or not, I use the icheck plugin to improve the appearance of the checkbox, but I can not manage this plugin and I do not kn...
asked by 17.05.2018 / 00:44