Questions tagged as 'css'

2
answers

Centralizing right inside a list (ul)

Is there any way to center the logo logo. without using two lists? Intheexamplesite,itusestwoliststokeepthelogointhecenter,howcanIplacethelogoinsidea"li" without affecting the menu structure?     
asked by 08.07.2015 / 10:57
1
answer

Is it possible to extend the bootstrap css using less?

I use twitter bootstrap for some things, and I came across the ease of using less, how can I, to use less bootstrap variables in a second css file? For example, call the media querys with the bootstrap values: @media (max-width: @screen-xs-...
asked by 06.06.2014 / 15:34
3
answers

How to hide the tooltip created by the Title attribute?

Is there a way to hide the tooltip created by Title by holding the mouse over IMG through CSS or JavaScript?     
asked by 13.11.2014 / 14:17
1
answer

Error with calc in Safari!

I'm having problems with Safari 5.1, the css width: calc (100% - 350px); does not work correctly on Safari, follow the code and jsfiddle: JSFIDDLE <div id="menu"></div> <div id="conteudo2"></div> #conteudo2 { wi...
asked by 11.08.2014 / 20:04
1
answer

How to remove blocks from a grid?

I'm trying to do something like the facebook timeline, two columns with multiple posts, the problem is, in some parts a hole opens, the reason is that the bottom block (left) is in the code after the above block (on the right). WhatIwanttokno...
asked by 14.07.2014 / 21:33
2
answers

Is it possible to execute CSS commands in javascript? HTML

Is it possible to execute CSS commands in javascript? Example, if I clicked a button, would its color change?     
asked by 16.08.2016 / 18:47
2
answers

z-index does not work in link

I'm having a problem creating a% masks% and a link to disable this masquerade. In another layout that I had worked normally, now that I'm making the switch it stopped working. I have the following code: <div class="mascara" style="display:...
asked by 11.08.2016 / 18:28
3
answers

Problem with hover in CSS

I have a table and I want every cell to be highlighted when the mouse is over. However, it is not working. It should be considered that I am using bootstrap as the basis for page styles and therefore I believe it is a conflict between my...
asked by 11.02.2014 / 23:04
1
answer

CSS Problem with borders and placement of list elements

I'm doing a TAB component in HTML + CSS, and I have a question regarding css, the code I have is: @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700"); .tabs { font-family: "Open Sans", sans-serif; width: 222...
asked by 14.11.2018 / 09:55
1
answer

Select multiple inputs

I have the following question if you can improve this selection: #form-login > input[type="email"], #form-login > input[type="password"] {} Because if I have multiple inputs it will get very large ..     
asked by 04.12.2016 / 02:49