Questions tagged as 'css'

2
answers

Could someone tell me how I can do this when I move the mouse?

What you'll find on this site link is the effect of the main screen before logging in. Since now, grateful. :)     
asked by 08.07.2018 / 18:50
3
answers

Vertical text with css (90º)

I am transforming a word document into html, however I do not know how to do it to write the text this way: Would anyone know how?     
asked by 06.09.2016 / 16:05
4
answers

height 100% does not work, css

In any case the red side is 100% so both have the same size, how to solve? link     
asked by 06.09.2015 / 17:26
2
answers

Switch menu color on page scroll

How do I change the color of a menu when scrolling the page? I'm doing this $(function() { $(window).on("scroll", function() { if($(window).scrollTop() > 100) { $(".sidebar-wrapper").addClass("teste2"); } else { $("...
asked by 21.10.2015 / 13:58
4
answers

Doubt with height in a DIV

I have a problem, which seems very simple and I've done it before, but I just can not remember how! Assuming a page with 3 divs (header, content, and footer) how do I make the content div occupy all free space on the page? Ex: <div id...
asked by 11.01.2016 / 17:46
3
answers

Display inline does not work

I would like to leave my section equal to this page here note that right below the% with% to 3 circular objects with title and text and when you resize the screen one goes below the other I am wanting to do something like this, instead...
asked by 26.06.2015 / 21:36
1
answer

How to add a class to a div when it is active, so that it changes color?

I'm making a Bootstrap-based website, in which I have a portfolio zone, in which thumbnails open a respective collapsible DIV. I need when a collapsible DIV is open, the respective thumbnail changes its CSS formatting, in this case color. I trie...
asked by 28.03.2014 / 18:35
4
answers

Hover CSS affect another element

I have the following code snippet <td class="aluno" style="text-transform:uppercase"> Fulano <a class="obs-aluno" href="#modal-obs" style="display:none"> Link </a> </td> I want when I mouse over the TD the l...
asked by 14.06.2017 / 17:12
2
answers

Clear input when user starts typing

Good afternoon, maybe this answer or this question already exists. But I did not find it here or google the way I need it. I found several scripts to delete the field of an html form when the user clicks on a particular input, however, what I ne...
asked by 08.09.2015 / 17:53
2
answers

Show Tabulated in a Table in HTML

My problem is as follows, I can only display the results in a alert , how would I put the values inside a table?    <title>-Calcular tabuada</title> <script type="text/javascript"> < function calcula...
asked by 25.09.2015 / 00:34