Questions tagged as 'html'

1
answer

How to create the mechanics and appearance of the zoom effect used in the reveal.js framework?

Example: Reveal Zoom > Objective: Study the mechanics and appearance of Zoom with the best algorithmic solutions. - From the problem of appearance: 1 - When inspecting the < section > looking for black background pattern (back...
asked by 13.09.2018 / 19:22
1
answer

How to create a horizontal overflow?

Next, I'm editing a site using wordpress and I have some limitations on using html and etc, I wanted to create a horizontal overflow so that instead of being as in the image below, the scrollbar was horizontal rather than vertical. / p>...
asked by 11.09.2018 / 20:32
1
answer

Extract the cover of an MP3, and other information with PHP

I have an MP3 file on my website, and I would like to show the cover of this MP3 on my site, have any way to get this cover with PHP, or otherwise? Type this site: link The cover and this infos, are inside the MP3 and were not placed man...
asked by 13.06.2018 / 00:37
1
answer

How to change input input cursor?

Hello everyone, I think it's a very simple thing, but I'm still half-hearted in HTML. I'd like to know how I can do it right now so that the person clicks on the input that you type in the middle of the box or there may also be some pixel left. ....
asked by 04.06.2018 / 19:02
1
answer

Clear modal after inserting record in database with php and ajax

I'm saving a record inside the MYSQL database with AJAX . The problem is when I insert a new record with the modal. It brings up the record I entered earlier. How can I make the modal after registration clean? Modal HTML <!--...
asked by 04.06.2018 / 14:20
1
answer

create print button for each of the table

I have 3 different tables on the same php page and I plan to print each table separately from one another. Code that I'm using: <?php echo $tabela3; echo $tabela4; echo $tabela5; echo "<td><form action='#' method='post'><i...
asked by 09.05.2018 / 10:18
1
answer

Change HTML code via jQuery

I'm trying to insert the following code on this page to be able to change the text that appears when the client subscribes to the modal newsletter , which appears when the client is about to leave the page: $(document).ready(function(){...
asked by 09.05.2018 / 21:37
1
answer

Gallery with skew that occupies page width

So, I'm trying to make a section on my site that has 10 degrees of skew, the intention was for this section to occupy 100% of the width of the page, but when I do skew the edges come from the skew, how can I to make this gallery fill the whole p...
asked by 03.05.2018 / 20:49
1
answer

How to know the current position of an element in the option

<!DOCTYPE html> <html> <body> <select> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="vw">VW</option> <option value="audi"...
asked by 04.05.2018 / 01:07
1
answer

Navigation not taking full browser size

is the following, I noticed now an error that my site has, is the following, I set the max-width of the page to 1366px, if I zoom out in the browser all elements occupy the full width of the browser. But it turns out that my navbar, with width 1...
asked by 04.05.2018 / 01:31