Questions tagged as 'css'

2
answers

How to animate the divs and caption arrangement, when hovering in one of these elements?

I'm creating a website, they asked me to play a joke on the team part. According to this image, when it is done: hover in one of the parts, all text and image are sorted: Idonotknowhowtotakeoffthisboot,becausejavascriptisnotmystrong.Iwishyouc...
asked by 20.03.2014 / 21:54
2
answers

Remove banner depending on window size

I'm using a template with the Responsive layout. I have a banner on the right side of a website. What I'm doing is that by scrolling the page the banner accompanies the page. When I lower the window, the banner goes over the content. What he wan...
asked by 06.03.2014 / 10:52
1
answer

How to display only the first row of a table?

I have a table with summaries about a particular client, where the first line is the main content to be displayed, and the rest is a mere complement. I know I could apply display: none , but I do not think that should be the best way to...
asked by 04.05.2016 / 21:14
3
answers

Should I use Em everywhere or only in Fonts?

I know that in should be used instead of px in sources for good application performance on mobile phones, but I only use this in font size. Should I use in also in places like margins, paddings, line-height, etc? Thanks     
asked by 05.07.2016 / 14:23
2
answers

How to adjust a DIV within another vertical DIV? [duplicate]

I have the following problem in CSS .. I gave you an example of what I'm trying to do Code Example, click here I would like the <div id="divAreaMenuLateral"> that is in orange that is vertical to be inside the <div id="...
asked by 08.07.2016 / 01:05
1
answer

What exactly is the element.class selector?

I was developing and one thing caught my attention: the elemento .classe rule is different from elemento.classe . I noticed that the main difference is that the first could be read like this: "Element that has a child with class...
asked by 11.04.2015 / 22:06
2
answers

Using jquery animate () to animate the exchange of place divs in a puzzle

link This example above is not yet fully functional, the puzzle logic is: 1 - Click on at least two divs (or 2 pieces of the puzzle) and so the two divs would have to move places using animation. 2 - For this to happen, I collected th...
asked by 06.10.2015 / 21:43
1
answer

How to prevent text from being selected using CSS

How do I prevent a text from being selected by the user using a rule in CSS?     
asked by 30.10.2015 / 19:38
3
answers

Difference between Immediate Child and First-Child?

Could anyone help me with the difference between these two concepts? From what I understand both mean the same thing ... but by performing the test below, the text got the formatting of the pseudo-selector div > p { font-family: Gara...
asked by 25.04.2017 / 04:25
1
answer

Icons in different sizes with Bootstrap

Hello, I am studying Bootstrap by setting up an OpenCart site where the layout has default icons. I made an HTML module for information with 3 icons using Bootstrap, but they follow the CSS size: .fa { font-size: 14px; } I want t...
asked by 09.06.2015 / 18:03