Most voted "display" questions
A display (or display) is a visual or tactile display device acquired, stored or transmitted in various forms.
Learn more…22 questions
Sort by count of
-
5
votes2
answers895
viewsHow to display in the browser and in a friendly way information from a JSON file?
The application receives a JSON file, already validated, and must display it to the user who is a programmer. I would like to display JSON as on this validation and beautify site JSON. So I wanted…
-
3
votes3
answers1075
viewsOrganize Divs into blocks over each other?
I would like to organize my Ivs in column form, but not side by side, but rather on top of each other. Usually when using float: left or display: inline-block the elements are placed side by side up…
-
3
votes2
answers9890
viewsHow to "break" div in two columns?
I am using Wordpress, my Blog section is organized as follows: I’m simply using {display: flex; justify-content: space-between;} that in this case the result is like the first example. The result I…
-
2
votes2
answers2851
views -
2
votes1
answer60
viewsDisplay:None in Modal and @media affects SEO
I’m trying to apply responsiveness on a site, but some menus of categories I transfer into a modal of the bootstrap that uses the display:None, in addition to causing some desktop elements to be…
-
1
votes1
answer92
viewsDimension of a display - Android Canvas
I’m doing some tests with an image on Android using the Canvas class. I’m using a Samsung Galaxy Mini S3 and a Samsung Galaxy S2. Physically the appliances are different (the screen of the S2 is…
-
1
votes0
answers24
viewsLayout manager for OLED displays
I’m working on a project involving technologies Python3.x, Raspberry pi and dysplays OLED. But there are several displays each with different resolutions and color range and I don’t want to…
-
1
votes1
answer39
viewsWindow processing of post-processing frame
It is possible to process the screen frame in Windows? I am trying to make an opensource screen color filter/compressor in python.
-
1
votes1
answer132
viewsDisplay block does not work in Safari
I’m trying to change the css of a javascript loading. The element is as display:none and when I submit I change this element to display:block and the same appears on the screen. The point is that…
-
1
votes0
answers25
viewsHow to fit lines from a CSS table?
I am trying to improve my knowledge with HTML and CSS and I have a question/problem. I’m making a table that starts empty, and as the user types information into a textbox, she inserts lines. The…
-
1
votes1
answer11
viewsRender image in graphical display
Program for IDE Arduino, ESP32. Objective is to have two functions to render in the graphic display, the logo, previously static image in the FLASH memory or preset image via UPLOAD. The drawBitmap…
-
0
votes0
answers427
viewsTurn table rows into columns with css
I have a question/problem here. I wonder if you can help me. I have a table, composed of tbody, tr and td, but I would like to turn the rows into columns, only I need you to stay for example 3…
-
0
votes1
answer223
viewsSafari not configured, does not load css
Header of my site, is opening disfigured in Safari 8.0.8, it is not getting css: display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center;…
-
0
votes2
answers68
viewsMake disappear buttons based on login
I have the problem in changing Toolbar buttons (Barbutton Items) depending on whether you are logged in or not. Tableviewcontroller: - (void)viewDidLoad { [super viewDidLoad]; User *userObj = [[User…
-
0
votes2
answers1357
viewsJava Script does not change a div with display from "None" to "block"
I would like some help on element style.display in java script. JS is not changing a div declared in None jsp to block. I have a jsp page that has a div of the hidden type: <input type="radio"…
-
0
votes0
answers77
viewsSelect Display in Chrome
I have a select with UF s and another with Cities in my code. When I change UF the cities are loaded in another select. I do this through the display block and display None, on top of a set of…
-
0
votes0
answers7
viewsFlex-Basis and flex-Grow together
What is the behavior of a flex item with flex-Basis: 300px and flex-Grow: 1 inside a 600px container??? I see no use for flex-Basis in this scenario. Something happens?? <style> .container {…
-
0
votes1
answer447
viewsChange display at the push of a button
I have a page that has two tables, and I have two buttons "option1" and "option2", one for each table. I want to press the button "option1", keep the first table visivele leave invisible the second…
-
0
votes4
answers62
viewsThe display property exchange does not work with if em js
I’m a beginner in javascript, I can’t figure out the right syntax for coding to work. Note: I am trying to make the image toggle every click. HTML) <label id='a'> <img class='cadeira'…
-
0
votes1
answer55
viewsAlignment of elements in html and css
good afternoon people, sorry to bother you, but I need help to do an alignment I’m not getting. I’m formatting an element that looks like a table, has the days of the week to the left and the times…
-
-2
votes1
answer66
viewsHow to create a message in Zenity for all users logged in to Ubuntu?
Use a script that is run by cron every 1 hour that has the purpose of fetching updates and updating the system. He wanted the user to be warned that he started the update so that he did not turn off…
-
-2
votes1
answer45
viewsWhy is display: block; on the links? tag "a", to make the navigation bar?
ul li a{ display: block; } Why do you need to put the links with display block when making the menus?