Questions tagged as 'css'

1
answer

Help icon / view positioning under image

I would like to take a CSS / HTML question, I will start a project in REACT NATIVE, and in the project I came across this layout objective: My question is, how can I put the icon (STAR) under the background image and the view where it i...
asked by 04.05.2018 / 04:39
2
answers

Format the currency of this budget for real

I need to change the currency from this budget to actual currency. I tried to use this, but it did not work: function numberToReal(numero) { var numero = numero.toFixed(2).split('.'); numero[0] = "R$ " + numero[0].split(/(?=(?:...)*$)/).j...
asked by 05.05.2018 / 20:43
0
answers

Error at the end of the Slide Show loop

Hello, I'm trying to illustrate the dynamics of a slide show. And for that, I decided to try to develop one myself. Reading some explanations here from the forum could move forward. But I came across some difficulties. My slide, when it arriv...
asked by 03.05.2018 / 19:52
0
answers

Change height of parent by height of child

I would like to do this in CSS: $("div.slider").height($("div.slider div.slide").height()) Is it possible? The goal is to create a slide where the height of the div container is always, at runtime, the same height as the slide div I t...
asked by 03.05.2018 / 20:11
2
answers

Collapse mother close the child collapse too, however do not open together on bootstrap 4

I have the following menu: WhenIclickoncollapsemãe"Security": Itopenedcollpasemãeandinsideithascollapsefilho"Users", we will click on collapse filho "Users": Sofar,everythingisasIwouldlikeittobe,ifyouclickittoclose%%ofuserswil...
asked by 01.05.2018 / 21:48
0
answers

Configure the padding of my DataTable (Bootstrap) headers via JavaScript and CSS

I need to configure the padding of my DataTable (Bootstrap) headers through JavaScript and CSS because the arrows are getting too close to the header titles and getting cluttered when the columns are scaled. I tried to use JS, but I could not .....
asked by 01.05.2018 / 16:06
1
answer

Insert v-for data into class css in VueJs2

<template v-for="d in data" > <a :key="d.id" class="zone{{d.value}}" href="{{d.code}}" >{{d.name}}</a> </template> This example simply does not work, how can I pass the values that are then within "d" to the attrib...
asked by 01.05.2018 / 22:22
0
answers

"Drop button" only with information

Can anyone explain to me how I can find a tutorial on this? I search for "drop button" (what makes sense) but I can not find anything related to this! is a normal ( <a> ) link: WhenyouclickonitappearssomethingIwant:     
asked by 08.05.2018 / 03:46
1
answer

Slider occupying more than 100vh

I have a problem, I added a slider to my header but it happens that it occupies more than the 100vh I gave, still occupies a little of the section below the header. Above this section it occupies I had a "before" that made a section divider appe...
asked by 04.05.2018 / 15:48
0
answers

Media screen does not work with boostrap 4

<?php session_start(); // Inicia a sessão include_once("func/functions.php"); // Chama o arquivo de funções padrão. include_once("func/f_exames.php"); // Chama o arquivo de funções específicas. if ($_SESSION['userPermission'] <>...
asked by 04.05.2018 / 20:22