Questions tagged as 'display'

2
answers

Java Script does not change a display div from "none" to "block"

I would like some help on the element style.display in java script. JS is not changing a div declared in jsp from none, to block. I have a jsp page that has a hidden type div: <input type="radio" id="ContaForm" name="nuTipoContaR" value="1...
asked by 28.08.2017 / 18:46
0
answers

Change screen position

How can I set position, width, and height in full-screen coordinates with C # forms application? In my search I only found methods to change the position of the application window and change the resolution.     
asked by 07.07.2017 / 20:34
1
answer

Safari unconfigured, does not load css

The Header of my site, is opening unconfigured in Safari 8.0.8, it is not catching the css: display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -ms-flex-pack: justify; justify-content:...
asked by 13.04.2017 / 18:50
0
answers

Turn table rows into columns with css

I have a question / problem here. I wonder if you can help me. I have a table, made up of tbody, tr and td, but I would like to turn the rows into columns, except that I need to stay for example 3 records per line let's say, on the third, it bre...
asked by 19.06.2015 / 07:28
2
answers

Make buttons disappear based on login

I have the problem in changing the toolbar buttons (BarButton Items) depending on whether the user is logged in or not. TableViewController: - (void)viewDidLoad { [super viewDidLoad]; User *userObj = [[User alloc] init]; if([user...
asked by 24.02.2016 / 21:05
1
answer

How to create a message in Zenity for all users logged into Ubuntu?

I use a script that is run by cron every 1 hour to find updates and update the system. I wanted the user to be warned that he started the update so that he would not turn off the computer, and when he finished updating another message, he war...
asked by 14.12.2018 / 16:06