Questions tagged as 'css'

4
answers

Background image

I have this section: .bg-registro { background-image: url("https://www.w3schools.com/css/paris.jpg"); min-height: 100%; background-repeat: repeat-y; /* background-size: cover; */ position: re...
asked by 19.01.2018 / 12:51
2
answers

Problem with Jquery with style if

Hello I'm trying to show and hide depending on where you click. It is not generating any type of error. The intention is that when you click, the input is opened, which it does, but when I apply the if, the else does nothing, and when you cli...
asked by 05.01.2018 / 13:14
1
answer

problem when placing the fixed top in a lateral menu using bootstrap4

I have this administrative panel and I want to place a fixed side menu so that when I do scroll it stays fixed, the class fixed-top in Botstrap allows me to do it but it does not work well in side menus body { bac...
asked by 31.12.2017 / 01:59
1
answer

CSS GRID FULLSCREEN

My question is about how to create an area with css grid layout that occupies the whole screen, that is, as if it gave you a height:100vh , and a width:100vw . I am trying to give the number of ROWS to a slider so that it occupies...
asked by 19.12.2017 / 18:29
1
answer

Problems with the css of a href in menu Bootstrap

$(document).ready(function(){ $(".dropdown").click( function() { $('.dropdown-menu', this).not('.in .dropdown-menu').stop(true,true).slideToggle("600"); $(this).toggle...
asked by 20.12.2017 / 00:45
3
answers

Problems with hover image transform: skewX CSS

I am wanting to add a title for each image when I do the hover and I would like to place it as the example of the attached image, the problem that I was testing and it does not allow me to position it over the image and that is in the top limit,...
asked by 18.12.2017 / 15:42
1
answer

Select by default, depending on the value returned in MySQL?

Good afternoon I have the following code: <div class="form-group"> <label for="exampleInputEmail1">Centro de formación: </label> <select class="form-control" name="centroformacion" selected="Cen...
asked by 18.12.2017 / 21:06
1
answer

Styles Css to tcpdf

I am generating a PDF file with TCPDF and I can not find a way to style the text using CSS. Can somebody help me? Here's my code: $pdf=new TCPDF(); $pdf->Addpage(); $pdf->SetFont('dejavusans', 'B', 20); $pdf->Write(0, '', '', 0,...
asked by 12.12.2017 / 18:49
1
answer

Problems with hover in a bootstrap carousel

Hi, I'm having a problem with the text that I apply to the image of a bootstrap carousel, the problem is when it does the hover, where the content stays fixed. But it should do the same effect as the text below. The content not adaptable to the...
asked by 12.12.2017 / 14:18
0
answers

Problem with file upload tool

Good evening, I have created a tool written in HTML, CSS, JavaScript and PHP that allows uploading files to my local server. However, something is failing when uploading the file, because the page is blank. Please take a look, as I have re...
asked by 19.12.2017 / 01:13