Questions tagged as 'css'

1
answer

change classes with angularjs

I need to change the style of an element when it is clicked and if it clicks it returns to the color it was in (like an "advanced search"). I have the following code: <a href="" class="corCinza" ng-click="exibirForm = !exibirForm">...<...
asked by 27.01.2016 / 21:15
1
answer

Styling a menu bar via CSS

Good morning, people. I've been thinking about how to style my menu, and I've got an idea, I wonder if it's possible Is there any way I can use some css effect that causes part of my menu to be selected? For example: Assuming my menu is composed...
asked by 07.03.2016 / 14:22
1
answer

My video does not run in the css background on tablets or ipads. PC only

Hello everyone, I have a video that normally runs in css background on the PC. But when I access the site by tablets or ipads it does not run. See the code: <video autoplay loop poster="torre.jpg" class="bg_video"> <s...
asked by 21.01.2016 / 15:06
1
answer

Write inside a DIV using CSS

As I write within a DIV using CSS. Below I have CSS and in this same code I would like to write a sentence to appear in this DIV . .gerenciar-coluna-exibicao-vismodelo{ position:relative; height:60px; width:250...
asked by 13.01.2016 / 18:09
3
answers

How do I extend a DIV to the end of the screen?

I've created a main div to hold all elements of the page. Inside it I have 3 other divs : 1 menu bar, 1 sidebar, 1 content area. HTML: <div class="principal"> <div class="barra_menu"> Barra de menu </div> &...
asked by 05.01.2016 / 20:00
4
answers

How to identify the focus on a div?

Galera I set up an input system with the same android layout. Everything works fine in% with% plots, but input provider is within input , as I have to add a button in place of x. The problem is that when I hold the mouse over...
asked by 19.02.2016 / 11:09
1
answer

How to insert CSS declared with Javascript after page scroll

Well, I just wanted to make the javascript function work: var $document = $(document), $element = $('#minhaDiv'), className = '.teste-css'; $document.scroll(function() { if ($document.scrollTop() >= 5) { $element.addClass(classNa...
asked by 18.02.2016 / 19:05
1
answer

How to maintain fixed header without height change when using scroll

In my page I have a fixed header at the top, but when I roll the page and return to the top the height of the header changes, I made a few attempts, like deleting that line, I deleted the div.hidden-header because as it's a fixed height, it's pu...
asked by 19.11.2015 / 19:07
1
answer

CSS 3 Skew serrated on Chrome

When using the property transform: skew (value) in webkit browsers it presents a certain serration where it is angled: -webkit-transform: skew(20deg); -moz-transform: skew(20deg); -ms-transform: skew(20deg); transform: skew(20deg); Is there...
asked by 18.11.2015 / 18:24
1
answer

How to do in the code light where it is in orange

I do not know how or how to look to make this scheme leave in orange when I move the mouse.     
asked by 30.11.2015 / 18:54