Questions tagged as 'css'

2
answers

div 100% height - CSS

How can I leave my column at 100% height? example: EXAMPLE where Teste is written, it is the column that has to be 100% height, DETAIL On some screens, I will add content using jQuery , I also need to not leave th...
asked by 03.12.2015 / 17:30
2
answers

Break line correctly in a List with Data Binding AngularJS

I have a list of comments where I display some data. But when the comment is too large the list is strange because the line break does not happen correctly. Example: Hereisthecode:<divclass="jumbotron"> <div layout="row" layout-ma...
asked by 26.11.2015 / 14:41
2
answers

Is it possible to permanently change the style of a CSS class using Javascript?

I have the following code snippet: $("#mudarcss").click(function(){ $(".teste").css("background-color", "blue"); }); $("#adicionardiv").click(function(){ $("#conteudo").append("<div class='teste'>Minha Div 2</div>");...
asked by 26.07.2016 / 19:22
1
answer

Align the size according to the larger text

I have a menu and some submenus, I need the submenu to align the width of it according to the larger text, because there are texts that can contain only 5 words but texts in the submenu that can contain 15 , then it needs to be aligned accordi...
asked by 23.01.2015 / 13:13
2
answers

Assign five-to-five property

I have a gallery that will repeat, every five photos, it jumps down. Only, when the element is the fifth, ie = 5, I want it to apply a margin-right=0 . My HTML: <ul class="galeria"> <li></li> <li></li>...
asked by 09.12.2014 / 17:57
1
answer

When to use PX or% in placements?

In internal elements of the layout, to position in margin or coordinate, when to use PX and%?     
asked by 28.11.2014 / 14:05
1
answer

Change site style / theme and store it in LocalStorage

I have a theme change system in my blog, however it has some problems, like, it can not change the style of a div.class added by jquery (addClass) or pseudo elements (after / before / active etc ) and it gets all disorganized !! I'm looking f...
asked by 04.12.2018 / 05:50
2
answers

Unwanted white space CSS

I'm doing an outdoor activity reservation website and I'm having a problem with CSS. In my document there always appears a blank part below the image, I do not understand why. And another thing: in the comments I would like that when s...
asked by 10.11.2018 / 19:22
2
answers

How to put css style with javascript looking for classes

Goal and get invisible text with css visibility: hidden; e effect through javaScript I want to pass a function that when I push a button all classes with visibility: hidden are visible .. did you understand? I have the following...
asked by 11.08.2018 / 20:25
2
answers

col-md-6 occupying all space

In my contact form I need to leave some information about the contact on one side, and on the other side a form with email and message. But the part of my form of information is occupying everything, and when I try to add the email input it fall...
asked by 21.12.2018 / 19:22