I'm studying div's and I'm having difficulty aligning the div's in the way I need it, as in the following image: However,itlookslikethis:
#total {
background-color: red;
width: 300px;
height: 400px;
}
#pequeno {
back...
I'm using% css of CSS to customize the page at print time, but I'm not able to remove the footer and header created by the own browser .
I know what to remove for the @media print{} settings, but I do not know how to exit via code wit...
Hello, good morning.
I need to compare a change in the DIV1 daughters so I can make a notification.
This way I did may not be the best, I'm still learning.
<div class="div1">
<div class="filha">
<...
I have a div called search , I want that after ScrollTop 100 , it stays fixed.
Not working.
var $w = $(window);
$w.on("scroll", function(){
if( $w.scrollTop() > 100 ) {
$('busca').css("position", "fixed");
}...
How to change the CSS style (backgrounc-color) of an entire column when hovering, using CSS only ?
The table in question is as follows:
<table class="un table">
<caption>Título da tabela</caption>
<thead>...
Personal I have an excerpt of a code referring to the image below
Thefirstdivshowsalistofstudents.Inthesecondthestudentsthattheuserchooseforhisgroup,asheclicksontopofeachstudentIhaveajqueryfunctionthatinsertsthestudentintothedivgroupandlimitshi...
I'm creating a new bookmarklet plugin that will be applied to any Youtube , where I have to add a div floating in body , thus doing appendChild in .
However, a failure is occurring, this floating% is left behind Player and...
I have some elements <li> that I estimate to stay inline-block . However, since the content of each <li> is different, they end up with different HEIGHT. Like that:
However,thecorrectthingisthatthe%with%withlessc...