Questions tagged as 'html5'

2
answers

How to create a panel that displays / Hides fields using Html / Bootstap / JavaScript

I need to implement on a screen a search panel that needs to appear when I click the (Advanced Search) button and inside this panel should have a "Close" button that, when clicked, will hide the same ... How do I do that? // Hidden Dashboard...
asked by 05.07.2018 / 14:48
1
answer

How to Overlap one Image with another?

I'm having trouble positioning one image after another without using position absolute/fixed . When using divs instead of imgs, if you apply float:left , it stays in context above the other divs, overlapping with other divs, but with...
asked by 04.07.2018 / 15:34
1
answer

Align lists of different sizes in the div in Bootstrap

I have some lists that are fed through a query to the database, that is, the amount that will show is uncertain, however I limit to show up to 5 records per category. How are you? Alistisoccupyingthe"space" of the other and so I want to b...
asked by 03.08.2018 / 14:51
1
answer

Text larger than the button

I have a problem that I can not solve. I made an accordion, as in the image below using bootstra 4, the desktop version of it looks like this: Butthemobileversionofthetextgetsbiggerandendsupextrapolatingthelimit,Itriedtouseoverflow-x,butther...
asked by 21.08.2018 / 16:18
1
answer

Create a div with links to social networks

Hello, good afternoon. I would like a help to create a div with 3 images for social networks, but I would like them to be divided equally, as in the image below: SofarmycodeHTMLandCSSlookslikethis:<divclass="footer-img"> <div...
asked by 30.08.2018 / 19:39
1
answer

How to get the first and last class parent of a div contained within a TD via CSS / SASS?

I would like to know how to get the first and last parent of a class set (.date) that is contained in a div within an element. Here is an example code sequence: <table> <tr> <td>Nome</td> <td&...
asked by 27.08.2018 / 16:05
1
answer

SVG image upload optimization

I'm creating a site that contains several SVG images. I've tried to create a sprite with some images and embed it right in the CSS (background-image). After searching for several days, I could not find any solution to improve image loading th...
asked by 27.07.2018 / 21:17
1
answer

Animated Banner with HTML5

Good afternoon, I received a request to create an animated banner in HTML5. I created the banner using HTML and CSS, and it worked correctly. The client was trying to implement on his site, which is probably in wordpress, and did not work. Could...
asked by 06.09.2018 / 20:56
1
answer

Image does not float with bootstrap 4

I'm trying to make the image stand next to content on devices larger than large but this does not happen: Follow my code: <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 mt-5 flo...
asked by 11.09.2018 / 13:25
1
answer

Assigning value to a specific input

Good morning person, I'm having trouble making a code. I have several Inputs that are dynamically created. I need to get the ID of the specific element to change its value. EX: I have the following fields: Days, Absences, Vacancy, Licen...
asked by 10.07.2018 / 14:10