Questions tagged as 'css'

1
answer

Separate JQuerys and Css

I have a index.php that uses the following JQuery and CSS : <script src="http://code.jquery.com/jquery-1.12.1.min.js"></script><scriptsrc="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js">&l...
asked by 10.03.2016 / 14:24
2
answers

How to force loading of JS and CSS files with each new published version?

Every time I publish a new version of my web application (a multi-company system) that has changes to JS and CSS files, some clients complain about errors and I find that it is the cache of the browser and I have to instruct the client to refr...
asked by 03.09.2015 / 20:57
2
answers

Placing a background image and making it responsive

I'm having a problem putting a background image on my page. I did some testing and it stays that way when I change the size of the window: WhenIgetmaximized,it'sright: HowcanIadjustthisimagetogetthescreencorrectly?CSS:.login-page{background-...
asked by 17.09.2015 / 13:41
0
answers

How to disable nav-tabs bootstrap with php

I'm trying to disable some nav-tabs that I have with an action in php , but I'm having a hard time performing this action completely, until I was able to disable nav-tabs with this class='disabled' code when hovering o...
asked by 12.02.2016 / 10:36
1
answer

How to open Fancybox above the menu

I'm having a hard time, when I open a lightbox Fancybox it's getting below my menu, I changed the position of it, but I did not like the result, because it was strange, but I could not let it open up. p> The page with the effect is this...
asked by 24.02.2016 / 15:51
2
answers

How to stretch an element to the end of the screen? [duplicate]

How to stretch an element to the bottom of the page taking into account the position it is in? ex: <div class="caixa1">CAIXA 1</div> <div class="caixa2">CAIXA 2</div> .caixa1{background-color: red;} .caixa2{back...
asked by 24.02.2016 / 16:51
1
answer

How to always align to the top an LI

I would like to know how I can make these images always stay in footer of the other. The underneath should always touch the% of the top% in the format of a footer . Below is the print: Mycodelookslikethis:<style>...
asked by 17.02.2016 / 15:29
1
answer

How about more than one drag and drop on the same page?

I have to drag several drag and drop on the same page. I took an example and threw in my application. Well it works. But when I try to insert one more of the same element, this second element drag and drop does not work. I have never worked with...
asked by 17.02.2016 / 17:26
1
answer

Content loses formatting when viewing print asp.net mvc

I have a page to print, it was done with the bootstrap, I would like to keep the layout with the same formatting, I am doing it this way: Thank you <script> function cont(){ var conteudo = document.getElementById('print').i...
asked by 13.01.2016 / 17:19
2
answers

How to set Auto Adjustment background? [duplicate]

How to put auto-adjustable background to the screen? I put it like this in my body but when I enter the cell phone it cuts the background, only stays where it has an element. body{ clear: both; background:url(../img/backg...
asked by 13.01.2016 / 20:02