Questions tagged as 'html'

1
answer

Move Scroll with Buttons

I need to move a horizontal scroll with buttons. I have a horizontal gallery with horizontal scroll, and I need to click on the buttons in the upper right next / previous scroll next image or previous depending on the click button. Exampl...
asked by 09.09.2018 / 07:09
1
answer

How to change owl-nav's position on the Owl.Carousel

I'm using the Owl.Carousel and I'm breaking my head with the positioning of the NAV arrows, I need instead of being below the articles it stays up.     
asked by 11.09.2018 / 08:15
2
answers

Does not return table

I have the consumo.php page where I have the menu: <nav class="menu"> <ul class="menu-list"> <li><a href="#">Registos</a> <ul class="sub-menu"> <li><...
asked by 07.07.2018 / 22:28
1
answer

Exchanging icons on menu button does not show

I'm trying to change the icons, but it does not show Menu Source link Original CSS Code .icon-team, .icon-blog, .icon-home, .icon-portfolio, .icon-services, .icon-contact, .icon-menu { font-family: 'icomoon'; speak: none; f...
asked by 09.07.2018 / 19:52
1
answer

Selector 'not' does not work

I have a gray box with a low opacity and inside it a word, while applying the selector 'not' on the main 'div' to cancel the opacity of the word that is in a 'p' tag surrounded by this 'div' the 'not' selector does not do its job and the word co...
asked by 07.07.2018 / 05:39
1
answer

Doubt to add values with for in Javascript

I have the following PHP / HTML page: <?php include_once("conexao.php"); ?> <!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="w...
asked by 13.07.2018 / 19:15
1
answer

Button back to the top is not overlapping the footer

I'm having the following problem, I created a button back to the top, placed it in the lower right corner and gave it a position:fixed in it. I'm making use of the jQuery library. The problem occurred when the scroll bar reached the end,...
asked by 21.07.2018 / 18:53
1
answer

How to use a Robots.txt on Github pages

I have a repository in GitHub and it has a site that is visible through github pages, but I want the search engines to only show the home page of the site. If it was a normal site I could add a robots.txt in the root folder, but github does not...
asked by 21.07.2018 / 17:06
1
answer

Show div after jquery validation

I have a function that does the validation of the empty fields, when completing all fields and clicking on the button I need to show the hidden div, how can I implement this function to validate and show the div if all are filled? p> $("#pr...
asked by 21.06.2018 / 16:52