Questions tagged as 'css'

2
answers

mouseout of a parent div and a daughter div?

I'm using the .mouseover() and .mouseout() function. Both work but I have a problem. The code below is what I'm using for this purpose. The effect always makes the animation because the div both grows and minga, because it switc...
asked by 25.10.2017 / 17:24
1
answer

change CSS keyframe via jQuery

I'm trying to change a keyframe CSS , actually do an update, but I'm not getting concatenar variables CSS to javaScript . The ideia , in fact, is neither change. But, inserir no final do keyframe lines c...
asked by 25.10.2017 / 12:06
1
answer

View PoPup with facebook page for users, show once every 7 days

<div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/sd...
asked by 17.10.2017 / 00:14
1
answer

Php does not recognize css button [closed]

I'm not able to put the css button inside the code php , could anyone help me with this? .botao01{ background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background: -moz-linear-gradient(bottom, #E0E0...
asked by 17.10.2017 / 00:46
2
answers

CSS image overlay

I have 2 images, one is a circle and the other is a 360 number image, I need to put this 360 number image inside the image which is a circle, what is the most correct way to do it? the way you are thinking you are ugly and you have to stay in li...
asked by 17.10.2017 / 03:38
1
answer

How to center a title in the header using class attributes?

I started studying Bootstrap now and I'm having trouble understanding and modifying the CSS tags of the folder I downloaded on their website, so it would be easier to edit the part HTML I need to centralize the SIGN UP text, but I'm n...
asked by 25.10.2017 / 00:10
1
answer

Elements with display: none continue to occupy space in div

I have a set of elements in which I put a class to leave as display: none and display only when you click a button. However, the elements are still occupying the space in the div even though they are invisible, it is as if they were visibility:...
asked by 02.11.2017 / 15:07
1
answer

Optimization of Hybrid Applications

I can during a scroll of a list with many elements, render only the ones on screen, through a check of the current scrolling movement that cancels itself and creating a parent div that has its height, set manually with elements of position absol...
asked by 02.11.2017 / 16:13
0
answers

Centralize input vertically within panel-heading

How can I centralize this search input to stay in the line of text? I tried to apply margin but instead of going up, it pushes the table down CurrentCode:<!--tabelaservicossolicitados--><divid="paineldeordens" class="panel panel-defaul...
asked by 02.11.2017 / 18:55
1
answer

Wrap lines in table cells ASP.NET MVC C #

How do I not break the columns of a <table> in several lines, because I put a scroll and would like to leave the grid cells without breaking, but let the user use the scroll.   ViewTable@modelIEnumerable<Projeto.ERP.Model.Mod...
asked by 10.10.2017 / 18:43