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...
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...
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>");...
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...
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>...
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...
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...
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...
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...