Questions tagged as 'css'

2
answers

Problems in css, menu does not work

It just does not work, the "li" does not appear. <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> /* reset do html */ html, body, div, span, a...
asked by 14.05.2015 / 04:38
1
answer

Dropdown Bootstrap 3

How to put a Bootstrap dropdown menu to display on the right side? Here is a template:     
asked by 15.05.2015 / 01:28
1
answer

How do you know what elements (js, css) are taking longer to render?

My page has taken a long time to load (20 ~ 30 seconds), sometimes it crashes my browser during this process (and it was not just me, other people have come to complain about it). I did some load speed tests and realized that most of the time is...
asked by 06.06.2015 / 23:50
1
answer

Problem with CSS in Jquery

I have the following HTML: $(".membrosClick").click(function() { $(".membrosClick").css("width", "766px"); $(this).children().fadeToggle(); $(".listagemEsc").css("margin-left", "383px"); }); <li class="membrosClick">...
asked by 12.03.2015 / 21:37
2
answers

CSS Error in JQuery FullCalendar when using Google Chrome

I'm working with the JQuery library FullCalendar and I have a function that paints certain calendar lines according to a condition. The function works perfectly in Internet Explorer, but in Goolge Chrome the lines are not painted. I...
asked by 26.05.2015 / 18:26
1
answer

How to center a button inside a responsive container?

I'm doing a free HTML and CSS theme work for college, but some modifications I made to make the site responsive prevent me from putting an element in the center of the container . I have a section of the site with a UL, and each item has a "dow...
asked by 27.05.2015 / 03:17
1
answer

Height 100% in the content

Hello, I'm having a height problem follow the code the world below for better understanding: HTML: <html> <body> <div class='wrapper'> <div class='cabecalho'></div> <div class='...
asked by 27.05.2015 / 21:24
1
answer

How do not leave buttons to like and share below the product image?

I am not able to leave below the details text of my product enjoy and share buttons, they are being shifted down the photo of the product on the left. I tried to change the div size of the product image, but it did not work, see the div and its...
asked by 16.02.2015 / 01:45
1
answer

Clear subfilter selection

I have an option on my site that is easy to search for products by subfilters, but now I have a problem, I need to "clean" this navigation, going back to the before search, I used an uninteresting technique in trying to solve the problem , creat...
asked by 13.02.2015 / 01:01
1
answer

Check number of clicks on buttons

I have a script with functions to control what each button an application does. I declare a global variable so that when all the buttons are clicked, two actions are triggered: hide one div and show another. //variável global var completo = 0...
asked by 19.02.2015 / 00:45