Questions tagged as 'html5'

0
answers

HTML and CSS: Insert span within Option Select

I'm trying to do the following Select: Itriedtodothis,butIcouldnot:HTML:<selectclass="form-control"> <option> <a title="Alimentação"> <span class="color" style="display: block; width:20px; height:...
asked by 04.01.2017 / 15:11
1
answer

Iframe does not work on android

Well, I'm creating a website, so I want to put it on automatically with the website, but it does not work on android.     
asked by 18.02.2017 / 20:51
0
answers

Height with min and max in percent x auto

I have div , and its Height is 90%, but if I decrease the height of the browser the content exits out of div , how can I prevent it from exiting div ? I thought I'd use height-min:auto and height-max:90% bu...
asked by 30.12.2016 / 20:37
2
answers

Undefined index: action when sending data from ajax to PHP

I'm having trouble sending my ajax parameters to PHP, giving me the error Undefined index: action in my logar.php file My ajax takes the user and password of the form in html and sends it to the file logar.php, in this file I instantiate the...
asked by 06.02.2017 / 01:36
0
answers

AutoReplace does not work using bootstrap fileinput

The idea is as follows: When selecting image, it will directly save to the database without using save button. Here's an example: link Follow the code: Html : <input id="input-705" name="kartik-input-705[]" type="file" multip...
asked by 11.01.2017 / 20:48
0
answers

Background in Toogle Navigation in the mobile version. The menu is not deconfigured but rather bottomless!

I have a template which in the mobile version is like the image below: HowcanImakethemenustayontopofthelogo?Belowthecode:<divclass="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse"...
asked by 28.01.2017 / 15:58
1
answer

Error installing plugin Font Awesome

So I've tried to do td, installed the icons in the right way as the site talks to do <link rel="stylesheet" href="font-awesome.min.css"> To add the icon I'm putting <i class="fa fa-address-book" aria-hidden="true"></i>...
asked by 28.01.2017 / 08:43
1
answer

FullPage.js + class="section"

I'm using JS FullPage to do the anchoring of the links, but each section is 100% tall, and sometimes it messes up something in my css, which sometimes gets a larger font size or wrong position . Would you like to know if there is anything simila...
asked by 28.12.2016 / 15:44
1
answer

Center the menu or 10% margin left without compromising resposivity

.nav-tabs { background-color: #ffff00; } .nav-tabs a { color: red; } <ul> <li role="presentation" class="active" ><a href="index.html">Home</a></li> <li role="presentation"><a href="p...
asked by 18.01.2017 / 16:18
0
answers

How to fix image resizing for lightbox?

I'm trying to make that lightbox work on my site, but the images do not resize to their original size, as you can see below: WhatcanIdoabouttheproblem? function openModal() { document.getElementById('myModal').style.display = "block"; }...
asked by 21.12.2016 / 02:58