Questions tagged as 'css'

1
answer

How to keep position of List / Menu in line

Hello, I'm trying to leave a List / Menu in the same line as the description of a particular product that I present to the user but since the line uses an H1 my List / Menu accompanies the size of the text, I've created a div named right for some...
asked by 03.02.2015 / 12:47
1
answer

Vertical alignment of icons

I have the following structure: a div with width: 228px and height: 228px . Class: icons a <a> element with image size (icon). The problem is that I have some cases that have 3 icons (1 line) and...
asked by 20.01.2015 / 13:00
1
answer

Responsive typography (Flow Text css)

Well, I was studying about responsive texts and found the css class of Materialize that leaves the texts responsive according to width of the screen. Open the source code to try to understand how it worked but can not, can anyone help me? //...
asked by 01.06.2015 / 22:08
3
answers

Assign CSS value to HTML via JavaScript

I created this FIDDLE to see if what I was doing was right or wrong. Apparently it's wrong: My goal here is to JavaScript assign CSS values to an HTML element, in this case the value top . Based on the response from this pr...
asked by 01.06.2015 / 16:37
1
answer

text-overflow: ellipsis - Displaying text when hovering over

I did appear "..." at the end of a very large title, when I hover the mouse over it I can already make it display the rest of the title, but it does not use a line break. How do I want it to work? When you move the mouse over it, remove "..."...
asked by 07.05.2015 / 23:24
1
answer

How to make the menu appear in bootstrap in mobile resolution without clicking the button?

Can anyone help me with css to leave the menu already enabled so when it comes in mobile resolution? link When you are in small resolution, it opens an icon to open the mobile button. You click and it opens to browse. What I want is t...
asked by 20.04.2015 / 15:56
2
answers

How to place an item from a breadcrumb menu with a different color, without the hover

I have a menu of this genre, but I do not want to use the status of hover . It will serve only for page information, without having to click. However, I'm not able to put a different color in one of the menus, without using a status of...
asked by 28.11.2014 / 15:05
2
answers

How do I use @media to lock padding-top at lower resolutions?

How do I block the padding of this function <div style=" width: 300px; float:left; padding-top:68px" > no @media ? The goal is to block padding at lower resolutions.     
asked by 01.12.2014 / 14:39
1
answer

First-child and hover functioning

I have a TOPO and I would like the first li , in the case that contains the logo , do not have the border when I hover the mouse over. In other cases, yes. I tried the following CSS and I could not. .topoMenu li a:first-child:hover {...
asked by 12.12.2014 / 16:59
1
answer

Menu does not open horizontally in IE

I always use Chorme to test my application in asp.net mvc. After finishing, I tested in IE and saw that the menu was opening vertically. I noticed that it was IE update problem, because in case I was using IE8. I installed IE10 and the applicati...
asked by 24.10.2014 / 19:00