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

    Adding a video as a background in html/css

    A snippet would be helpful. is &lt;video&gt; the same as <video> as a tag? Thanks, Eliot
  2. Edrol97

    Adding a video as a background in html/css

    I want to add a video as a specific page background in html/css. How would I do it so the video loops ad infintum? Thanks, Eliot
  3. Edrol97

    svg expand hover

    Hi Tom, unsure what you mean by this. This is the image (attached in xml) that I want to use as an underline for links on hover, however, it comes up short. and doesn't auto extend as the png I previously used did. <?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_2" data-name="Layer 2"...
  4. Edrol97

    svg expand hover

    Hi, I'm wondering, I would ideally like a new svg underline that I've installed on my site, to span the entire url-linked text, but how would I ensure this in my css? Link for inspection. All the best, Eliot
  5. Edrol97

    Cursor gradient issues

    Hi all, I'm back after a little while, and having trouble with the viewbox in a specific svg file. It's constantly making it too big regardless of whatever size I make it. I've tried resizing it to 16 pixels from 32 pixels, I've tried editing the xml but wonder if anyone has any ideas about...
  6. Edrol97

    Custom cursor- svg issue

    Thanks Tom, this worked brilliantly.
  7. Edrol97

    <hr/> placement at top- recreation of Reuters style page

    This still doesn't solve the issue. It's not stuck to the top of the page but slightly underneath. Can you help?
  8. Edrol97

    Custom cursor- svg issue

    Hi all, So I have a custom cursor that I want to implement. The code for the svg I want to add is as follows: <?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_5" data-name="Layer 5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 26.1...
  9. Edrol97

    <hr/> placement at top- recreation of Reuters style page

    Hi, So, I have a page I made last night found here. Mostly it's working well and as it should but I want the horizontal rule attached to the top of the nav bar and for that to be stuck to the top of the page. The navbar appears to be sticky which is right but I want the hr to be sticky too...
  10. Edrol97

    Multiple scrollbars in the same css file- is it possible?

    Not really. I know about browser support but I am more wondering about how to identify different <body> tags to add scrollbars to them. Is it possible for a body to have an ID that would identify it within the css? I've tried this in dev mode but when I upload it to my cPanel it doesn't register...
  11. Edrol97

    Multiple scrollbars in the same css file- is it possible?

    Hi all, Wondering if the above is possible. The navs and bodies of all of my pages are different and this is possible within css to manage, but if I want to have different scrollbars for each page, how would I do this with the same css? Is it possible? As always, thank you for taking the...
  12. Edrol97

    Trying to add svg arrows to my slider gallery- but they disappear when added

    <div class="slide-show_containers"> <div class="slide-show_1container"> <div class="next_button" onclick="NextImage()"> <img src="img/background/right-arrow.svg" class="responsive"/> </div> <div...
  13. Edrol97

    Trying to add svg arrows to my slider gallery- but they disappear when added

    Example of what I'm talking about below and all I've changed is the code of one of the images. They have the same file path, same name, just a different extension versus how it should look below: Is there a way to resolve this?
  14. Edrol97

    Weird cursor goings-on?

    Sorry for the delayed response Tom. How do you mean? The CSS for the cursor is in the body tag?
  15. Edrol97

    Weird cursor goings-on?

    My CSS is a bit messy because I've got so many formats for different body styles. As a result I tried to change my cursor yesterday and things went a bit awry. The site issues are live here and across the whole of the site. Is there a simple way to solve this?
  16. Edrol97

    How to add an svg cursor?

    OK, this is working on Safari for me, but on Chromium based web browsers it seems to have issues with this method. Do you know why this might be? It's also not working on Firefox.
  17. Edrol97

    How to add an svg cursor?

    Hi, I think my SVG Code is as follows in xml but haven't changed the url so am wondering if I need to change this to my specific file path. How would I add this to create a custom pointer across my site? <?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" data-name="Layer 1"...
  18. Edrol97

    Adding a nav issues

    Seem to have sorted it. It looks how I want it to look now.
  19. Edrol97

    Adding a nav issues

    Hi Tom, there is now a Codepen link in the main post to inspect
  20. Edrol97

    Adding a nav issues

    Taking off flex mucks it up though with the body. This is how it should look. And this is what it becomes when taking flex off the even if the same settings are added to the individual divs The former is how I want it to look, although I don't know how I get this without the navbar going wrong.
Back
Top Bottom