Questions tagged as 'css'

1
answer

How to define Section position

Personally I have a web page in bootstrap with 4 sections that if you use the buttons on the nav bar changes between sections, but when I click the button it does not get centralized it eats a little of the next section would have some trick in...
asked by 21.09.2017 / 19:02
1
answer

Separate CSS JSP icons

I want to separate my icons, because they are many together but I can not. By putting padding the application stays like this. Increases with and heigth by not separating icons. .redes_sociais{ padding: 30px;...
asked by 20.09.2017 / 04:25
0
answers

Background does not continue in the area larger than the browser screen

I have a login screen: <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <c:set var="context" value="${pageContext.request.contextPath}"></c:set> &...
asked by 19.09.2017 / 19:08
1
answer

How to hide a checkbox from materialize css by css

I'm having a problem, I'm not able to hide an element using only the display: none in a materialize framework checkbox. I tried this way: .listaPerfil input{ display: none; }     
asked by 22.09.2017 / 03:43
1
answer

Why can not I create the div in the right place?

@media (max-width: 1200px) { .navbar-light .navbar-toggler { font-size: 30px; display: inline !important; border: none; } #menu-exp { display: none; } .navbar-toggler { text-align: cente...
asked by 06.10.2017 / 15:59
0
answers

Add Font in BundleConfig

I want to put a source that is in a link , tried these two ways and none works, simply my page does not load the source. Here are codes: First form: var linkFont = "http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&s...
asked by 22.09.2017 / 02:48
1
answer

separate divs HTML

Hello! Using the bootstrap, can you tell how I can align the divs? (Col-md-6)? But in the first half, I need to split the grid into two. <div class="col-md-6"> <div class="row"> <div id="dados-devedor">...
asked by 14.09.2017 / 22:59
1
answer

Javascript / Jquery / HTML Mobile Button

I need to make a mobile button (click and drag anywhere on the screen), I do not understand why this is not working ... Does anyone know? .corpo{ background-color: #555555; } #button { position: absolute; height: 40px;...
asked by 24.09.2017 / 11:09
4
answers

Make submenu appear when clicking the menu using javascript

Hello! I created a menu with submenus that when clicking on it, it appears. By clicking outside, it hides, as well as clicking it again. By clicking on other menus, the submenu will also disappear. I would like to share the code here, as a lot o...
asked by 14.09.2017 / 08:22
1
answer

How to activate certain CSS from a certain scroll?

Good morning I would like to know how to enable certain CSS from certain scrolling. For example, in some portfolios, in the skills part, most put a circle that when descending the complete page around, determining the percentage of knowledge....
asked by 14.09.2017 / 20:26