Questions tagged as 'css'

1
answer

loading screen only when needed

I made a loading screen so I would like to make it work only when it is a time-consuming action and not with any loading. JQUERY <script type="text/javascript"> $(window).load(function() { $(".loader").fadeOut("slow"); }); <...
asked by 18.07.2017 / 16:44
1
answer

Save cropped image with JCROP pro Bank

Hello! I'm creating a user profile and to crop the image I'm using JCROP. It usually cuts to me, but I wanted to know how I can save this result in the image and the bank accept this clipping that has been done. <!DOCTYPE HTML> <...
asked by 25.07.2017 / 17:41
4
answers

Placing an IF in CSS

I have a CSS that shows and hides a div . But I want this to happen only if this field is filled in, that is, if it is different from empty. <input type="text" onkeypress="return BuscaDados(event);" onblur="CarregaFornecedor(this.valu...
asked by 11.09.2018 / 15:09
4
answers

Footer with one line

I'm using bootstrap to make a footer, but currently it's playing each element on a line like this: Iwantedhimtostayonasinglelinelikethis: <footerclass="footer"> <div class="container "> <img src="imgs/logobranco.png"&...
asked by 27.02.2018 / 19:44
3
answers

How to use fixed position inside a div?

I have a div that has its header and its content that has height fixed and it has scroll . How to put position: fixed in header (where is the title), without moving it when scroll goes with the page? Example:...
asked by 16.05.2014 / 15:08
2
answers

Problem in creating fixed layout [closed]

Well, I'm having trouble creating a fixed layout f that fits only the height or width of the screen, be it the phone or the desktop. But it's not a responsive site, it's a normal site for desktop , not for mobile version, but when I...
asked by 05.06.2015 / 23:58
2
answers

Leave image with the tag img proportional to div [closed]

I want to leave the proportional image inside the div, but I can not. The only "solution" I found so far is to put object-fit: cover, but this style is not compatible with many browsers, so it's not interesting. Using an image by css also res...
asked by 23.01.2017 / 17:31
1
answer

Open dropDown above div

Hello, I have a dropDown made with ui-select, which does not open over the rest of the site. Asyoucansee,itonlyopensuptothedivborder IalreadytriedtheexamplesIfoundonsites.examples:position:absolute,z-index:99999,overflow:visible,innocasedidI...
asked by 09.02.2017 / 17:56
1
answer

Put icons in a treeview with bootstrap

I took a treeview template with bootstrap and I'm having some problems, the code they have available did not use any icons, see the template here: link Html: <link rel="stylesheet" type="text/css" href="../asstes/css/bootstrap.min.css"...
asked by 11.02.2015 / 22:03
3
answers

placement of elements in float without spacing

I've been trying to solve this problem for some time. When I create a site using div's that are float I have the problem of leaving a blank space after the 1st div in the line break as in the example here: link I wanted to know ho...
asked by 05.02.2015 / 20:49