Welcome!

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

SignUp Now!

Recent content by Liljeqvist

  1. Liljeqvist

    CSS I cannot get these elements to align in my nav

    I am having an issue with my navigation menu. I use flexbox to align all the items, but for some reason I cannot get the logo / brand name to line up wtith the burger-icon. I added space-between to the parent container, because I want the logo on the left side, and the menu-icon on the right...
  2. Liljeqvist

    HTML & CSS Is there a way to mask an URL input as text?

    It is a form that the user can fill out, which includes uploading an image, adding a title and adding a description. These things will then be sent to a database and then shown on a webpage, where the user can either delete or edit the content they just made. But I also want to allow the user to...
  3. Liljeqvist

    HTML & CSS Is there a way to mask an URL input as text?

    I am not sure if this belonged in the CSS or JavaScript section. I am building a CMS application, and I am stuck at creating input fields for buttons. The user is allowed to enter a link using an URL-type input field, but when I follow the example from...
  4. Liljeqvist

    HTML & CSS I need help with a dropdown navbar

    Hi. I included it all here. https://codepen.io/marc-liljeqvist/pen/vYGvQrp I thought maybe it would be easier to read. But I will post it here too then =) <section class="navigation"> <div class="nav-container" id="myHeader"> <nav> <div class="nav-mobile"><a id="nav-toggle"...
  5. Liljeqvist

    HTML & CSS I need help with a dropdown navbar

    UPDATE: I managed to get the dropdown to appear by changing nav ul li a:hover .nav-dropdown to nav ul li:hover .nav-dropdown, but now I am facing a new problem which I think has to do with the one-page layout structure. Once I have clicked on one of the links in the dropdown menu, I can not get...
  6. Liljeqvist

    HTML & CSS I need help with a dropdown navbar

    I am currently working as an intern for a company that owns a restaurant/hotel, and they have given me access to their website which they want me to improve. So far I have been able to get a pretty good understanding of the code that the former developer left behind (even though its quite a...
Back
Top Bottom