Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

menu

  1. P

    HTML & CSS my menu button when clicked isn't opening the nav and it should be

    this is the code for my nav .nav { z-index: 1; width: 100%; background-color: red; display: block; position: absolute; top: 100%; } .nav ul { display: none; } and this is the code for my menu /* checkbox (for menu) */ .menu-icon-wrap { /* background color of...
  2. A

    HTML & CSS Can someone please help?

    Basically, I want to link content boxes? I think they are called where border around the text, linked with the menu. But I can't figure out how to do it. I think the problem is the day and night button, as I can get a box on the day cycle but it vanishes for the night. Any help would be much...
  3. C

    HTML & CSS Integrated the burger menu in the navbar (but not only...)

    hello everyone ! I finished my formation on the CSS and HTML few weeks ago. I followed a tutorial in order to creat a burger menu but im stucked on this step. i have 3 main problems… : I need to include my burger menu in the navbar but I don’t know how to do it. I tried to put it in my ul >...
  4. A

    HTML & CSS CSS last menu item float left

    can someone advise how to move the sub-menu drop menu to left, .header .menu > .menu-item { position: relative; display: inline-block; margin: 0 .75rem } .header .menu > .menu-item > a { display: block; font-family: inherit; font-size: 1rem; font-weight: 500...
  5. A

    HTML & CSS Problem with navigation menu links not loading css

    My navigation menu links, when used to navigate to another page on the website, seems to be not using the CSS linked to that page. All of the content for the page is there, just not the formatting. <link rel="stylesheet" href="css/style.css" media="screen" type="text/css"> <link...
  6. Giscoding

    PHP Does anyone knows how to sort this out?

    Hi, I am having an issue with my site and it is driving me crazy for weeks now. My problem is simple yet I cannot find how to fix it. The issue is: In my Menu, all pages are set but when I click on the "Profile" page, it loads the "Home" page. What I have tried so far: -create a new menu and...
  7. S

    CSS Hamburger menu

    Greetings! I would like to use this code from Blankslate Wordpress theme to render into the menu W3Schools example: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_mobile_navbar <nav id="menu"> <div class="menu-topnav-container"> <ul id="menu-topnav" class="menu"> <li...
  8. J

    HTML & CSS How to make a dropdown menu?? Please Help

    Hello! I am new to CSS and HTML-- I feel like this should be easy but i can't figure it out. This website was made by someone else and i am tasked with created a dropdown tab on one of the links. Here is the page for some background: https://earlyyearsinc.com/community.html I need...
Back
Top Bottom