Questions tagged as 'css'

1
answer

Bootstrap Responsiveness - Problems with Grid

Hello, I am developing a website and I need to fix this piece so that it stays that way in the mobile ButifImakeachangetogetgoodatlowresolutions,itendsupspoilingthelargerversions.Hereisthecodeforthispiece:<divclass="row"> <div class...
asked by 08.09.2018 / 06:55
1
answer

Modal problem

I'm trying to use the modal bootstrap to change the information of the table names, but when I call the modal happens what is appearing in the image, it is superimposed behind. I'musingGoogle's link as the main theme, and I've already ident...
asked by 04.07.2018 / 14:13
1
answer

How to adjust image in the container

I have a 1220x780 image and I want to put it in a 341x192 container, how do I make it appear adjusted, centered, in "miniature", I'm using max-width: ; max-height:; width: auto; height: auto; But it does not fit horizontally     
asked by 25.06.2018 / 19:31
3
answers

Align these images and HTML and CSS texts in the "correct"

I have to do my TCC and in one of the pages I have to align an image, an icon and a title one over the other (photo), I can do this but with many codes that I deem unnecessary for something simple because I know you can do with little and in a m...
asked by 11.07.2018 / 04:36
3
answers

Click Dynamically Generated ID

Good evening! I have a remove button that is generated via Jquery. I would like to know how to click this button via pure Javascript. I have tried to diversify the way the button is not seen in the source code, only when I inspect. $...
asked by 11.07.2018 / 22:10
1
answer

How to put two forms side by side?

Good afternoon! In a PHP file, you have an HTML form that contains a table and a submit . It also has a second form with another table and a 'submit'. How to put the second form next to the first one and the third table have to stay bel...
asked by 11.07.2018 / 00:05
1
answer

Background problem with Iphone 6, 7 and 8

I created a layout and my background image is not showing up on Iphone 6, 7 and 8.Trying locally for Chrome appears quietly, but when testo on the Iphone 8 it disappears getting only the background color. I already tried to change background-pos...
asked by 12.06.2018 / 17:27
2
answers

How to overlay two sets of div's using CSS?

Hello everyone! I'm running a small project, it's a memory game. My idea was to create a div (which is the letter) and within that div put two other divs (which are the front and back of the letter). But when I stylize the front and back I can n...
asked by 01.06.2018 / 02:52
1
answer

Bootstrap - Update only one of the div (Menu)

I'm starting a project with bootstrap and would like to update only the div class = content when selecting any menu option. How do I do it? Follows: ├── html files │ └── index.html Src/ ├── pages/ │ └── form1.html │ └── form2.htm...
asked by 25.05.2018 / 21:15
2
answers

Stop CSS animation after interaction

In the button below, I added a pulse animation to get the user's attention. I would like it after the user presses it, the animation stops. I was able to make the animation stop when the cursor is over the button, but even after pressing it th...
asked by 12.07.2018 / 15:14