Skip to main content
0 votes
2 answers
40 views

I have an asset that has to be statically sized based on viewport height. The problem is that for some mobile browsers when the navigation bar hides, the asset changes size, because the height of the ...
Brandi's user avatar
  • 1
-4 votes
0 answers
37 views

I have this code that generates modal from javascript. Here is the code: var _modalManager; this.init = function (modalManager) { _modalManager = modalManager; var modal = _modalManager....
user123456's user avatar
  • 2,663
0 votes
1 answer
28 views

I’m building a React app and I have a table where I render an “Add Coin” button. The button is a circular link with a + symbol inside it. The problem is that the + is not vertically centered inside ...
Asamartino's user avatar
1 vote
1 answer
26 views

I'm trying to implement BEM, but I have a review block that appears in both the top-review-section and the product-review-section. My approach is to use a Modifier for context-specific styling, but my ...
linx's user avatar
  • 11
-3 votes
0 answers
25 views

I want to build a program where a user can input any text they want to study. While reading, the user can select certain words. Each selected word should be stored in a dictionary or list. Later, when ...
alinader1371's user avatar
-6 votes
0 answers
35 views

I've recently updated my os to iOS26.1 and noticed that my website appears to have a white section above the header -- the white section is essentially where the iPhone notch is (sorry using an older ...
slovak_100's user avatar
-1 votes
1 answer
68 views

I want a design like this where the image is on a side, without a background and seemingly outside of the container and popping out. I am unsure about how to achieve the bleed effect (sort of) where ...
Ashutosh Pradhan's user avatar
0 votes
0 answers
21 views

Repro: Create the default Visual Studio Blazor Server Template with sample pages. Add a nuget reference to Microsoft.AspNetCore.Components.QuickGrid (10.0.0) Replace the weather page with a similar ...
Heinzi's user avatar
  • 173k
-8 votes
0 answers
41 views

I have a problem with my website. I use css left to give my text a margin to the left of the page. When I use that though, My text will overflow off the page to the right a bit instead of breaking at ...
Ben Szekely's user avatar
-5 votes
0 answers
54 views

I'm working on a screen sharing app, and I have an incoming 1920x1080px video stream via WebRTC. My problem is that when I resize the browser, the video becomes really blurry as the browser is ...
Daniel's user avatar
  • 51
Advice
0 votes
1 replies
37 views

I am new to HTML, CSS and Javascript. I am building a website that has a shopping cart feature and I am able to list my products, and and remove to the shopping cart and have the UI update the ...
iOSProgrammingIsFun's user avatar