Questions tagged as 'html5'

3
answers

Hide Elements in HTML and Jquery

I'm doing a questionnaire in HTML and Jquery, when I click on an image that contains a question that is inside a section I want that section to hide and the next section appears, with Jquery I make a selection of the classes that contain the sec...
asked by 17.04.2018 / 20:47
1
answer

How to achieve the YouTube page load effect?

I am creating a web system, and I would like to get my pages loaded as youtube, or codigofacilito, the footer and the menu or other sections remain the same, they do not recharge, only the main part and the url changes, I would like to achieve t...
asked by 28.12.2016 / 05:02
2
answers

Access the id attribute of an element selected by its class in js

my problem is next ... I want to access the ID attribute of an element but selecting it by its class, that is .. this is the element. <div class="capaClickeable" id="1"></div> select it with getElementsByClassName because the...
asked by 22.09.2017 / 23:03
2
answers

because the placeholder is not shown in my textarea

This is my html file: <!DOCTYPE html> <html> <head> <!--aquí van los metadatos --> <meta charset="utf-8"> <title>Ejemplo formulario atributos</title> <link rel="style...
asked by 06.04.2016 / 16:43
2
answers

Change a text using CSS

I need to change a text within a tag using CSS. I already try to do this: .course-media .quick-view .btn:before { display:true; content: ' Registrate ahora '; } But this nothing else adds a text before. Also try with after but add a...
asked by 16.08.2017 / 23:39
1
answer

Remove blank spaces [duplicated]

I need the menu to occupy the entire width so that those edges are not visible in white and also at the top. What simple solution exists? .menu { display: flex; background: #333; } ul { margin-top: 0; margin-bottom: 0;...
asked by 21.03.2018 / 20:03
2
answers

Hide radioButton with CSS

I have a problem in a css style since I have a radiobuttons code in the form of a button that when you click on it, the radioButton is selected but I could not hide the radiobuttons so that it only shows the label as if it were a button, this is...
asked by 27.03.2018 / 19:09
2
answers

Create a select depending on the selected value in another

I have this select , in which the option that are in disabled are the CATEGORIES and within those categories there is a letter with number. In this select I have ordered them but they asked me that when I select one of...
asked by 14.09.2018 / 14:40
2
answers

How can I create custom content from html5, css3, javascript in wordpress? [closed]

I am working in a company that manages a wordpress template called "the 7" which includes something called "wp bakery page" which is a plugin with which you can create content for a web in a very easy way, style wix ... however for design and us...
asked by 04.01.2018 / 01:56
1
answer

Apply CSS style to a selected radio button (checked) label

I have a problem working with CSS and HTML: using CSS properties I changed the style of the radios I am working with, but the problem I have is that they are not selected, to this I mean that the button is not selected. Believe (which is a radio...
asked by 03.07.2017 / 03:14