2,715 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
255
views
GPS satellite position calculation from RINEX navigation file produces unexpected ECI/ECEF plots
For a college project I have to calculate the position of GPS satellites for a period of time with navigation data. There may be or 4 or 6 hours in a given navigation file - it depends on number of ...
0
votes
2
answers
108
views
How to make a custom dropdown inside a scrollable popup behave like a native <select> (i.e., render above content without expanding the container)?
I'm building a custom searchable dropdown component in React that works fine in general — but I'm facing a layout issue when it's used inside a popup modal/form.
Here’s the problem:
The popup form has ...
0
votes
2
answers
116
views
Problems with overlapping border-radius
Here's my card built with Tailwind, but the edges of the badge and the card aren't aligned. There's a thin white line between them. I tried wrapping it in a new container, but that didn’t solve it. I'...
1
vote
1
answer
49
views
Why isn't my React Native view moving down?
I'm trying to move this view, which is currently at the top and blue, down. I've tried everything I can think of, but it hasn't moved and remains at the top.enter image description here
As you can see ...
0
votes
1
answer
41
views
Kivy label positioning trouble
I'm a Python beginner, and I was trying to build a Youtube Downloader.
I just needed a GUI for easy usage.
So I decided on Kivy.
In the GUI I have this label named self.labelOutput.
It is placed under ...
0
votes
1
answer
223
views
How to add inset border on image in Elementor?
enter image description hereI’m using an Image Widget inside a Container in Elementor, and I want to add an inset border with 24px of padding around border. I don't want to use the image as a ...
0
votes
1
answer
129
views
I am trying to adjust sticky positioning for my header dynamically with JS. How can I achieve this?
This is my first personal project and I am having trouble dynamically altering the sticky positioning on my header with JS. All I want to do is to remove the sticky positioning I have set on the head ...
1
vote
1
answer
60
views
Does flexbox center absolute positioned div if no bottom/top/right/left attrs provided?
Why is my menu (position: absolute) affected by align-items: center?
Using top: 0 solves the problem, but I'd like to find out why this fixes the issue.
.navbar {
padding-top: 50px;
display: ...
-1
votes
1
answer
59
views
Flexbox behaviour, how do i make it so 2 of the boxes are next to eachother when resizing to mobile screens
When I resize the browser (trying to make it responsive for mobile) 3 of the boxes gets pushed down so there is one at the top and three below; I want them to be side by side two and two. I'm sorry if ...
0
votes
2
answers
59
views
How can I position text over a figure and position and size a box inside a flexbox relative to its container?
I am creating a simple little "Hall of Flags" HTML page that should have a narrow column of flags shown as png images, each inside a CSS picture frame. The CSS frames example here was my ...
0
votes
1
answer
68
views
Absolute element that are inside container with relative positioning does not move when resizing window
Im new to html/css and from my understanding a absolutely positioned element thats inside of a container with position relative should move with it when resizing window etc, but it does not work at ...
0
votes
0
answers
144
views
Issues with Positioning Objects on an Image in a Blazor Component
I'm working on a Blazor project where I need to place objects (like bread, watermelon) on a background image. The problem is that when I move the objects, they appear underneath the image rather than ...
0
votes
0
answers
67
views
Dropdown Menu Not Staying Fixed With Button on Scroll
I'm building a dropdown menu in React, and I'm facing an issue where the menu doesn't stay fixed relative to the button when the user scrolls the page. Instead, the menu scrolls with the page, which ...
-1
votes
1
answer
35
views
Nested navigation items that need to be displayed on desktop next to each other equally sized
I have a weird case of a deeply nested navigation items, that each level(goes up to 3) need to be displayed into equal boxes next to each other, as if they were not nested visually.
The structure ...
0
votes
0
answers
97
views
PHPStorm - change the position of a pop-up window to open on another monitor
I'm new to programming and I have got a problem with the pop-up window of my website.
There is a button that opens a pop-up window, and in the process, it generates a pdf-file in the new opened window....