Questions tagged as 'html'

1
answer

Change according to page

Hello. I need the logo of the site to change according to the page that the user visits. I have a site made in PHP in which the top is include . So I thought about changing the logo via Javascript. I set ID="logo" to img a...
asked by 08.03.2015 / 19:46
2
answers

Display the class of different tags of an ID with each click

I want to make a code that takes the class of an ID each time it is clicked: html <ul> <li id="alert-class" class="class-1">1</li> <li id="alert-class" class="class-2">2</li> <li id="alert-clas...
asked by 12.03.2015 / 13:14
1
answer

error Uncaught SyntaxError: missing) after argument list

I'm trying to put a menu in my blog, which is not working # ... And I think this can happen due to this error in the javascript (but as I'm not sure if what it is causing the problem is the error, I separated the question so as not to get confu...
asked by 24.04.2016 / 13:00
2
answers

Asp Classic - Keep option select post on page

People need help. I have the following ceiling of select HTML <select id="lstTransacao" name="lstTransacao"> <option value="null">Todos</option> <option value="1">Confirmados</option> <option...
asked by 26.01.2015 / 13:26
2
answers

Get the correct Index without duplicating the Select Option

I need to create a select with the days of the week, and load them when they are already in the database, so I get in my index the id of the day of the week and I have to leave it as selected , I'm doing this, however it get...
asked by 09.09.2015 / 21:57
1
answer

Put real-time punctuation in javascript

I'm doing a school job, which is for tomorrow, and it's already done, it's the famous 'Snake' game in javascript and html, but hj I thought of putting the player's real-time score in the game. Already tried several things but only appears 'Score...
asked by 09.09.2015 / 19:37
1
answer

Undo CSS from class ui-disable

I have navbar as footer . The first element of navbar has class ui-disabled so it can not be interacted with it. Here's the FIDDLE HTML / JQuery <div data-role="footer" data-position="fixed" data-th...
asked by 13.07.2015 / 13:03
2
answers

Open Direct Page in the Center

Is it possible when you open the page load directly in the center of the page without anchor and also without scroll? Everything I search relates to window.open() . I did not find anything specific that I need.     
asked by 19.08.2015 / 17:04
1
answer

How do I fix footer on the print page?

I need to leave some information in the page footer. How do I do this? Below is the complete code I'm using, but that's not working! css: .container { height: auto; min-height: 100%; } html: <div id="container">...
asked by 24.08.2015 / 00:27
2
answers

CSS does not work on pages generated with ErrorDocument

I'm having a problem when I'm going to customize ERROR 404. I put the following code in the .htaccess file: ErrorDocument 404 /erro404.html And I created a custom page error404.html. The page is onpage, you do not have a link to other pages...
asked by 22.08.2015 / 00:50