Questions tagged as 'css'

2
answers

Change the color of the values

I have <form> in which I return information I consulted in bd, until everything is working perfectly, however I would like to change the color of value according to the result. If value is "PENDING" it should be red an...
asked by 02.01.2018 / 11:46
2
answers

Change color as text entered in TextBox

Hello! I need a code that changes the background of some TextBox as soon as the page is loaded according to what was "caught" from the database, my idea would be: textBox has 2 possible values="SENT" and " NOT SENT ", the code changes the backgr...
asked by 19.12.2017 / 18:48
1
answer

Change the color of a button and keep it changed after the user leaves and returns

Is there any way to make a page keep the color change of a button (or link) with a function such as the CSS "a: visited" but that change should remain even after the user exits the site and return later?     
asked by 23.12.2017 / 19:33
1
answer

Is it possible to create a JS file for all pages?

I have several pages, I wonder if you can use the same JS for the same page. For example:    I have a HOME page, where I load the "child" pages within a% content, but for each page, I need to create a new JS $("#lista_cli").click(fun...
asked by 11.12.2017 / 04:02
1
answer

Some rotate items look different, how can I correct them?

I need help. Some items that I used the transform method to give a 45 degress rotate are a bit different than the others, all of them in the same div. How can I do to fix it? I'll give an example with an image to be more specific:     
asked by 06.01.2018 / 19:09
0
answers

Flash animations converted to HTML5 do not fit in div

I converted a series of flash animations to HTML5, but after the conversion the animations (now in html5) are not set inside the DIV. Before the conversion it was like this: <video src="caminho/animacao.swf" autoplay controls ></vi...
asked by 08.12.2017 / 12:13
2
answers

How to separate two li

I'm making a website for work and I can not separate two li's for a given resolution. Below the print belowthehtmlmenu<divclass="container"> <div class="row"> <div class="col-md-12"> <img src="../ima...
asked by 08.12.2017 / 14:54
0
answers

chrome update Crashou Css

I have a problem in the css of my web application. I started working in this company a few weeks ago as a trainee and I'm having to solve some bugs that have appeared, mainly related to google chrome. It turns out that after the update of 10/12...
asked by 22.12.2017 / 15:33
2
answers

Any way to style "parent" element with CSS

Hello, is there any way to select the parent element of another element with CSS? To be more specific, I am studying in localhost using the phpBB3 forums platform, when a message is grateful it gains the .bg1 class (the default being...
asked by 24.04.2014 / 19:03
0
answers

save div to pdf preserving css

Hello, I'm trying to save pdf using the jspdf script, but it is not working correctly, the code is: var pdf; pdf = new jsPDF('landscape'); pdf.addHTML(window.parent.tela_frame.document.getElementById("resize-container"), function() { pdf.sa...
asked by 04.12.2017 / 13:34