Questions tagged as 'css'

2
answers

Step made with css

I need to make this detail in css: The gray detail with this step. The question is how do you do with css? Or just with an image?     
asked by 30.08.2017 / 03:18
1
answer

Mobile Page in Chrome Simulator

The sites I'm developing are presented with some problems. I believe it is because of my inexperience in mobile - responsive pages. I make my sites on Mobile First . And to test the site I use Chrome Portable Simulator on Inspect Element....
asked by 05.08.2015 / 20:43
4
answers

How to dynamically change text color based on background color?

I am trying to change the color of the text according to the background in css, I have a list, each line is a color, I need for clear text plans the text is black and for dark backgrounds the text is Of course. Example: tr td { c...
asked by 25.04.2016 / 17:02
2
answers

How do I display a message if log found and if not found?

I have the following routine in php: or die ("Não foi possível realizar a consulta ao banco de dados"); while($rowfoto2 = mysql_fetch_array($ridfoto2)) { How do I display a message if log found and if not found? Thank you!     
asked by 22.12.2015 / 15:49
5
answers

How do I make a div get hidden?

I have a function here that makes the div invisible and visible, but it starts visible, I would like it to start invisible.     
asked by 02.02.2018 / 18:19
3
answers

How to change the color of the text entered in the input?

I have a input and when I type something in it the text will have the same background color (white). Does anyone know how I can edit this? I would like to put color black .     
asked by 27.06.2017 / 15:15
2
answers

element animation in pure CSS

How can I make a pure CSS layout with a ball simulating traffic, the ball would be circling the lines, see a diagram SERVER --------> YOU /\ | | | | * |____ ME <_______| It was kind of s...
asked by 31.08.2015 / 03:13
2
answers

Include PHP Menu

I'm having difficulty including a php code with html on another page using include, in case the code is a menu written in html but with php extension. When having to include the code of the file menu.php in the file index.php it accuses an error...
asked by 15.05.2015 / 17:46
3
answers

Align image with text

How can I make a similar result? Ineedtoaddthoselinesasintheimage,andleaveTags(whichisanimage)alignedwiththetext,asintheexample.<div><imgsrc="<?php echo IMAGEPATH; ?>services/tag.jpg"> <p> Lorem ipsum dolor sit amet...
asked by 06.05.2015 / 19:57
4
answers

Icon on input with bootstrap

How do I add a bootstrap icon in my input like this:     
asked by 06.06.2017 / 19:09