Questions tagged as 'html'

2
answers

Iframe does not support the "resize:" property in Mozilla Firefox

I have a function that directs the WYSIHTML5 plugin into a textarea, this plugin migrates the textarea to an iframe: <iframe class="wysihtml5-sandbox" security="restricted" allowtransparency="true" marginwidth="0" m...
asked by 10.11.2017 / 17:07
1
answer

How to apply hover effect (JQuery) to a specific group of classes?

I'm creating a web page that would look something like a store. The idea of this code is that, when hovering in the product.device, two other divs appear (one on the right and one on the bottom), and this effect needs to be done in JQuery / Java...
asked by 13.11.2017 / 01:48
3
answers

How to submit JQuery variable content to an html textarea?

I'm having a hard time sending the contents of a JS variable to a <textarea> (in a modal bootstrap) and with the XML formatting defined in the variable. Both JS and textarea are in the same html. The code is bas...
asked by 02.12.2017 / 21:14
3
answers

How to print only part of HTML? [duplicate]

To print a page I know I should use <button onclick="window.print()"> What I need to know is how to start a DIV? Ex: <div id="divtoprint"> //some code </div>     
asked by 25.11.2017 / 02:41
1
answer

How to create elements of a typehead in a div

I need to develop an input that returns information from the database, but this information has to be visible in a div on the right side of the page I tried a lot of things, but I did not get anything. My test page: <!DOCTYPE html>...
asked by 06.12.2017 / 18:51
2
answers

How to use before in CSS?

The image below demonstrates my expected result. In fact, I would like every time I instantiate the tags h1, h2, h3 in html, come to toast this stroke under the title. I was researching something similar to before, but I still have not had any r...
asked by 03.05.2018 / 20:20
3
answers

How to align content in td?

How do I align the contents of <td> within my table? I know that for horizontal alignment I use text-align: center; //text-aling está errado . I want it to be equal to Teste and Armas . <table class="ta...
asked by 07.12.2017 / 23:04
3
answers

How to use a text selector in html?

How can I make a text selector within HTML so that I can have options when certain text within a p tag, for example, is selected?     
asked by 08.05.2018 / 16:04
2
answers

How to put notifications in Title? [duplicate]

Following the example of facebook     
asked by 08.05.2018 / 16:31
1
answer

Remove "sticks" from a textarea

I have a textarea and would like to know how to remove these "scratches":     
asked by 14.09.2017 / 00:24