Questions tagged as 'css'

1
answer

Background transition with gradient

As far as I know, css does not support transition of backgrounds with gradient, but supports transition from "flat" colors, for example (background-color: #fff) How did this effect apply here, then? link I was able to reproduce the effect...
asked by 12.06.2016 / 08:01
2
answers

Detect stop () from Object Embed and return Alert ()

To all, once again, I ask for help. I'm using a firefox with MPlayer Plugin What I want is to send an alert to the end of a video played, ie if the video player is inactive (stopped) emit alert() or if it is active (running) the...
asked by 12.06.2016 / 22:02
2
answers

Formatting text in uppercase - uppercase

I'm building an application using PHP and I'm a beginner in systems development. How do I format the text fields to have the letters all uppercase?     
asked by 06.06.2016 / 00:19
2
answers

Pass database ids in css

Good afternoon. I want to change the css of a div whose id is equal to the id coming from a database. How can I do this? Can I use php in css? I want to pass the id where you have it? HTML <div class="div_grande">...
asked by 25.05.2016 / 14:14
1
answer

How can I be doing multiple modalities on a page, just pulling another PHP page within the modal?

I have a code that opens a modal with another PHP page within modal, but I only managed to do that with a page. I would like to do the same thing using this code for the other buttons, only opening other distinct pages. Can someone help me with...
asked by 24.05.2016 / 14:31
2
answers

How to select a specific contact form to format in CSS

I'm working on a quick contact form on my page, and I need to format it in css with the following code: form.wpcf7-form { position: absolute; width: 250px; top: 165%; left: 65%; text-align: center; background-color: rgba(89, 89, 89...
asked by 16.05.2016 / 19:41
1
answer

Problem uploading a .gif file when updating php page?

I have a problem in my code to load a gif when updating a page the gif until it appears more does not leave it running straight. Can anyone help me? Here's my javascript: <script> $(document).ready(function(){ $("#loa...
asked by 16.05.2016 / 15:55
1
answer

How to determine that a div should occupy the entire space of an A4 sheet in PDF by CSS?

How to determine that a div should occupy the entire space of an A4 sheet in PDF by CSS? To generate the pdf I use PHP. for example <div class="page"> // conteúdo da div </div> I would like that whenever I had a div wit...
asked by 13.05.2016 / 19:24
1
answer

How to run a php file through a Switch Button with html and css?

Save people !! I'm new to programming. I would like to know how to make this button run a file in fired .php and another .php file when not fired. /* Estilo iOS */ .switch__container { margin: 30px auto; width: 120px; } .switch...
asked by 22.07.2016 / 18:44
1
answer

Css not found html page - SpringFramework

Hello. I'm having trouble getting the css, js, fonts etc from my project on my pages. I'm using Spring by entering the address of the css files in the browser but the system is not managing to find the path correctly. If anyone can help .....
asked by 27.04.2016 / 01:53