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

    How do I add an .svg file as a cursor?

    It's below 128px on both axes. Here is the base64 encoding and how I'm using it: cursor...
  2. Edrol97

    How do I add an .svg file as a cursor?

    I want to add an svg file as a cursor as it is a lossless format. How do I do this? When I try using the same method as I do for a .png it defaults to the default mouse cursor. Note: I have tried the following code: body{ cursor: url(img/background/cursors/Cursor.svg)} as well as Base64 code
  3. Edrol97

    Custom cursor over html iframe

    I do need to interact with the iframe as it's a shop page. Do you know if there is a work-around to this?
  4. Edrol97

    Custom cursor over html iframe

    Still doesn't work. I'm not sure why it doesn't work though.
  5. Edrol97

    Custom cursor over html iframe

    Hi all, wondering how to add a custom cursor over an html iframe. My whole site uses a custom cursor, and I've tried to link to an external shop page on Ko-fi and want to change the cursor for that page.
  6. Edrol97

    Linking a CSS background-image

    I've managed to do it here
  7. Edrol97

    Linking a CSS background-image

    Hi All, I want to link a css background image to a page. Does anyone know if there is a way to do this?
  8. Edrol97

    JavaScript Confused re getting a game to show answers

    Hi all, I've got the following code for a Connections style game I am trying to create. What I want is for the groups to arrange after being picked correctly similar to New York Times Connections game. What I've got so far: console.log(connections[0][0].words); let col =...
  9. Edrol97

    JavaScript Think this is JS related- Cookies warning

    Right, I've managed to get it to work on another browser, where cookies are enabled. How would I link the accept button to show the index.html page or make it so that the cookies notification appears over the index.html file?
  10. Edrol97

    JavaScript Think this is JS related- Cookies warning

    Hi all, I've managed to make the attached cookie box, but can't seem to get it to work. I think I got the beginner code from W3Schools. Here's the JS. How do I make this work? It should appear on the homepage of my site, and when closed stay on that page. How would I do this? const...
  11. Edrol97

    Really silly question but... gallery background fully covered by image

    Alright. It's live now at house-of-lord.co.uk/Art It doesn't show on first click but when you peruse other galleries and then come back to a gallery, it changes.
  12. Edrol97

    Really silly question but... gallery background fully covered by image

    So I've managed to solve the initial problem by adding a background colour of white to the parent div, but I have another issue with the gallery. I will upload my full code, but it's quite a few lines. I'm wondering if it's something to do with the css. Basically what seems to happen with this...
  13. Edrol97

    Really silly question but... gallery background fully covered by image

    The grimace faces on the bottom shouldn't be there and the background should be covered entirely by the altered version of the American flag.
  14. Edrol97

    How do I loop and move a transparent gif on second play?

    Odd, there are no horizontal scrollbars on my live or local version. Can you show me what you see?
  15. Edrol97

    Really silly question but... gallery background fully covered by image

    So I've got my current galleries covered by this css which covers the whole of the slide-show_containers div which holds all of my galleries. I want to change it for one gallery I had .slide-show_containers { position: fixed; z-index: 4000000000000000; display: none; top: 0; left: 0...
  16. Edrol97

    How do I loop and move a transparent gif on second play?

    Managed to do it as so: link
  17. Edrol97

    How do I loop and move a transparent gif on second play?

    Hi all. This is the link to a new website page of mine for a whack a mole game. I want the hole background to have worms moving along it and for it not to effect the game's location on the page. How do I do this?
  18. Edrol97

    Crossword numbers addition?

    Hi Simon, It's still not showing any numbers. Is there css I need to add?
Back
Top Bottom