Questions tagged as 'html'

1
answer

Identify a specific part of the screen

Is it possible for me to identify a specific part of the screen with jquery and javascript? For example when passing by height y does it perform for me a function? I imagine something like this: var minha_altura = $(window).height(); var altur...
asked by 03.12.2015 / 12:23
2
answers

Animation with JavaScript / jQuery [closed]

I have this html: Iwouldlikethefollowingtoappearwhentheuserdrags: Whenyoudragagain,disappear...HowcouldIdothiswithJavaScript/jQuery?Followthecode:<divstyle="width: 100%; overflow-x: hidden;"> <div class="item-total"&...
asked by 14.11.2018 / 16:52
1
answer

With CSS is there any way to change the style of Text-Overflow: Ellipsis?

Imagine that I have a situation where the text is larger than the container , so I'll use text-overflow: ellipsis to put the 3 dots ... showing that the text goes on and on inside container has more content, so far so good. T...
asked by 13.11.2018 / 11:19
1
answer

Block Scroll from one side of the grid

I split my page with a grid, where the smallest part I placed items that point to places on the page, I wanted to know how to leave this smaller part fixed and the scroll only works on the larger part of the page where all the content is . So wh...
asked by 25.11.2015 / 11:48
1
answer

How to leave a table of checkboxes (Table of access levels) responsive?

I do not know if anyone has ever come across this kind of structure. But it's the following, I need to make this table of the image below responsive. Has anyone seen anything, do you know how, or do you have any idea how to implement it, or some...
asked by 01.10.2014 / 22:29
0
answers

Is there anything that takes the CSS path? [closed]

I need something that will cause me to reference the path of CSS faster, like a feature in Google's inspection, because it's tricky to find out hundreds of% of divs sequences within divs . Type something to give me the ready p...
asked by 14.09.2016 / 02:44
1
answer

DIV TEXT fixed only in the space of the DIV FATHER

Hello, I would like to do the following. <div class="pai"> <div class="form"></div> <div class="text"></div> </div> I have a DAD and inside it there are two div's side by side. The heigh...
asked by 13.12.2016 / 08:04
0
answers

Spring Websocket multi user chat with sound

I'm trying to develop a real-time chat with the following scenario. Online Attendant Each user he answers is a One to One conversation An attendant sees all the users in a list that he is answering. When he speaks, he speaks only to...
asked by 15.12.2016 / 00:24
0
answers

Bootstrap v2.3.2 grid does not work in IE9 [closed]

I have a grid in Bootstrap v2.3.2, which I am trying to fix to run in IE9. In the official page the grids show correctly in IE9, so I expected the same result. I saw some answers with Respond.js and other techniques for IE8, but I think it on...
asked by 20.05.2015 / 09:12
1
answer

How do I use GPS Location in my WEB application?

I'm creating an application and found a barrier, this application is for restaurants to monitor deliveries and likewise the user, also do it, I was doing through checkUp's whenever he stops, like in the post office, only that I realized that the...
asked by 30.03.2016 / 12:58