Questions tagged as 'html'

1
answer

tooltip cut by div

Good morning everyone. I'm trying to create a tooltip with only css in a side panel to the right of the page. In this panel a list of users appears and each tooltip presents a brief profile, very similar to the facebook user list where a tooltip...
asked by 27.06.2016 / 19:54
0
answers

problem in storing characters with accents

Hello! my database is in utf8 and on all pages I put the following code: $con = mysqli_connect($_SG['servidor'], $_SG['usuario'], $_SG['senha'],$_SG['banco']); mysqli_query($con,"SET NAMES 'utf8'");//converte tudo em utf-8 \/ mysqli_que...
asked by 27.07.2016 / 15:33
0
answers

CSS Element "passing" on the other in a li [closed]

I have a custom select (dropbox), in which there is a search field in the list, this select with jquery was downloaded (I did not do that), well, I had to position one over the other for my purpose, the problem is that a select overlaps the othe...
asked by 27.07.2016 / 02:15
1
answer

Capturing actions: Scroll Down and Scroll Up

Is there any way in jQuery to capture the events of "ScrollDown" and "ScrollUp"? I tried this way: var lastScrollTop = 0; $(window).scroll(function(event){ var st = $(this).scrollTop(); if (st > lastScrollTop){ // downscroll...
asked by 13.07.2014 / 21:36
1
answer

Socket.io chat, defining url

I would like a help with chat using socket.io, I would like to set a URL, I can not, I can only access through localhost: 3000. For example, I wanted the chat to be on the home page of my site example: siteexample.com, how do I define this? h...
asked by 09.06.2016 / 13:21
2
answers

Find a snippet of an HTML

I get a string , and it contains an HTML. Here is a table, and its columns: <td width="24%" valign="top" border="1" style=" BORDER-RIGHT: windowtext 0.5pt solid; BORDER-TOP: windowtext 0.5pt solid; BORDER-LEFT...
asked by 10.11.2014 / 15:31
4
answers

How to remove autocompletion of inputs?

I have my email / password input. But whenever typing an email that I already have saved login / password, the browser automatically fills in my form. How to solve?     
asked by 22.09.2014 / 22:01
2
answers

Set and change color in the menu depending on the scroll

Good afternoon I wondered if some way to change the color of a floating menu in a one page template depending on the section of the page where we are. As in this example: link But without using Bootstrap because I would like to keep my o...
asked by 31.07.2015 / 19:28
0
answers

How to configure uI-mask clearOnBlur inline?

Is there any way to configure Inline mode clearOnBlur of ui-mask ? According to the documentation, one of the ways to set ui-mask is Config Provider > (or something like this), as in the example below: app.config(['uiMask.ConfigP...
asked by 11.07.2016 / 16:43
1
answer

Open page in a certain section

I would like that by clicking on a link (ex: sports cars) the new page, once loaded, would run an animation until the location of the "sports topic". Follow my project: link In the course section you have the dsg 7 option and clicking...
asked by 01.06.2016 / 16:14