Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. 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. Edrol97

    Navigation bar style once clicked

    Ah right, so far I've just done it as so: <div id="mailnavigationbar"> <a href="Home.html" style="font-size: 5dvh; font-weight: 900; text-decoration: underline;">Hi</a> <a href="about_me.html">Bio</a> <a href="Art.html">Show-Off</a> <a...
  2. Edrol97

    Navigation bar style once clicked

    Hi all, I have several navigation bars on my site but I would like to create a once clicked dependent on the page that it is on to match the navigation bar's hover style. Illustration of the styles I have on hover are below.
  3. Edrol97

    How do I align one image left in the header and one image right?

    I did dvw on a font I made to solve this and then style the divs. Brain fart question
  4. Edrol97

    Collapsible Navbar

    Here's the code if of any help. <!DOCTYPE html> <html> <link rel="stylesheet" href="Mirror.css" /> <link rel="script" href="Mirror.js" /> <link rel="script" href="script.js" /> <link rel="icon" type="image/x-icon" href="img/background/LookintheMirrorFavicon.png" />...
  5. Edrol97

    How do I align one image left in the header and one image right?

    Hi all, This might seem like a stupid question but I have several sections like this on my site where I wish for one image to be aligned to the right and one image to be aligned to the left. How do I position one image to the left in this section and one to the right?
  6. Edrol97

    Collapsible Navbar

    Hi All, I'm wondering how to change my navbar code in order to have this kind of a set up. So far, I have something that looks like this: I've set the z-index on the image to get it to the front but to no avail also.
  7. Edrol97

    Scaling issue

    Hi Malcolm, have included all of the code now.
  8. Edrol97

    Scaling issue

    All divs are linked and no errors in my debugger. No errors in console, besides a js error that doesn't seem to effect the page.
  9. Edrol97

    Scaling issue

    Hi all, I'm making a CV page and it's not quite scaling as I would like. There are 2 CSS files that the page is working from and the code from these is attached. The result scaled is also attached. I want it to stay in it's defined columns with title text on the left and paragraphs on the right...
  10. Edrol97

    Problems with footer styling

    Yes, I have a code checker that checks it and comes up with any potential errors and also have been through it myself.
  11. Edrol97

    Problems with footer styling

    Perhaps doing it the opposite way round could be easier. I've changed the body colour to my desired footer colour and have changed the background colour of the main div containing the text, but still having an issue with the header colour.
  12. Edrol97

    Problems with footer styling

    The provided data is kind of the only data as the page has it's own style sheet and is not linked to any other style sheet. I'm not sure what's up with it.
  13. Edrol97

    Problems with footer styling

    I tried that and it didn't give the outcome I wanted. The lines were too close together. I tried what you suggested and the white spaces were still there. The background should be all grey.
  14. Edrol97

    Problems with footer styling

    Hi all, Wondering why my footer is displaying as below with the current css and html. Lots of white space that shouldn't be there. If anyone can spot the reason, it would be much appreciated. <div class="footer"> <a href="https://www.facebook.com/house.of.lord.illustration1/"...
  15. Edrol97

    Navigation bar divs shrinking and scaling with changing window size.

    All the menu items on a single line and then when shrunk an impossible amount it to appear as a mobile type 3 line menu icon, if that makes sense.
  16. Edrol97

    Navigation bar divs shrinking and scaling with changing window size.

    Hiya, The specifics are shown in the photos below. This is what the header is doing on shrinking and expanding the page. Ideally I want it to shrink font when I shrink the size of the window/viewport, so that the text is all on one line, at all times.
  17. Edrol97

    Navigation bar divs shrinking and scaling with changing window size.

    Hi All, Been trying to figure this out. I have several navigationbar div IDs on my webpage as they are different styles. One thing I want them all to do is shrink the font size as a window becomes smaller so that they scale fully. This is the css I have for the navigationbar styles...
  18. Edrol97

    Problem with scaling home page

    Wait, I'm a dullard- I've solved this.
  19. Edrol97

    Problem with scaling home page

    Hi all. One of my pages is not scaling correctly. It is the only one. It is my Index.html page. and I attach the CSS below, as I'm assuming it's an issue with the css for that particular page. I also attach a general img tag I have in my CSS which could be impacting things as when I take it away...
  20. Edrol97

    Problem with footer width

    Oh sorry Tom. This is solved now. I am going to post another question shortly which I'm really confused about though!
Back
Top Bottom