class background image not displayed in div
I am quite new to web designing and I am having issue with setting an image as background for a div. I then want add some text inside this div which then appear on top the image.
I am building an angular project with of course html and css.
can ng-select dropdown work in mat tab in angular
I have mat-tab-group inside that I have 4 tabs, on 3rd tab I have to add dropdown, and also I want to disable scrolling ink behavior for this 3rd Tab, it should only be dropdown (ng-select) inside . How to disable the mat-tab scrolling behavior and only shows dropdown with the values there.
show/hide table rows with animation
there are plenty examples on the net for the use case, if we want to show/hide table rows f. e. with fade in/out or with slide. Most of them uses jQuery and wraps the rows/cells in a div.
Not able to replace the old div with specific div using angular
I have few small divs having background color like red,yellow,pink etc which are coming from loop.On click of corresponding div a big div should show with same color which is working fine.But my requirement is suppose if I click on red(small div) a big red div should appear again when I click yellow(small div) an yellow big div should appear on earlier div on replacing it.Now it is not replacing it is creating new div and toogle is happening.
name field is not working in angular html file – appearing as object Object
I want to validate the name entered in the form.
How to get a radial gradiant/box-shadow to start from the center of a box and then go past the border
How do I get it so that if I have an image in a div, or just a div in general, and i want to have a glow coming from the middle of that div and expand out past the border of the div but it still be a singular continuous gradient? and not have an irregular break going from inside the the border to outside the border?
Angular Material – Scrolling issue for select component mat-option
I can’t see the scroll or the scroll bar of the options, how can I fix it, I use version 9 of angular. example
CSS selector referring to the current target’s parent’s class
I have a DIV that will toggle an icon on a click. It has a directive toggling a class asc
on it.
How to make sure an element isn’t cut off vertically?
I have an Angular project where it displays news articles in a footer. These articles are basically boxes and one of the options is to see keywords about the article. My problem is the element that displays the keywords is being cut off, and I want to make sure it displays everything.
I have a list of divs. After user clicks button I change arrangement of these divs, but I want these divs to flow smoothly to new location
I create a kanban board with list of tasks. Every task is a div on a list. When I change view I change arrangement of those divs.