Questions tagged as 'html'

2
answers

Subdomain redirection based on browser language

What is the correct method of directing the navigation of a website to a specific page based on the language of the user's browser? I have a website (www.site.com) with the default language in English and I need it, when it is accessed in a b...
asked by 02.03.2017 / 15:09
2
answers

Change cursor on event "onhover" for HTML5 video

I want to change the cursor to a "hand" when I move the mouse over the buttons: Play Stop Volume Fullscreen etc. for an HTML5 video player . At the moment, the mouse pointer when passing over the player does not give an idea that y...
asked by 09.03.2017 / 13:42
2
answers

Get the size of a textarea that was added dynamically

I create a modal box that has a textarea, when I click the Send button I need to know how many characters there are in the textarea. Trying to use JQuery to match this size did not return anything to me. How can I resolve this problem?     
asked by 09.03.2017 / 19:01
2
answers

Number of items aligned vertically according to div height

Good evening guys, I'm trying to do a basic layout similar to the Windows 8/10 home screen, and in a container I'd like to align vertical items of 80x80, and if according to Height by perhaps some items will not fit in this first column to be...
asked by 30.08.2016 / 06:22
1
answer

Loading screen with gif in loading page html

I would like to place a loading screen with .gif on my page .html , because the page is very heavy. Please, if anyone can help me I will be very grateful. Page added to loading screen: link     
asked by 31.08.2016 / 18:03
1
answer

Check for the existence of an element by the Value attribute?

I basically need to check if a given div exists inside a list, the structure looks like this: <div class="content" id="divCheck"> <div class="filho" value="1"></div> <div class="filho" value="2"></div> &l...
asked by 04.01.2017 / 22:36
2
answers

How to pass the dynamic id of a Div to a javascript function?

I'm doing a dynamic table in html and need to display the subtable just when I click on tr from the main table, follow the example. $(function () { $('#toggle3').click(function () { $('.toggle3').toggle('slow'); return...
asked by 10.02.2017 / 02:38
1
answer

In a SELECT-dependent, with city data from a table how to leave a city in evidence?

In a database, I have the States table and the Cities table. On the site, when I choose a state, the list of cities is populated according to it. In my code, it's about to appear alphabetically, but I wanted the city of Ribeirão Preto to be at t...
asked by 12.08.2016 / 21:19
1
answer

How to paint a background image with CSS

Does anyone know how I do this yellowish effect in CSS in the photo?     
asked by 24.05.2017 / 02:31
2
answers

Search tool usage monitoring

On my client's site, there is a kind of search tool. This search requires that the user choose which of the sections (pages) he wants to search. With the desired word and section chosen, it redirects to the page and brings the desired search res...
asked by 17.05.2017 / 15:31