Questions tagged as 'html'

1
answer

Increase icon size in browser tab

Iwouldliketoslightlyincreasethesizeofmyiconinthebrowsertab,ascomparativeattachedtheimageandasyoucanseeissmallerthanthedefault.<linkrel="shortcut icon" href="images/m8.ico" />     
asked by 29.08.2016 / 20:49
1
answer

Search field

Hello everyone. I am putting together a program that has the user registration function. The program is done in Java, xhtml and I'm using PrimeFaces to generate the visual components. In this program there is also a search screen to search the r...
asked by 08.08.2016 / 00:00
2
answers

script only in one div

<script type="text/javascript"> onmousemove = function adfy() { adfy_id = '.html'; //replace with your ID for (var i = 0; i < document.links.length; i++) { var hrefer = document.links[i].href;...
asked by 08.08.2016 / 02:06
1
answer

JQuery - How to use a href link to call a dialog

I need a command that opens a dialog every time I click on a link ... <map name="Mapeamento"> <div id="dialog" title="Imagem1"> <p>Informação 1</p> <p>Informação 2</p>...
asked by 08.08.2016 / 01:54
1
answer

Upload page content without refresh on page

Good afternoon / evening to all. Gentlemen, I have the following layout: (ex.png) As you can see, I'm creating an administrative area for my system, where the top and the side bar (both in black) are fixed, and the whole white part of t...
asked by 02.08.2016 / 22:41
1
answer

Center sub menu absolute with css

Good afternoon. I would like to know how to center my sub menu for the main menu. The sub menu records are dynamic, so I can not give a margin-left: -px because I do not know the size that will be my sub-menu ... Here is an example code for m...
asked by 02.08.2016 / 22:54
1
answer

Pass variables as parameter when loading page

I have a function that marks the place where a mouse click was made, putting a red circle on the click and saving the coordinates of where this click occurred. Script that displays the mouse position when you click the page. $(document).rea...
asked by 03.08.2016 / 16:55
1
answer

Capture document width with scrollbar

Good afternoon, I'm making a responsive website where I use CSS with media="screen" and jQuery. Problem: However Javascript and CSS do not recognize the same document width value when the page has a scroll bar (when I test in Chrome usi...
asked by 03.08.2016 / 20:44
1
answer

Why does the hover effect stop working on those buttons made in css when I resize the screen?

Good morning, I'm sorry if there is an answer to my question here in the community, I'm creating an offline panel for use here in the company, but certain things are not working very well. You can see how you are getting through JSFiddle link...
asked by 09.09.2016 / 12:23
1
answer

HTML excerpt as a parameter of a javascript function

I have little knowledge of javascript, how can I do to pass a video incorporation code into a function as a string? <a href="javascript:void(0)" onclick="exibirVideo('CODIGO DE EMBED AQUI')"> I'm having problems because I can not pass...
asked by 13.09.2016 / 20:49