Questions tagged as 'css'

4
answers

Fade color transitions in one word

I have a code that is doing color transitions, it has to leave a fade in this transition, that is, so it does not change so "dry", I'm doing with JS , is there any CSS that does it? Anyway, I wanted the fade to be executed in color...
asked by 06.04.2015 / 14:50
3
answers

Change active menu item depending on 'scroll' [closed]

Does anyone know how to do the effect that activates / deactivates menu items depending on the scroll? Like for example in the PHP of the Right Way site, the menu items activate / deactivate as the page scrolls. I tried to analyze the sourc...
asked by 25.05.2016 / 22:01
1
answer

Alignment of precode elements in css

Example code without indent /*Exibindo trecho de código no HTML utilizando o <pre><code>*/ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </h...
asked by 23.11.2016 / 14:51
1
answer

How to change the color of the buttons when selecting an input radio?

I have this form WhenIdialthe"Accounts Payable" radio input, I need the buttons to turn red. I'm using AngularJS, so I used ng-if , but the code was pretty extensive. How could you do this in a simpler way?     
asked by 13.12.2016 / 10:20
2
answers

How to add a font to a select?

I have the following link: <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"> And I would like to add it to a select....
asked by 12.11.2015 / 13:41
1
answer

How to leave a grayscale image in cross-browser css?

I'm trying like this: img { filter: gray; /* IE6-9 */ filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */ -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ } <img src="https://www....
asked by 11.01.2016 / 20:41
3
answers

Aligning text right in a list

I'm trying to make a change to a code I have and what seemed relatively easy to me became a difficulty, what I have is this: <div class="top-bar"> <div class="container"> <div class="row"> <div class="col-md-6"...
asked by 19.01.2016 / 20:46
4
answers

PHP MVC - Inclusion of CSS, Images etc

Hello, in my application I'm having problems when I add a css file, image or any other file that is frontend, because when I include it, I need to set the whole directory of it, for example. The views directory has the following structure  ...
asked by 23.03.2014 / 15:21
3
answers

Include link in a container

I have a container in my code and I need it to be clickable, with href , let's assume that by clicking it, go to "Google.com". How can I do this? <div class="project-2 v-center"> <div><!--v-center--> <div class="...
asked by 26.04.2014 / 16:54
2
answers

Is it possible to have more than one CSS rule for an "img" in a "div"?

How to apply two (or more) CSS rules to elements img of within a div ? I use the TinyMCE editor and when I send an image to post or messages (pms) I have to be in a specific measure for each thing, otherwise the images "pop" the...
asked by 06.05.2014 / 02:34