How can I reduce space between about and drop downbox. I tried but ckouldnt. Here is Css File :https://glory-textile.web.app/css/theme.css Here is website link : https://glory-textile.web.app Please help me , Suggestion and any kind of help will be apprecieted Answer Remove top: 99% from
Tag: css
want to make a custom carousel like this don’t know what this is called actually?
I am making a short website with movie recommendation I have created a rest API using python on heroku I am getting that response using ajax this res[“img”] and res[“name”] contains the images and names of the movie How to create this type of carousel or what is this called is this car…
Select2 Closes Modal on Clicking it
I have 7 SELECT2 Elements on my Modal, at first, I was unable to search on the select2 elements. I then added this line of code when I’m about to show the Modal $(‘#my-select’).select2({ dropdownParent: $(‘#my-modal’) }), and I was able to search on the select elements. Now the p…
Calculating average by adding all the month’s average percentage average
Performing calculation in JavaScript but parts of the calculation are not working. I tried all the possible ways by looking at examples form online to calculate or add all the Response Percent from the months Jan to Dec to get its average and display the average in the total average under total response but m…
Material-UI: How to add border in TreeView
Here, I have a code in React. I want to show dashed lines on the left of the tree. How can I do that? I need something like this: And, I want to merge the style of TreeView with this code: ] Now, I want TreeView to not show borderBottom at OrganizationalUnitName as ‘A’,’C’ and ‘D…
ReactJS :: How to Show Only Relevant Menu Items and Hide Other Menu Items Upon Page Change
I am doing an online Full Stack Web Developer Bootcamp and have just been introduced to React JS events and am having some difficulty implementing the following instructions: The menu component should only display relevant items. For example, if the user is on the “shop” page, the “shop” menu item should no l…
why jQuery functions don’t work together?
I’m new to jQuery, my functions adds class active to buttons when different inputs have value. However, only one function out of two works at once. Both functions work just fine separately. Maybe I am missing something? I writing these functions directly on html file without document.ready, but it didn&…
How to make JS media query work properly?
Media query in JS works, but as soon as it’s nested within a function such as onscroll or onclick, they’ll not work properly. I’ll just put the code in here just in case you want to resize window easier: https://www.w3schools.com/code/tryit.asp?filename=GP7P1ENXH9JY Try to test the media que…
How to let JS code allow both input and textarea
I have some JS code that will turn my code bold, italicized, or underlined with user input, so if the user checks bold the text will be bolded. Here is the code: It is giving me an error, and it is not bolding/italicized/underlined. I think this is because the JS code is checking for input, but the tag is tex…
Uncaught TypeError: Cannot read property ‘style’ of null at HTMLButtonElement
when trying to press nav-toggle icon to appear the navbar content, i get this error. here is my javascript: Answer You should use the id attribute for the ul since you are trying to get it using getElementById.