Questions tagged as 'html'

0
answers

font-face url does not load

First of all, I already notice that I did not find anything in the searches that could solve my problem. Here are the paths to folders and files: _pasta_da_html pagina.html arquivo_da_fonte.ttf css_com_font_face.css In CSS, my code l...
asked by 17.06.2016 / 14:37
0
answers

Image getting offline

According to this Page of the site, some images are getting offline, I go to the server, I look for the address again and I update, but 1 or 2 days later it gets this way again, the interesting thing is that it's just some, the others never ha...
asked by 04.07.2016 / 14:46
0
answers

Input type Data is returning the date reversed

I have this site link and I'm trying to make the form of it communicate with the reservation system. As you can see in the area "MAKE YOUR RESERVATION HERE", the date the client informs is in the format dd / mm / yyyy. But when it is sent, in...
asked by 04.07.2016 / 15:06
0
answers

Page scrolling after div with internal scrolling

In the middle of the page I have a div with an internal scroll, when I scroll the page and I get to this div when using the mouse wheel I get stuck in it, when the div finishes scrolling does not continue to the rest of the page, there is a way...
asked by 04.07.2016 / 20:20
2
answers

How to save several radiobuttons in MySql database?

Well, I need to save several groups of radiobuttons in the bank. Example: <input type="radio" value="sim" name="grupo1"> <input type="radio" value="nao" name="grupo1"> <input type="radio" value="sim" name="grupo2"> <input...
asked by 07.07.2016 / 15:37
1
answer

Assign an article in more than one category php

I have to insert a database in the database assigned to more than one category, how could I do this? In case it would appear the category options available in my bank and I would select them with a checkbox     
asked by 07.07.2016 / 19:10
0
answers

How to take advantage of browser caching?

I have read and reread several times on this subject but never understand how something I do on my computer will make the website get faster on the third party computer ... Not to mention that when making such modifications on my computer I w...
asked by 07.06.2016 / 14:38
2
answers

Selector does not pick another selector

I have a transition effect on a div that should be applied when hovering on another div. I tried to use some selectors (+, >) I could not believe it's the way I'm using them .box-toogle { width: 100%; height: 150px; top:...
asked by 03.06.2016 / 01:34
0
answers

Image slide with thumbnail and zoom

Hello, I would like to know how I can do / or if there is an image slide plugin with thumbnail and zoom when hovering the mouse on the larger image, similar to the Free Market site? Thanks. Ex: link     
asked by 04.06.2016 / 04:10
2
answers

How do I make my Modal only appear on the customer's first visit?

I made a modal, this java code I used $(document).ready(function(){ $(".janelaModal, .fundoModal").fadeIn(); $(".botao").click(function(){ $(".janelaModal, .fundoModal").fadeIn(); }); $(".fecharModal, ....
asked by 04.06.2016 / 14:50