Questions tagged as 'html5'

1
answer

"Hide" a cell from a table

I was trying to make a simple layout in which the desktop version has a logo in the center of main-nav at the top of the page, flanked by navigation. Is using a table the best solution? I tried with DIVS, placing the logo with 1 absolute posi...
asked by 29.04.2016 / 00:30
2
answers

Script for side menu

Does anyone know of any script to make a responsive side menu similar to that of badoo? When viewing the site on a large screen device the menu appears with all the options and qd is on a smaller screen the menu hides showing only icons with the...
asked by 25.05.2016 / 19:07
4
answers

How to make a background cover on a separate div?

I'm making a website with side menu. 30% of the screen is the menu and the rest is the content. In the content div, I want to put a background image using the COVER method. I used the first one: link However, this method works perfectly...
asked by 28.12.2015 / 20:22
2
answers

Block special characters but allow hyphen

My code for blocking characters looks like this: $('#nome').on('keypress', function() { var regex = new RegExp("^[ 0-9a-zA-Zàèìòùáéíóúâêîôûãõ\b]+$"); var _this = this; // Curta pausa para esperar colar para completa...
asked by 06.11.2015 / 17:50
1
answer

Zoom effect in DIV

I need to make a similar effect to this page link . When you hover over the product (DIV) it has a zoomed effect and raised. I tried to do this: HTML <div class="row"> <div class="col-md-3 classe"> <img src="imagem...
asked by 10.05.2016 / 21:25
1
answer

How to Hover to Link and Icon at the Same Time

Good day, people. I have the following HTML code: <li> <a href="../navbar/" class="navbar-top user-color"> <span class="glyphicon glyphicon-user gly-user" aria-hidden="true"></span> ENTRAR</a>...
asked by 14.02.2016 / 16:54
2
answers

problems with HTML and PHP + MySQL [closed]

I'm learning the ninja arts of PHP and my code has been giving a little headache. <div class="container"> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <section class="painel novidades"> <h2>Novidade...
asked by 08.01.2016 / 16:37
1
answer

Template for children of a Wordpress post category

How do I determine the layout style for posts in a specific category? Is it possible to do this?     
asked by 08.01.2016 / 18:33
2
answers

I can not leave words next to form

I would like to leave a div completely aligned with a form straight horizontally. However, although they are side by side, the form is "descending" when it should be aligned horizontally. How can I solve this problem? Currently it looks l...
asked by 06.03.2016 / 22:27
1
answer

Why include html5.js file

I see that some sites include a file called html5.js, for what purpose do they include this? Something like this: <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]...
asked by 21.10.2015 / 15:33