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. M

    JavaScript Typewriter effect

    Hi there! I have been out of coding for I while, but now I am working with this typewriter pre-made code. This typewriter deletes each sentence completely, but I would like it to only partially delete, so "Husk at" (Meaning remember to) will never be deleted, as it is the base of the sentence...
  2. M

    JavaScript code being 'split' when uploading un website.

    Hi there! Hope you can help me out. I have uploaded some code to my Wordpress website via Elementor HTML field, but part of my code will remain on the bootom of the site, eventhough I insert other HTML fields below (see picture, where I tried to insert testimonial below)...Also when I set...
  3. M

    HTML & CSS Css styling: how to have picture and text next to each other

    Hey there! Hope you can help me (I am sure you can as usual! :-)) I want to make a design identical to first screenshoot (the picture with the dog in) (Not the same font-family, though). I made the design with the mountain. I don't know how to move the header and the paragraph up next to the...
  4. M

    CSS hover effect not working with <span></span>

    Hey there:blush::blush: I want to make hover effect on my h1 headlines, but it does not work with the <span></span>. It works fine if the header is just wrapped in <h1></h1>, but I need the <span></span> in order for the background color on the header to wrap correctly. any ideas? <!DOCTYPE...
  5. M

    HTML & CSS blinking cursor css styling

    Hey there! Hope you an help me out here (again :-)) I want to insert a blinking cursor at the end of my text using javascript. However when the cursor blinks the blue colored area gets bigger than the blue colored area behind the text. Might be easier to see with the screenshoot...How do I...
  6. M

    Problem with uploading js to my wordpress website via plugin

    Hey there. Hope you can help me our here! I have written some js5 code, and want to upload it to my wordpress site using Elementor HTML plugin... However I cannot make it work. I have used external js and css... The HTML code I am trying to insert into the HTML custom field is: " <html...
  7. M

    JavaScript Use loop to generate id's or classes javascript?

    Hey! I am making a generator, where when you press a button (the key in the key-value pair - for instance "kedelig") After pressen the key, another button shows up: "Find dit indre røvhul". When you press that, it generates a word consisting of a random value from the array, that matches the...
  8. M

    JavaScript Problem with typewriter javascript function

    Hey there! I am trying to make a typewriter function in Javascript, where it writes some text, deletes it and writes another text. Unfortunately is it not working....Any ideas what might have gone wrong? (I have been trying to recreate this: https://safi.me.uk/typewriterjs/) Also any of you...
  9. M

    HTML & CSS Drop down menu not working

    My list with dropdown items (called link1, link2 and link3 just for the example) are not showing, when I hover over the button (called dropdown). Any ideas what might have gone wrong. I cannot seem to find the mistake on my own Thanks in advance :-) <!DOCTYPE html> <html> <head> <meta...
Back
Top Bottom