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

    hamburger wont work

    Just press F12 to bring up Developer Tools (commonly known as "the debugger") and look for the Console tab, see image. Any messages given there should have your full attention. thanks! i learned something new today! any tips to make my site more aesthetically pleaseing.. make it look or...
  2. P

    hamburger wont work

    hello, i take full resposibility for not putting your advice int the code i have not adjusted every page of the site, that may be you are seeing 2 sorry for not clarifying i changed the display to flex, and that accomplished what i am after, but the code for placing the hamburger does not...
  3. P

    hamburger wont work

    thanks! i thought i replied to this, cannot find that post :( i will repeat again i took your advice and removed the top hamburger, this has not been adjusted on all the pages yet :) tell me, why does the hamburger move as the screen gets smaller and larger? cannot figure out how to make...
  4. P

    hamburger wont work

    thank you! again, my next effort is learning my dev tools.... ok, so what i did was copy from <a href="#" class="closebtn" onclick="closeNav()"></a> at the bottom to <button> at the top FROM a warking hamburger page (i have more than one page) to the rentals page BINGO! my rentals page...
  5. P

    hamburger wont work

    SORRY! i checked my file,not the published page... hamburger still wont work... maybe simplify this so i can follow? i would apprciate the code and an explanation... those 2 thing are what i want... to have what i need and why i need it maybe in a code pen? thanks!
  6. P

    hamburger wont work

    i freely admit i know little JavaScript i am almost finsihed wit this project i immediately plan to learn dev tools, so you are aahead of right now :) i alway validate my code on validaters anways, i got it to work! its fine now :) thanks! do i owe you a $0.25 now?
  7. P

    hamburger wont work

    please see https://forallthetime.com/BI-D/rentals.html the hamburger wont click :( i reviewed my code, dont see where my trouble is note: all the other links work and the footer nav rental works please help me
  8. P

    SCSS @mixins vs @extend

    Hello, what is the difference here? when should i use one or the other? keep it simple for me :) thanks!
  9. P

    getting started with :root and css variables

    Hello, besides background-color, what are other common uses for css vairables? if i want to use css variables for an entire site, is it best to have say a style.css that i can link to in all my pages? <link rel="stylesheet" href="style.css">every page and in that style.css i use :root and...
  10. P

    installing sass into vs code

    BINGO!!! it took some problem solving, but i THINK it works! i got this scss variable to work $color-primary: #333; body { background: $color-primary } do you think i have scss working? i tried and failed using other methods you were a HUGE help here! MANY THANKS! do I owe you a...
  11. P

    installing sass into vs code

    Hello, a bit lost and intimated here :( i have done some research and can not find a good youtube on installing sass into VS Code i am hoping some one here can suggest one :) btw i read a good part of sass is nesting, if i am content on writing code without sass, should i simply not use...
  12. P

    responsive tables

    Hello, straightfoward... how do i make tables responsive? help would be great :) thanks!
  13. P

    wonky footer

    Hello, ok, interesting site www.forallthetime.com/project1/index.html see footer i have succesfuly FTP the footer, more clearly the social media icons on my desktop google there are no issues with the icons, in dev tools too.. they are all there :) desktop firefox is fine too desktop...
  14. P

    using images and copywrites

    Hello, i made a site years ago using images provided to me by a friend. another friend told me about a google images search just drag and drop an image most come back without a match however, some searches return that searched image i dont know if i had the image first an somebody else...
  15. P

    validation follow up

    error is gone!!! 2 warnings though, the first i know is no big deal , Lorem ipsum https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2Fproject7_2%2Findex.html please help me out with warning 2 i see the word "consider" is used if Johna (or who ever) can send me the corrected...
  16. P

    validation follow up

    ok, for some reason there are more errors see <div class="main-container"> <header> <nav class="mobile-menu"> <label for="show-menu" class="show-menu"><span>Menu</span> <label class="myLabel"><span>Label Content</span></label> <input type="checkbox"...
  17. P

    validation follow up

    header <header> <nav class="mobile-menu"> <label for="show-menu" class="show-menu"><span>Menu</span> <label class="myLabel"><span>Label Content</span></label> </label> <input type="checkbox" id="show-menu"> <ul id="menu"> <li><a...
  18. P

    validation follow up

    please see https://jigsaw.w3.org/css-validator/validator?uri=forallthetime.com%2Fproject7_2%2Fstyle.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en it looks good! BTW i have noticed when validating, the ftp goes up but takes time on the validator(s) no clue why, but it...
  19. P

    validation follow up

    ok, i feel better :) i made line 84 margin: auto correct? https://jigsaw.w3.org/css-validator/validator?uri=forallthetime.com%2Fproject7_2%2Fstyle.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en "warnings" are sugestions, right? need i worry about the warnings above...
  20. P

    validation follow up

    Johna, like so? need i change anything? https://jigsaw.w3.org/css-validator/validator?uri=forallthetime.com%2Fproject7_2%2Fstyle.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en 1 error, 4 warnings i dont get you know, maybe i should stop here :( its NOT your fault, i am...
Back
Top Bottom