Welcome!

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

SignUp Now!

Search results

  1. P

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

    you asked for all the code, that's all the code, I removed the code that's gonna confuse you. I've attached the image I used in the .slider css. you have to create a css folder and a style.css file and paste all the css into it. make a images folder, put the image in it. I shouldn't have to...
  2. P

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

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1,brave=1,safari=1"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" type="text/css" href="css/style.css" />...
  3. P

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

    alright, I've checked for errors. there are none. as for the entire code. I don't see the reason why that's necessary. here it is. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1,brave=1,safari=1">...
  4. P

    Hello there

    Just joined lil while back. Here to take my coding to another level
  5. P

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

    I am doing an adaptive design, not responsive. So, I need to find a way to get this to work. I thought maybe the reason it won’t work is because I haven’t set up the pages for the menu items to link to yet. Not sure though.
  6. 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...
Back
Top Bottom