Welcome!

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

SignUp Now!

navigation

  1. L

    Fullscreen hero image on home page load

    Hi all, I am getting back into CSS/HTML after many years off. I am building a website in Squarespace. I am trying to set up the home page with a hero image in the header that takes up the full screen (or snapped to full screen) on desktop. Then, when you scroll down it displays the navigation...
  2. J

    HTML & CSS Navigation drop down menu stuck to the left of links

    Trying to make a drop down on a nav like this: Here's the HTML and CSS - it just stays to the left of the nav links <header> <img src="logo.png" alt="" class="logo"> <nav class="right"> <ul class="nav-links"> <li><a href="#">Home</a></li>...
  3. Y

    Why I have padding-left on my .nav_primary when i did not set it

    Hi All, Could you please tell me why i have padding on my .nav_primary when i did not set it? I added a media query and was not able to center that class and then found out there is a padding-left and do not know why. When i add padding:0 all work. Here are my codes Thank you <header...
  4. I

    JavaScript How to make navigation close in JS when clicking somewhere else?

    I know this is a frequently asked question but I am not really familiar with web development and this is the only thing I need to get done. This is how the navigation javascript snippet currently looks like: const hamburger = document.querySelector('.hamburger'); const navItem =...
  5. S

    HTML & CSS Navigation Circle Dots

    Wordpress 5.9.3 Highend Theme https://hb-themes.com/home/ https://myqmd.com/home-test/ How can I make this 'circle navigation dots' to prominent and change its position to either #1 or #2 <div id="fp-nav" class="right" style="margin-top: -53.5px;"><ul><li><a href="#myqmd2"...
  6. Q

    HTML & CSS Aligment icones of a website!

    Hi everyone, I'm making a personal website to promote my multimedia products, I really appreciate your help in clarifying the image doubt. So I also send my source code and I really appreciate your help with source code to help you with this question, please. So I also send my source code...
  7. 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...
  8. 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...
  9. B

    HTML & CSS #include for loading page navigation no longer working

    I've been using an #include to load my site navigation for the past several years. Now it no longer loads the navigation html. I have an #include for the top navigation and for the footer. The footer #include loads the footer on the home page, but on no other pages. The top nav #include was...
Back
Top Bottom