Skip to content

Tag: css

How do I repair the functionality of my menu?

I have been coding my website over the past month in html (please don’t judge). I do not know how to code with php and databases yet. so the problem I have is… I tested every link and function throughout the entire process on my laptop using firefox to live preview my files and it was all working …

Vue – apply transition to menu element

I have this scss code in my vue app. I’m trying to make a smooth transition from left for a menu when the isVisible property is set to true but I’m not able to apply the transition I’ve defined and the menu will instantly appear. I’ve done a reserach here on SO and I’ve found som…

Revert back styles in HTML

So I have this css code to define a <div class=’mc-menu’ id =’menu’> I have this function that does document.getElementById(‘menu’).style.display = ‘none’; This resets the styling for this menu. Is it possible to create the CSS using a javascript function …