Questions tagged as 'html5'

1
answer

CSS Effect: Floating label on Form does not work without attribute required

I'm using the floating effect on a form to move the label when the user clicks on input or select . The problem is that the feature only works if the required attribute is present. Which is a problem since not all fields a...
asked by 07.12.2018 / 18:33
1
answer

How to make the background white when I select saved logins on the login page [duplicate]

Good evening guys! I have a question that I can not resolve on my own. On my login screen, when I type the login, the input background continues the way I stylized it. But when I select a login that was saved, the input background return...
asked by 14.12.2018 / 00:32
1
answer

DIV resize after being clicked

Hello! I have a page with several DIVs. which are several different news. these DIV so in a size of 300px by 250px,  I would like to know how I can by clicking on any of these div it resizes on the screen and gets bigger, making it appear all...
asked by 01.12.2018 / 22:18
1
answer

Get DIV through a custom attribute [duplicate]

I have several DIVs like the one in the code below. <div class="col-md-10" ordained-field="0"></div> How do I get all by the attribute that I created ordained-field     
asked by 03.01.2019 / 10:32
1
answer

Stylize dots of a slide

I'm about to develop this screen with html and css and I needed to know if it's possible to create a slide with these dots or if it's done in another way the idea is to click on these links and it changes the background image would be a slide le...
asked by 03.01.2019 / 13:31
1
answer

CSS - Position: relative; VS Position: absolute;

Good evening guys, I'm having a problem about letting my site be responsive. What happens is this ... I have my menu, which contains 2 LI " ADD VALUE ," CREATE ROUTINE ". And I want to make them responsive, the NAV they are in, I was ab...
asked by 18.12.2018 / 02:32
1
answer

Bug using after pseudo-element on small screens

Hello, a curious bug appeared when I tried to make text with this effect: Theproblemisinsmallerscreens,thesecondeffectintheadipiscingelittextwillsimplydisappear,dependingonthesizeofthetwo,asshownintheimagebelow:   CHANGE:ByanalyzingIrealized...
asked by 09.10.2018 / 20:27
1
answer

CSS image gallery

I'm trying to make a gallery of images for a website, I got a demo that I found on the internet and I'm trying to edit it, but I'd like to modify it so that the images are merged, one left and one right, but not I found a way to do it. Can someo...
asked by 26.09.2018 / 19:27
2
answers

How to execute a function whose name is in the database?

I would like to know how to execute a JavaScript function by taking its name from the database. Example: data["nome_coluna"] // essa será a informação que estará no banco. (exemplo: somar();) // Aí o objetivo é executar essa função dentro de...
asked by 12.11.2018 / 20:22
3
answers

How to insert multiple arrays at the same time in the database?

I have a table and each row has 6 inputs that should be saved in the database as a product. The system has a button in HTML, which adds another line with 6 inputs, that is, by clicking on submit I need to save an indeterminate number o...
asked by 16.11.2018 / 17:36