Questions tagged as 'css'

4
answers

CSS - How to manipulate Div's?

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...
asked by 03.10.2017 / 16:11
3
answers

How to Remove Header and Footer with @media print CSS?

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...
asked by 03.10.2017 / 16:08
2
answers

Knowing when you hear changes in DIV with Javascript

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"> <...
asked by 16.04.2018 / 14:49
2
answers

ScrollTop does not work after some scrolling

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"); }...
asked by 10.04.2018 / 19:14
2
answers

How to remove an entire div in Jquery and then add it back?

How can I remove an entire div using .empty() or .remove() and then add it back to any function?     
asked by 03.04.2018 / 04:54
1
answer

Ident and color VB.Net code

Is there any JS or CSS that is able to indent and color VB.net code within a div or input ?     
asked by 10.02.2016 / 15:25
1
answer

How to change CSS style of table column when mouseover?

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>...
asked by 13.06.2016 / 21:49
3
answers

How to check the ID value of a tag and how often does it repeat with Jquery?

Personal I have an excerpt of a code referring to the image below Thefirstdivshowsalistofstudents.Inthesecondthestudentsthattheuserchooseforhisgroup,asheclicksontopofeachstudentIhaveajqueryfunctionthatinsertsthestudentintothedivgroupandlimitshi...
asked by 13.04.2016 / 19:39
1
answer

How to overlay floating div on other elements of the web page?

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...
asked by 26.02.2017 / 15:44
2
answers

Leave all LI with height of greater using CSS

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...
asked by 07.03.2017 / 23:23