python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to put div above another div and increase height of background div
I am new to html and css. I have seen this question asked many times but I can't seems to get it working to fit my problem .
I have 3 div tags. when the user swipe the top div tag I want the the botto...
Janaka
Votes: 0
Answers: 1
CSS @media display NOT in FULLSCREEN doesn't work?
How can I set CSS rules for windowed mode?
@media all and (display-mode: fullscreen) {
.testfullscreen {
display: none; /*Works*/
}
}
@media all and not (display-mode: fullscreen) {
.test...
Tofnet
Votes: 0
Answers: 1
Fullscreen Exclusive: How to change the native resolution?
I can successfully control the native refresh-rate by specifying the refresh rate in DXGI_SWAP_CHAIN_FULLSCREEN_DESC which is passed to CreateSwapChainForHwnd.
I was expecting native resolution to cha...
Tom Huntington
Votes: 0
Answers: 1
Android 12 - full screen Activity breaks Dialog layout with ScrollView
I have simple activity with button. If I press this button then I show dialog with fixed panel on bottom and scrollable content above. Here is how it looks:
android.app.Dialog d = new android.app.Dia...
user1063364
Votes: 0
Answers: 0