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

    HTML & CSS Hover over text show image where cursor is or simply on the right side of the page in center

    Hello, I am having trouble getting my onmousehover to work for this new site I have been working on and would like some help. I need some help with making the hover images appear where the cursor is or just simply above the rules and on the right side of the page in the center. Also, adjusting...
  2. R

    HTML & CSS Can not get all links to work with my custom cursor

    Hello, so I have been running into an issue, I am still kind of a newbie and I have a custom cursor on my site but for some reason when I hover over my "projects" div class column-two the links do not work. they work with my name and information and contact info but not the projects and not sure...
  3. R

    HTML & CSS Using flex box to make a grid

    Hello I have used flex box before without problems, but with this new code I am using to show a hover when over text I am not sure how to make my body content and body content 1 to be in 2 rows at the top, instead of stacked on each other .bodycontent { display: flex; flex-wrap: wrap...
  4. R

    HTML & CSS Font Face not working

    I have a site that I am hosting through siteground and my font-face property isn't showing up when I make the site live, it works fine in preview mode. I have tried saving as a woff, otf, ttf everything and it is not working. @font-face { font-family: Sans; src...
  5. R

    HTML & CSS Hover over Text to display an image

    I want when I hover over my text for the image to appear in the top left while the text is in the bottom left. I have it so now when I hover it moves the text underneath down and makes it difficult to navigate. When I change the padding it moves all the text with it. <div class="hover_img">...
  6. R

    HTML & CSS Linking Images and Text not working anymore

    Hello, I am a relatively new coder and I ran into a problem where my text and images do not link anymore. I will share the text one that is not working HTML: <div class="header1"><a href="index.html"><h4>DUMmY<br> STUDIO</h4></a> </div> <div class="header2"><a...
Back
Top Bottom