Questions tagged as 'css'

4
answers

Effect with jQuery crashing without reasons

I'm using the following jQuery command: var timer1; SemConflito("#lp-1").on('mouseover', function(){ clearTimeout(timer1); timer1 = setTimeout(function(){ SemConflito("#lp-1-hover").stop().sli...
asked by 22.08.2014 / 14:47
1
answer

Center loading on page

I'm building a load and I'm having 2 problems. 1st How to leave the circle div that contains the animation in the vertical and horizontal center of the screen. 2º How to leave the load tips rounded. .loading { background:...
asked by 08.03.2017 / 13:41
2
answers

Align font icon right

I try to align a font on the right side of the screen inside a HEADER header, but I can not even use a float: right . But, there it goes to the right, but I lose the other alignment settings. I want to send those three bars to the r...
asked by 07.07.2014 / 22:41
2
answers

HTML + CSS Structuring for Button Hover Effect

I have a listing of social networking icons, which I know how to do, I'm not here to ask how to do it, but rather, a more correct way to minimize my work, if there is one. My HTML looks like this: <ul> <li class="rodapeTitulos"&g...
asked by 25.07.2014 / 20:58
2
answers

Put two icons in the same paragraph

I have a paragraph in my view. In this paragraph, I have the indication of my cell phone and I got the bootstrap symbol, like this: <p><i class="fa fa-phone"></i> Phone (Brasil) : +55 11 99999-8888</p> I would like y...
asked by 22.05.2017 / 20:16
2
answers

Zebraed Table in HTML with Ext JS

I need to make a zebrada table in the Xtemplate functionality of ExTJS 4.1.2 where I have two for loop. I implemented a basic HTML, but does anyone have any idea how to do it?     
asked by 17.12.2013 / 20:43
2
answers

Dynamic HTML5 Drawer

Good morning! I've built several blocks with a div that through JavaScript, it interacts as if you were opening a drawer (block) with a click and closing it with two clicks through a function.    However, when you open one block and th...
asked by 31.12.2018 / 10:10
2
answers

Hover div within div

I have a div that is part of a link that is inside another div, I wanted it if it passed the cursor anywhere in the div, if it applied to both the link text and the div from within. The hover is working only as separate and I can not manage t...
asked by 29.06.2017 / 18:00
3
answers

How to know if at the beginning of a p have "x" character?

Hello, I am a layman in JS / JQuery, but I believe it is in him that I will be able to do what I want. I do not know if many have used 4chan, but there, there is a function in which, if the user uses the ">" in every beginning of the line...
asked by 01.02.2016 / 14:26
2
answers

Limit text display by number of characters with CSS

Friends, usually overflow: hidden; has a text limit by the size of DIV of it, say 105 pixels ... example: <div style="overflow: hidden; width:105px; border:1px; white-space:nowrap;"> teste de texto de teste de texto de...
asked by 15.03.2016 / 09:34