Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [fixed]

Please don't use; the more specific [css-position] or [fixed-point] tags are preferred.

-2 votes
0 answers
14 views

Surround sound 1.7 [closed]

My pc out of nowhere stopped working with surround sound, I have a hyperX headphones and not even from the Ngenuity software is fixed, I have tried everything I would appreciate help check windows ...
Matías González's user avatar
-4 votes
2 answers
73 views

How to declare a fixed length string type within a record in C#?

I'm trying to create a record type in C# with some fields as fixed length strings. I just want to use this record for further reading of a predefined file format. I tried this: public record Person (...
Mario's user avatar
  • 1
1 vote
1 answer
70 views

How to make dimension filters work, even when they are not present in LOD functions

here is the setup I am working with: In the data source, each row represents a value for a single customer, which is a sum of their performance for that month. So if it were sales, each row would be ...
3MAJ86's user avatar
  • 27
0 votes
0 answers
87 views

React: fixed block isn't repainting in Mobile Safari

Faced up with problem, shown in this article: https://remysharp.com/2012/05/24/issues-with-position-fixed-scrolling-on-ios#scrolling--unusable-positionfixed-element in Mobile Safari. I'd caught this ...
Annie's user avatar
  • 1
0 votes
0 answers
65 views

Rollback to 120.0.2210.144

Microsoft WebView2 version 121.0.2277.83 being withdrawn due to reported issues. I am attempting to roll back to the previous version, specifically 120.0.2210.144. I downloaded the fixed version 120.0....
Keagan Kingsford's user avatar
0 votes
0 answers
18 views

Iframe overlaps DIV in Bootstrap-Container

I have a problem to understand how to handle fix width in Flex-Container. Here I have a 1/10/1-Grid and in the first column I need to embed an iframe. It should have always a fixed width while the ...
nullpunkt's user avatar
-1 votes
1 answer
82 views

How to make a center fullscreen loader

My loader position not in middle center, please change my code. (im sorry my english is bad haha). ok senior designer, this my code. .loader-container { position: fixed; top: 50%; left: 50%; ...
Zaeni Ahmad's user avatar
-1 votes
1 answer
32 views

Firefox shows Fixed Background, Chrome shows scrolling background

maybe someone knows how to fix this properly? I have my website made with Wordpress. The source page is exactly the same, but there's a problem with the pages background whereas it shows fixed on ...
Ilboscodellevolpi's user avatar
0 votes
1 answer
49 views

Fixed LOD when value matches another column

Hello I have a data set with a 'date' column and a 'previous date' column that shows 'demand' for the current period. I am trying to compare the demand across the current and previous date but am a ...
JessicaB12's user avatar
0 votes
1 answer
39 views

How to have a fixed navbar and the content is below it

I have a Fixed navbar: .navbar { display: inline-block; background-color: #2327fc; list-style-type: none; margin: 0px; padding: 0px; z-index:1; width: 100%; ...
Muffin's user avatar
  • 113
1 vote
0 answers
109 views

Multinomial Fixed effect regression

I am new to R, I am trying to run a multinomial fixed effect regression. I am using the feglm function from'fixest' package. This is the model, reg<-feglm(diar~c1+c2+rural+c1rural+c2rural+religion+...
Lamya's user avatar
  • 11
1 vote
1 answer
213 views

position:fixed element just not staying fixed

I have a weird problem with a div not staying fixed. I have this fixed box which works like intended in desktop view: In mobile view I want this box to act as a bottom menu bar and it does work in ...
LANDVOGT's user avatar
0 votes
0 answers
98 views

Combining integer and float parts of a number in C++

I have three variables uint_8 a = The integer value lets say 11111100, uint_4 b = The fractional part of a. lets say .1001, float c where a is 8 bits and b is 4 bits. Is there anyway that I ...
Tah_Ra's user avatar
  • 128
0 votes
1 answer
1k views

Position absolute vs fixed on mobile device

I Have the following HTML snippet: .parent { height: 100vh; position: relative; background: MediumSeaGreen; } .child { position: absolute; bottom: 0; left: 0; width: 100%; ...
Fishlex's user avatar
  • 46
0 votes
1 answer
17 views

Nested overflow columns in overflow hidden page

I would like to create a full height webpage with a sticky header. The remainder of the page below the header is used for content. This content div itself should not have scroll, but I still want to ...
Claartje Barkhof's user avatar

15 30 50 per page
1
2 3 4 5
127