Questions tagged as 'css'

1
answer

CSS in Chrome does not work correctly

I'm programming in PHP, HTML and Javascript to create an online store, integrated in the Opencart platform. Everything is already working properly, minus a small detail with CSS. I put the hover effect on the image of the different produc...
asked by 05.01.2015 / 13:14
1
answer

Windows Phone ignores breakpoints

How to resolve the bug of viewport on Windows Phone? I use the code below, which is for him to change the background on the Smartphone, but it continues with the background of 1200px. @media (max-width: 767px) { .jumbotron.top {...
asked by 20.03.2015 / 16:04
1
answer

Create search button equal to theme twentyfourteen [closed]

I need to create a search button just like the twentyfourteen theme. How can I do it?     
asked by 23.02.2015 / 22:10
2
answers

Comment area overlapping site footer!

Hello, I have a comment area on my site that I made using the Facebook API. The problem is that when someone sends some comment, it overlaps the footer layout. I already tried using position: relative , position: absolute and pos...
asked by 18.12.2014 / 17:19
1
answer

How to switch txt message according to field focus

In this question I saw how to read the .txt ~ > Read txt Now I want to know: If I leave a field in focus , and it's about the tooltip message, it should show a message regarding that field. > Ex: If I leave the password field...
asked by 10.12.2014 / 12:31
1
answer

Site introduction layer (float div) [closed]

I need to find a solution where you open a layer to place advertising that closes automatically if you do not do anything. Is there any script you can recommend? Can you help me with this question?     
asked by 10.12.2014 / 10:08
2
answers

Css in different resolutions and browsers

I have componente1 and componente2 follow the example: body { margin: 0; } .componente1 { width:250px; float: left; background-color: green; height: 340px; } .componente2 { width:250px; height:...
asked by 03.12.2014 / 18:13
1
answer

Click in Jquery does not work

As per this question I previously asked and it was resolved I have another question that happens after that. $(".membrosClick").click(function() { var el = $(this); el.css("width", "766px"); el.children().show(); }); $(".mem...
asked by 12.03.2015 / 22:18
1
answer

HTML page responsive only in browser

I've created a responsive html page, to run mostly on smartphones. However, in portable devices, in the vertical (standing) position, the background image is not "resized". In the browser, if I narrow the window to the maximum ("mimicking" the s...
asked by 01.12.2014 / 18:30
1
answer

Developing Theme in Wordpress - Widgets do not appear

I'm trying to develop a theme from scratch in Wordpress by following video lessons. The problem did not just happen to me, there are people commenting on the same problem that is the fact that after all the PHP, HTML and CSS coding aimed at crea...
asked by 02.12.2014 / 18:55