Questions tagged as 'css'

2
answers

Text alignment problem within select and input

I'm having trouble defining the style of inputs and selects. The text is misaligned / cut, as the figures below (first image in chrome and second in IE, in Mozilla is equal to chrome) input{ height: 25px; border-radius: 0px; border: 1px...
asked by 12.07.2016 / 05:31
2
answers

Background-color does not accompany content

Well, I have the code below and I have a question: Code .um { background-color:#000; width:600px; height:280px; margin:0 auto; /*centralizando horizontalmente esta div*/ } .dois { background-color:#CCC; width:300px;...
asked by 18.04.2016 / 14:56
1
answer

Changing the css of a div with Jquery mouseover

I need that, if the mouse is not on top of a div, after 4 seconds it disappears, changing the css. How to do this with Javascript / Jquery?     
asked by 15.04.2016 / 02:14
3
answers

Problems with image on site

Hello, I want to put an image in the header of my site, but I can not get it right on the header. If I put the code before the div, it does not appear, its I place it in the div responsible for the title, it appears. I have attached the images o...
asked by 16.09.2016 / 19:24
2
answers

Align DIVS in CENTER

I'm working with bootstrap + codeigniter and I can not align the products in the center of a div. I would like the blue items in the center to be centered aligned. HTML/PHP<divclass="col-md-3 col-sm-12 col-centered portfolio-item <?php...
asked by 30.06.2016 / 19:32
2
answers

Problem with @media query

I'm having a serious problem with Media Query, I'm testing this code and it does not change the state at all, I reduce the screen to the maximum and the colors remain unchanged; HELP .box{ width: 200px; height: 200px; background-...
asked by 29.06.2016 / 06:57
1
answer

Linear-gradient and compatibility with browsers

I'm using the following background css in a menu: background: -webkit-linear-gradient(left, #0260a9, #444); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(left, #0260a9, #444); /* For Opera 11.1 to 12.0 */ background: -moz-linear-g...
asked by 22.12.2015 / 14:01
2
answers

Error implementing facebook share

Here is the code I have: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.fa...
asked by 22.12.2015 / 18:34
1
answer

News Engine Help RSS

Good night guys, I'm trying to make a good RSS-style news engine the code is open and can be seen at Github >, I am trying to do with the fadeout and fadein effects however only the latest news is being shown as you can see in the example...
asked by 03.01.2016 / 05:10
1
answer

reset effects after clicking on a link

How can I reset all effects after clicking a link to Ex, this underlined effect and border:     
asked by 16.06.2016 / 00:22