Questions tagged as 'html'

0
answers

Problems with iFrame and X-Frame-Options Header

I was starting a simple project but when I use <iframe> a problem occurs, the problem of the page that I'm requesting does not appear. I did a search on the subject and found some people talking about X-Frame-Options Header...
asked by 24.09.2015 / 04:11
1
answer

Problem with slideshow css

I want to leave the slide with the format of the image below. I add display:block to the images in my slideshow, but, it does not work! HTML:<divclass="slideshow"> <div class="slide"> <div class="slide-1">...
asked by 09.09.2015 / 19:32
0
answers

Audits Google Chrome - Control and elements should have labels

I ran Chrome Audits and alarmed in accessibility that my inputs do not have labels, but esotu using placeholder, what do you think? I believe this accused error is not real, what do you think? <div class="col-md-6"> <input name="name"...
asked by 10.09.2015 / 06:48
0
answers

Hover in thumbnail change image in larger div

I have 2 div, a smaller div than the thumbnail and another div major , which after the hover effect I want to increase the size of the image in this div and superimpose the text that is in it, eg: Without the Hover: Duringthehover(Whenmovi...
asked by 23.10.2015 / 00:25
1
answer

Pass values from one form to another

I started learning code a short time ago and created these two forms in HTML, in which I need to get the values that were filled in the first form, and pass them to the second one. How can I do this? 1st Form: <html> <form>...
asked by 22.10.2015 / 00:11
1
answer

Uploading image

How can I upload an image, and then display it on another page, without a database, for example I have a form on my "home" page, the person uploads the image, when the image appears on the "images" page     
asked by 17.10.2015 / 16:36
0
answers

Problem using InteractJS

I have a problem trying to use the InteractJS library as a library. At this moment my code , as you can see, is invoking the necessary files for the correct execution of the example: / p> <link href="css/drag-drop.css" rel="stylesheet"...
asked by 30.08.2015 / 17:06
0
answers

Custom jquery mobile intel xdk icon

I can not put a custom icon in my header! Can anyone help? html: <a data-role="button" class="icon-myicon" data-icon="myicon"></a> css: .ui-icon-myicon{ background-image: url("icons/IconMenuPrincipal.png"); }     
asked by 20.08.2015 / 05:03
0
answers

Fieldsets are breaking in Chrome but not in IE

I have Fieldsets that when displayed in Chrome , they appear one below the other, which should actually be next to each other. This, to appear side by side, only happens in IE . In Chrome , it breaks every layout. Below...
asked by 11.09.2015 / 15:36
2
answers

HTML Tag in Helper Razor

I have HTML code: <label class="labelinput">Nº Compra<em>*</em></label> Moving on to Helper ran as follows: @Html.Label("Nº Compra:", new {@class = "labelinput"}) But I could not add the <em> tag to...
asked by 11.09.2015 / 15:35