Questions tagged as 'html5'

3
answers

How can I rename the name of a tab element in materializecss?

Hello Stackoverflow people, I hope you have a great day. I'm working on a project and I have to use the tabs elements of the Materializecss framework (a material design framework). Basically I want to achieve the following behavior in the tab el...
asked by 26.12.2017 / 04:43
2
answers

hide and show button if the type="file" is empty or not

Good morning, I'm trying to show and hide the delete button if the file is empty or not and I do not know how to do it, I think it's a show and hide, but I'm not sure HTML <div style="margin-left: 225px; margin-top: -65px;" id="carta_nom...
asked by 08.11.2017 / 10:11
1
answer

Save HTML tags on sql server and read them

When I save some line break tags in a text on the sql server, that parameter I read it through a service and I save it in a ViewBag. When displaying it in HTML, the text is shown with the tags. For example: Hola esto es un texto <br /...
asked by 10.10.2017 / 14:45
2
answers

Validate that date and time are not less than the current datetime-local input

I have a datetime-local type field in a form, and I need that the entered date and time are not lower than the current ones. Is it possible to do that? I tested with the min attribute of html5 and assigned the current date and time to avoid bein...
asked by 03.10.2017 / 16:28
2
answers

Table that does not load with php

I have a page where the intention is to upload a series of messages received by a user. For that in the principle of loading the page I do the following: <?php $conexion = new Conexion(); $sql = "SELECT id, fecha_hora, remitente, asunto FRO...
asked by 04.08.2017 / 17:10
1
answer

Organization chart with html5 and css3

I have this code, which is an organization chart .organigrama * { margin: 0px; padding: 0px; } .organigrama ul { padding-top: 20px; position: relative; } .organigrama li { float: left; text-align: center; lis...
asked by 30.10.2017 / 15:30
1
answer

How can I put the opacity attribute on an element without affecting another element that is inside?

What I try to do is put the opacity on an element that has another element as a child, but if you add it to the parent element the child element inherits that opacity and I do not want that. I want to make them contrast, so that the child loo...
asked by 23.06.2017 / 03:50
1
answer

Convert a logIn to logOut after login (without changing page)

I have an html page and what I want is that when logging in on the same page, the logIn link is hidden and the logOut appears. How could I do it? <div id='page-wrap'> <header class='main' id='h1'> <span class="right"><a hr...
asked by 13.11.2017 / 20:14
1
answer

Using the directions service with SearchBox Google Maps API?

I'm working on a project with the Google Maps API, I've been guiding myself with this Example that gives the same page of the API " Place Autocomplete and Directions " Try to do mine by guiding me by example, replacing class Aut...
asked by 26.04.2017 / 07:06
2
answers

How to move a form to the right area of the screen

Hello friends and been looking for about this problem that confuses me a lot because I'm starting with this why I'm sorry if the code is not quality. My problem is that I have to move a contact form but in reality nothing comes to mind on how...
asked by 09.04.2017 / 23:30