Questions tagged as 'html'

1
answer

MySQL query loading table with browse button

I'm in need of a help. I need to make a Search button, pick the parameters of some selects (combobox) and update a table below the filters. But I'm not sure how to do this, to press each click on the button. Here is the code I've alread...
asked by 17.10.2014 / 03:24
2
answers

Pass parameter (a list object) from View (type List) to Controller. Asp.NET MVC

I have a View of type "List<SimpleUser>" and I want to pass to my controller the object that is in my foreach, however this is arriving null being done as follows: View: @{ ViewBag.Title = "Dashboard"; } <!-- search for...
asked by 02.06.2014 / 07:51
2
answers

How to use css calc () on safari?

The calc () on safari is not working. I tried to put the prefixes and it did not work either. Does anyone know a solution? I'm using this way: #myDiv{ width: calc(100% - 160px); width: -webkit-calc(100% - 160px); wid...
asked by 07.03.2014 / 15:40
3
answers

Service to resize images uploaded to a WordPress site

I have a WordPress site which has a bigger headache for resizing images, and I think a PHP script that resizes images is not the solution for me. Every publication involves about 3 images, it is very tiring to create multiple resizing; is the...
asked by 08.06.2014 / 06:56
2
answers

How to hide iframe when entering site

Personal I have a code <div class="box"> <button id="showr">Mostrar</button> <button id="hidr">Esconder</button> <div> <iframe width="420" height="345" src="http://www.youtube.com/embe...
asked by 26.12.2014 / 13:42
2
answers

Remove all tags within a contenteditable

I want to prevent the formatting of text from a website and for this I need to remove all tags (except <br> ) inside a text box if someone thinks of pasting some content from some other site An example to not be confused: var te...
asked by 21.12.2014 / 22:18
2
answers

Multiple attribute of tag select does not work

Attribute multiple of tag <select> does not work, you can only select a single option. I'm using Chrome. <h4>From</h4> <div> <select name="sites-list" size="7" multiple> <o...
asked by 19.12.2014 / 22:49
2
answers

Float :; not working CSS

I want to align these blocks horizontally, but the use of float :; not responding, what error am I making? .fl > div{ float:left; } div:nth-child(1){ position:relative; width:300px; height:300px; background-color:#066;} div:nth-ch...
asked by 19.06.2018 / 03:01
1
answer

P closing before the / P tag

I have the following code to generate an owl carousel inside a div of the site I'm developing, but I'll see in the html the <p> tag closes before the carousel div, leaving the layout totally wrong. Below is the code that is present...
asked by 01.01.2018 / 18:04
2
answers

How do I get this effect in a progress bar?

How to make this effect in the text inside the progress bar where the text changes color according to the fill of the bar, and when the bar reaches the text, only a part of the text changes color? Noticethatwhenyou'rein50%halfthetextcolortur...
asked by 10.01.2018 / 22:34