Questions tagged as 'html'

4
answers

Change image with hover CSS

I have two images in html and both are in the same place on the page. What I want to do is touch the hovered images. I hidden an image with display: none and when hover the display is block, but it is not working. Any ideas? .left_corpo .resta...
asked by 20.05.2016 / 10:21
1
answer

For external or internal HTML performance (Bootstrap-Modal)

I am building a page which will be accessed by a considerable amount of users (5 thousand / day) and as some hosting services charge by mass of data transferred others by the number of requests, this raised me a question: It is better to encapsu...
asked by 27.12.2014 / 18:01
2
answers

PHP - Getting all images from a directory and generating in HTML

I have a project and there are several folders containing image files belonging to the gallery: I need to optimize this by getting all the images from a given directory and generating them in HTML. Basically, the project receives the director...
asked by 03.01.2015 / 15:32
1
answer

HTML "script" tags receive exclusive "thread" for each one in the browser?

If separating JavaScript processes into tags <SCRIPT> are worth for individual processing of each schedule, or does the browser put everything together in a single process? Does anyone who really understands operating system an...
asked by 30.12.2014 / 12:13
1
answer

Apply limit function in all textareas

I am imposing limit of characters in my textareas manually with this code: <textarea onKeyDown="limitText(this.form.message,this.form.countdown,240);" onKeyUp="limitText(this.form.message,this.form.countdown,240);"></textarea>...
asked by 12.12.2014 / 23:44
1
answer

How to remove sidebar with CSS or otherwise?

I'm applying an example from a book I'm reading. only that of formatting with CSS the page displays in addition to the natural scroll bar one within the div class I created. Following is an image of how the site looks after it renders....
asked by 21.12.2014 / 01:18
1
answer

Sortable Kendo UI

I need to mount a screen where I drag options from one list to another. However, when loading from the first to the second, only one copy should be created for the second list. When the user performs the reverse process (load from list 2 to l...
asked by 17.12.2014 / 20:59
1
answer

How to add color to the radio?

I want to create a form and in it I want to include a sort of "option select" of radios in HTML, it should look like a semaphore: 3 different colors indicating their values (good, fair and poor). I've been researching and found about chan...
asked by 01.11.2015 / 22:31
2
answers

Error converting HTML to PDF

I need to make a PDF from a page HTML , but when I convert I get the following error:    Can not convert an object of type 'iTextSharp.text.html.simpleparser.TableWrapper' to type 'iTextSharp.text.Meta'. Follow the code: <%@ Pa...
asked by 01.11.2015 / 20:36
1
answer

How are texts and content in WordPress displayed from the PHP file? [closed]

I'm learning PHP to change the company's website, hosted on the server and already online. I have all the accesses, however I am only accustomed with HTML and CSS, and in the researches and beginner tutorials that I studied, they teach the norma...
asked by 28.10.2015 / 12:59