Questions tagged as 'css'

3
answers

Div adjustable with css

How can I make the div to fit and align to the top div automatically? Because this div is inserted dynamically. I would like to do this. Thank you     
asked by 27.08.2016 / 01:21
1
answer

how to vertically align a button .btn (bootstrap) inside a fixed nav top menu? [duplicate]

#nav { background-color: #888888; } #nav h3 { margin-left: 3em; } #nav-right { display: table-cell; } .btn { height: 100%; } <div class="fluid-container"> <div class="row navbar-fixed-top" id="nav"> <di...
asked by 30.09.2016 / 13:23
0
answers

Map an image with colors [closed]

I have a vector with several values, each vector position can range from 0 to 100: vet = a [10 , 50 , 60 , 70 , 50 , 0 , 99 , 65 , 32 ]; These values are the pressures in the sole of the foot of an individual. So I need to color this image...
asked by 01.10.2016 / 12:02
2
answers

Error when using CSS nth-child () [closed]

.citacao-bio { background-color: #D9E5E3; border: 10px solid #C2CCCA; width: 250px; box-sizing: border-box; margin: 20px 40px; float: left; position: relative; } .citacao-bio:nth-child(2){ float: right; } <div...
asked by 19.09.2016 / 14:56
1
answer

How to modify elements: hidden with jquery?

I use the Bootstrap carousel and I need to modify the margin-top of a title, but when the content div is: hidden, I can not get the height of the text with jquery. Here is the code: $(document).ready(function () { $('.slogan').each(fu...
asked by 19.09.2016 / 19:36
0
answers

Implement swipe in the Venobox lib

I'm using a lib called venobox on a website, but it does not have the native swipe which is the slide of the side image to pass it or go back and I've already tried to implement the TouchSwipe-Jquery-Plugin lib but it does not work on the images...
asked by 14.08.2016 / 17:40
1
answer

Centralized HTML / CSS Menu

I need a help with a code I do not know much about HTML and CSS , I'm learning slowly and need help.    Home HTML / CSS <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...
asked by 17.08.2016 / 15:55
1
answer

Customize BootStrap menu

I want to make a menu in a HEAD with a dropdown, I'm trying to customize a bootstrap code but without success follows the code: * { padding: 0; border: 0; box-shadow: 0; list-style: none; margin: 0; } header { backgroun...
asked by 13.09.2016 / 03:57
1
answer

How to add color in the hover of the select option? [duplicate]

I'm trying to change the color of the hover effect, however this only works in firefox. Example: option { filter: hue-rotate(50deg); } <select> <option>foo</option> <option>bar</option>...
asked by 18.03.2016 / 21:07
1
answer

Display image within the menu mobile bootstrap

I need to make when the user is on a mobile / tablet / ipad inside the menu (those 3 risquinhos) to appear an image type the Google menu. Here's the image of how I have to leave: Does anyone know how to add this photo and name into the boo...
asked by 17.03.2016 / 14:58