Questions tagged as 'css'

2
answers

How can I disable the resizable area of a textbox?

I'm not an enthusiast of front-end languages, but in one of the examples I was testing, I was left wondering how to disable the resizable property of a text area. I know I can resize a text area by clicking its bottom corner and dragging with...
asked by 25.10.2017 / 20:50
2
answers

Change the color of a word in a textarea still in edition

How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color. I want to know to make a syntax highlighting.     
asked by 18.10.2017 / 00:47
3
answers

Progress bar with css

I'm trying to set up a progress bar with css, and the progress value is 13.20%. The problem is that it's getting a gradient effect, and I want it to change from one color to another. .notification { padding: 15px; color:#FFFFFF;...
asked by 28.07.2017 / 19:04
3
answers

Making a div reappear

In the yellow div ( id="conteudo" ) there is the pink div ( id="conteudo-interno" ) and an image. The button causes the yellow div to be cleared, but I want it to disappear, except for the pink div ( conteudo-interno ) Is ther...
asked by 22.09.2017 / 16:33
3
answers

How to enter HTML code in PHP

I have the following PHP code: <?php include("config.php"); if(!isset($_SESSION['user'])){ echo "you are not logged in,please click here to <a href='memberarea.html'>Login</a>"; } else{ $q...
asked by 07.05.2017 / 15:23
1
answer

How to break the line when passing the size of the div?

I'm having this problem rendering text without spacing. How can I resolve it?     
asked by 28.04.2017 / 15:41
1
answer

Strange character at the beginning of the site pages

I'm developing a website in PHP and MYSQL and all pages are displaying the following characters at the top of the page: ï »¿ Each page (index, about, contact ...) to be opened has in the upper left corner, right at the top, this dirt. I alread...
asked by 28.01.2016 / 02:34
2
answers

Change Bootstrap icon in the Mobile version

I have this code: <i class="glyphicon glyphicon-arrow-right"></i> which is a bootstrap icon from an arrow to the side. I want to make sure that when a person connected to the site is accessing the mobile phone, it displays this...
asked by 11.11.2015 / 04:28
3
answers

How to change the color of just one word in a paragraph?

For example, in a paragraph: <p id="paragrafo"> Bla bla bla banana uva morango bla bla bla </p> How would I change the color of the word "grape", for example?     
asked by 04.01.2019 / 02:40
2
answers

Transition with fade between sprites

I have a button that looks like this: AndwhenImovethemouse,Iwantittolooklikethis: Ok, for example, I can use: .unidades:hover{background-position: center -49px;} The problem is that there I can not make a effect appear slowly , type...
asked by 21.10.2014 / 18:24