Questions tagged as 'css'

1
answer

CSS does not load with link

Hello, I'm logging in and I need to pass the logged in user to other pages. I call the other page this way: $url = 'cadastroFuncionario.php/nome='.$nome.'&id='.$idFuncionario.''; But this page ( cadastroFuncionario ) does not l...
asked by 03.07.2016 / 01:55
1
answer

How to change 3 flipboxes to 8, with 4 each in each row?

I would like to know how to put instead of 3 flip boxes, 8 flip boxes. 4 on top and 4 on bottom. CodePen HTML: $(document).ready(function() { // set up hover panels // although this can be done without JavaScript, we've att...
asked by 02.07.2016 / 16:38
0
answers

Problem renaming Bundle files

I changed the Bundle names of my application, but when I rotate it again, it tries to access the same path with the old Bundle names. For example, before the bundle name was ("bundles / bootstrap / bootstrap.css"), then I modified it to ("bundle...
asked by 03.07.2016 / 16:59
1
answer

Add button under the div using the after () function

Good afternoon! I have the following situation: Multiple divs, side by side, using display: inline-block. I want to click on a div, I can put a button underneath of this div. I started using the append function of jQuery, as follow...
asked by 25.08.2016 / 21:20
0
answers

Which html markup for menu, which consumes fewer browser features?

Below is a simplified HTML markup for a menu that I use: <ul> <li><a href="#" title="Teste X">Teste X</a></li> <li><a href="#" title="Teste Y">Teste Y</a></li> <li><a href...
asked by 26.08.2016 / 02:19
1
answer

Error opening and closing modal

Javascript var inicio = document.getElementById('inicio-modal'); var banner = document.getElementById('banner-modal'); var produto = document.getElementById('produtos-modal'); function abreInicio(){ if (inicio.style.display == 'none') {...
asked by 15.08.2016 / 14:56
0
answers

z-index google chrome error

Google Chrome is with error in the z-index of my css, I put a jquery slider plugin and it was above my menus, so I changed the z-index to change the position, except that firefox and safari works normally , already in google chrome not when I ho...
asked by 30.06.2016 / 20:39
1
answer

Flexslider buga in Tab or Modal

I'm doing a tab with 1 Flexslider (Slider) on each tab, however the first works quietly, since the second TAB the slider buga, ie I have to either minimize the browser or open element inspector. I looked for some things and found that Jquery...
asked by 30.06.2016 / 18:40
1
answer

Text alignment

I'm trying to make a text appear in alignment. This text is in a variable in ruby on rails. As follows: <div class="grid" data-masonry='{ "itemSelector": ".grid-item", "columnWidth": 400 }'> <div class="col-12" style="width: 250px;h...
asked by 30.06.2016 / 16:42
0
answers

How to make a search HTML code equal to AIRBNB?

I would like to know how to make the search engine appear the place with to make a place filter and the side had check in, check out .. exactly the same as airbnb, tried that way but it did not work: JS: $(window).ready(function(){...
asked by 30.06.2016 / 21:01