Questions tagged as 'css'

1
answer

Div with upper z-index overrides another div with lower z-indez

I have 2 divs. The first one has z-index 1 and position fixed. The second div has z-index 2 and position relative. The second div has a very extensive content and between the contents, there is a blank part with 500px height. When I go throu...
asked by 06.09.2014 / 22:42
1
answer

Two elements with the same height with jQuery - all the time

I'm taking advantage of a gallery system that I found on the web where, depending on the proximity of the mouse image, it widens proportionally. Link: Image Gallery Well, I have adapted the code to be responsive (and as you can see it is...
asked by 06.09.2014 / 20:40
3
answers

icone is not next to bootstrap input

I'm trying to get an icon next to my input using bootstrap, but it's always down below My code looks like this: <div class="row"> <div class="col-md-12"> <div class="form-group has-warning has-feedback">...
asked by 21.08.2014 / 01:24
1
answer

How to leave center navigation arrow in flexslider

I have a banner that is displayed in a flexslider and I need to leave the navigation arrows centered on the sides, today they are in the base. As much as I change I can not get them centralized, my limited knowledge in css limit me. The page...
asked by 27.02.2015 / 13:20
2
answers

Turn vertical gallery horizontally

I have a vertical gallery and I like to put it horizontally, how do I do it? #gallery { padding:0; margin:0; list-style-type:none; overflow:hidden; width:320px; height:425px; border:1px solid #888; backgrou...
asked by 03.03.2015 / 12:34
2
answers

Two Different Horizontal Menus

I'm creating two horizontal menus on the same page with different settings and so I used a class in each of them. I can not get one of these menus to have a one-color box in there What I did was to give a padding to each of the menu...
asked by 27.07.2014 / 16:14
2
answers

Cross-browser conflict in window width

I'm working on a website, the problem is when the window is less than 500px, in Firefox navbar (navBar.css) appears one way (correct) and Chrome appears in another. How do I resolve this?     
asked by 11.03.2014 / 12:12
1
answer

Leading vs line-height

I have the following problem in converting a layout, I have a list of names that have the following property (in the image below): IfoundsomeformulaslikethisLine-height=Font-size+Leading/2,butwhendeterminingthelineheightincss,thedistancedoes...
asked by 21.01.2016 / 18:23
1
answer

Scrollbar horizontal being scrolled by vertical scrollbar [pendant]

I'm doing a little test with the Chrome Canary 74 scrollbar on Android. I read a lot about it, but I did not get results for the mobile device, and since I do not have a pc, I use Aide Web to program it. In my project, there are only two f...
asked by 31.12.2018 / 18:59
1
answer

Problems with font-face

I'm finalizing a site using Twitter-Bootstrap. I'm using% direct from the style.css and I am pulling @font-face also in style.css , at% / em> and applying directly to font-family . But I'm not getting results ... Can anyon...
asked by 24.12.2018 / 21:38