Questions tagged as 'css'

2
answers

Error while showing and hiding a div with Jquery

Sirs, good morning! I'm trying to show and hide an image if it satisfies the set conditions, but they appear only after the else, not understanding what I'm missing. That is, the div cancel1, cancel2 and cancel3 are not appearing when if is atte...
asked by 21.03.2017 / 14:20
2
answers

Hide entire table row by javascript

Good evening, I'm trying to hide by javascript a whole line from the table below, can you help me? <!DOCTYPE html> <html> <head> <style> table { border-collapse: collapse; border-spacing: 0; width...
asked by 07.01.2017 / 03:55
2
answers

Center items in a navbar when viewed on desktop

I'm using the following codes to create a navbar, but I would like that when viewed on desktop, the highlighted green items would be centered, but when viewed in mobile, it would remain exactly as in gif. CSSCodeul.bar-secondary{list-style-t...
asked by 25.01.2017 / 21:47
2
answers

Center div within scroll

I have a parent div that has scroll enabled and a width limit, underneath it I have another div with content. I want to centralize this content in relation to the parent div so that the content is centralized, note: <div class="scroll"&g...
asked by 20.01.2017 / 13:26
1
answer

Bootstrap Jquery error

I do not understand why I get this error. I already put all the scripts, and still nothing. I was reading that Bootstrap 3.3.7 should not work, but I need it for my tables and etc. .. can someone help me?     
asked by 14.12.2016 / 11:50
1
answer

Increase menu width jquery css

Speak up! :) Great, I downloaded a jquery menu from the link . I thought it was really cool. but I can not in any way increase the width of the menu. I have already altered all of the css and jquery, badly when I increase in css the ".pushy" th...
asked by 14.12.2016 / 16:57
2
answers

Leave a hide element with javascript

I have an element with ID="not1" which is a link to inserted news headlines being dynamically created with the respective news of each title as shown below. <div id="noticia"> <div id="not1"><a href="<?php $noticia['idp_...
asked by 25.06.2017 / 05:24
1
answer

Problem with Grid in css

I'm having trouble with the grid in css. Whenever I finish one '' it creates a larger space. Does anyone know how to solve this and let it uniforms? Follow the code: .column { background: #eee; border: 1px solid #ccc; border-ra...
asked by 30.01.2017 / 16:51
1
answer

Help with menu in css

Galera I built a very simple menu in css. But I have a problem. This menu is located inside a% div that is fixed on the screen. So if the menu has a lot of option, it is not possible to select them because it is cut. A simple and cool solution w...
asked by 01.11.2016 / 12:54
1
answer

transform objects into list when resolution is less than X

I need to change a render to show a checkbox if the device resolution is less than X example: show radio's buttons and if the screen resolution is smaller than X it turns a select     
asked by 04.05.2017 / 17:37