Category "css"

CefSharp FontResource ISchemeHandlerFactory

Is it possible to intercept the font request inside a CSS file? We have the following CSS file: @font-face { font-family: 'Material Icons'; font-style: norm

Flask app can't load CSS file from static folder

So my file directory looks like this: /templates --base.html /static --/css ----base.css In the of my base.html file I have this line: <link rel="styleshee

Problem with animation-fill-mode on iOS when changing orientation

I've created an animation to move an element into view when the user clicks somewhere. The element is styled to be offscreen. When the animation is run, it move

how to make one part of a flex div not follow align-items center?

So I got a navbar, and whilst working on mobile responsiveness when I open the mobile menu, the logo moves down with the list towards the center. How can I prev

Firefox alt text appears while loading image

On Firefox if you refresh a page you'll see the alt text appearing while an image is loading. You can see it just on this Mozilla page (check the first image).

Tailwind custom background-image not working in production

In my CRA project I've added my own background images by editing the theme.backgroundImage section of my tailwind.config.js file. The images show up locally bu

How to change the back of video in vonage

Members, I am using Vonage API for video calling. I want to change the video background, Can anyone guide me on this.! Looking forward to hearing from you!! Tha

Material table cells with specific width according to predefined length

I will show my code first. <ng-container matColumnDef="position"> <th mat-header-cell *matHeaderCellDef> No. </th> <td mat-cell *matC

I want to break table neatly but footer is hiding the text and it is not displaying in the next page also

I'm trying to display footer at end of every page and table is breaking and it's not continued to the next page. Help me how to continue the data to next page a

Matching Cards -Cards don't show correctly

I want to create a matching card game in JavaScript. Firstly,i just want to generate 12 random cards into the body. When I press Start Game,the container is f

Need assist with CSS grid layout of cards

I have this grid over here: and i want the first big card to take the whole height of the wrapper and remain the same width, while the bottom two cards go to t

How to know the height of the div when its overflow is hidden

I have a div, which have overflow hidden. Now want to display a arrow , up and down , up when we have overflow up and down arrow when we have overflow down. An

Open source html and css

Is HTML or CSS open source like PHP or Python? For example PHP itself: PHP source link in GITHUB

I have two html files with the same background image. When I display them side to side, I need them to have a common background image

When I want to display the HTML's side by side, I am using UI regions to specify left half to display one html and right half to display the second html. But si

Center check boxes with css in cfml page

I'm having a really basic issue with css. It won't let me centre my checkboxes in the middle of the page. The checkboxes are actually coldfusion, but should wor

How to stop focusing after closing the button

I have a button in my navbar and when I press the button it opens a drop-down menu, so my question is how to stop focusing and the effects on my button when I p

Is it possible to make grid item span if the next column is free

I have a question is it possible to make grid item to column span when the column next to the grid item is free and in only in this case. If grid item is in row

When Scrolling Horizontally Scrolled Section is not Highlighted Only First-Visible Section is Highlighted

Selam! I am using this plugin for textarea highlighting... When Scroll Horizontally Scrolled Section is not Highlighted: Only First-Visible Section is Highligh

Footer to stick to bottom of the page when Treeview control expands

Hello All! I have trouble making the footer stay at the bottom of the page. I have treeview control, when expanded overlaps the footer. Please help to make the

How to remove unwanted Emmet Abbreviation in vs code autoComplete suggestion

How to remove default value in Emmet Abbreviation suggestion? For example, I want background-color : ; instead of background-color:#fff; need to manually remov