Questions tagged as 'css'

1
answer

Does my SideBar in React not slide from left to right with the click?

When I click on the toggle my bar appears as I wish but it does not slide from left to right it just appears, I would like it to be displayed as the following snippet but I can not make it slide apparently I have to declare the width in vw, th...
asked by 19.12.2017 / 16:33
1
answer

Doubt with Flex in header

Good!, I have a question that I do not quite understand. I'm doing a web header, and I'd like to do it all with flex. In this case, I created the boxes and applied them inline-flex. The problem arises when I want to insert a new box with cont...
asked by 15.12.2017 / 16:48
3
answers

how can I put the div menu that becomes so big with the contents of the content

body,td,th { font-family: Arial; font-size: 100%; color: #51b2bd; } body { font-family: Palatino Linotype; background-color: #1febad; } a:visited { text-decoration: none; color: #6A0F1B; } a:hover { text-deco...
asked by 08.12.2017 / 17:20
1
answer

how can I put one div under another (css)

Hi, I'm trying to put one div under another: <div class="wrap"> <div class="lowNav"> <a href="#" class="search">&nbsp;<span></span>&nbsp;</a> <a href="#" class="nav">&nbsp;<span><...
asked by 09.12.2017 / 15:37
1
answer

How to put a margin and border-bottom to a label tr?

I try to put a margin and a border-bottom at the same time on a label <tr> but it does not work for me, I managed to put the border in the following way: border-collapse: separate; border-spacing: 0px 20px; But at...
asked by 03.12.2017 / 05:51
1
answer

How can I remove the blue color that an option brings! Help!

Hello Friends good afternoon, what happens is that I want to eliminate the blue color by default in a comboBox when going over the options, and probe with the hover, but I did not succeed this is the screen: option:hover { ba...
asked by 29.11.2017 / 20:16
1
answer

Problems with carousel caption in a bootstrap carousel

Hello to see if you can help me, I am using a bootstrap carousel and it turns out that I want the text and product content to be centered on the 1170px bootstrap grid. Use the following code as an example. The idea of this carousel is to be like...
asked by 28.11.2017 / 20:22
1
answer

Proportions slider (jquery.slider.)

I have a problem performing a slider with jquery.slider.js The slider works for me correctly The problem is the proportion of the image. It has an established ratio and to adjust the size it only lets me change the width. In function of this, th...
asked by 28.12.2017 / 17:44
0
answers

Problem with clearTimeout

I want to paralyze setTimeout with clearTimeout but there is no way. The code is as follows: function limpiarModal(){ $("#ventana-emergente").animate({top:"-350px"},1000); set=setTimeout(function(){$("#ventana-modal").css...
asked by 25.11.2017 / 13:31
1
answer

Generate structure in flexbox bootstrap

.columns-equal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height:800px } .col-bordered { display: flex; flex-flow: column nowrap; flex: 0 1 50%; } .col-b...
asked by 14.12.2017 / 21:23