Questions tagged as 'css'

2
answers

Display element when the mouse is over an image

I have 4 elements <div> where they have a component that only appears when the user hover over <div> container (which has class="thumbanil" ) but when mouse over the hidden contents o even if it is visible, thi...
asked by 05.06.2015 / 15:09
2
answers

Element: First-Child Does Not Work

In this example you have a .title element. And in it I am putting first-child with margin-top:20px; . When compiling and saving is not working. Do not apply the top margin on the first element of that type. LESS What...
asked by 12.06.2015 / 14:54
1
answer

border with alternating colors (without degrade)

At a border of a% of% color% I need to apply more than 1 color but without using the% color% effect that merges colors. Image for example: With the effect of degrading, I know how to do it, but the colors blend, and if they are not div...
asked by 19.05.2017 / 18:04
4
answers

Doubt with CSS selector

Personal I'm doing a grid that displays from 1 to n images and in each line it shows 2 columns. The HTML structure is this: <div id="container"> <h2 class="linhasFotos"> <a title="nome da linha" href="/lancamentos"&g...
asked by 29.03.2015 / 17:12
1
answer

change color of span when passing mouse in li

I have the following HTML: .menu { width: 100%; height: 75px; background: #474747; } .menu li { height: 75px; text-transform: uppercase; padding-left: 10px; padding-right: 10px; box-sizing: border-box; float:...
asked by 07.03.2015 / 06:17
1
answer

Fix for nth-child (n)

Is there any fix for :nth-child(n) of CSS3? to run in IE8? Well, I have a CSS file that I used this selector, it does not only run in IE8     
asked by 31.10.2014 / 11:32
1
answer

Create a login form and password in the upper right corner of the screen

I would like to enter a% login and password% in the upper right corner of the screen with the option to register. <input type="text" name="nome"> <input type="password" name="senha"> <input type="button" value="Entrar" />   ...
asked by 14.05.2016 / 19:26
1
answer

How to do a Jquery that when selecting a radio button, I change the items of a select?

I'm creating an html site and I'm still a bit new to it. I'm doing a store registration screen. My problem is: when selecting a radio button, I want it to change the select (combobox) data. Example: Radio Button Institution, I want it to show in...
asked by 04.05.2016 / 23:00
4
answers

How do I leave the page open in the menu?

For example, on this site when you are on any page it is marked in the menu with a border-top: link I would like to know how I do this, I already tried the visited in css and nothing ...     
asked by 20.05.2016 / 03:45