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

    If I put change it so they are not all broken up by divs and just in 2 div classes, I still get the same thing <div class="firstcol"> <div> <a href="index.html" id = "ryan" onmouseover="mouseOver()" onmouseout="mouseOut()"><p>Look At This Photograph<br></p></a> <a...
  4. R

    HTML & CSS Using flex box to make a grid

    Okat I changed that, but I still get the same thing.
  5. 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...
  6. R

    HTML & CSS Font Face not working

    I had to indent one of the lines of text that said the font name, cleared caches, at least I think the sans serif shows up now, does on my end finally. Let me know if it does for you.
  7. R

    HTML & CSS Font Face not working

    Update, I believe it worked, thanks!
  8. R

    HTML & CSS Font Face not working

    Unfortunately that did not solve the problem either at least for my header in one spot on safari. www.ryanstewsart.com
  9. R

    HTML & CSS Font Face not working

    The other font that is not showing up: @font-face { font-family: DummySans; src: url("Fonts/DummySans-Regular.otf"); } .nav { width:25%; position: fixed; padding-left: 0.5%; padding-top:0%; padding-right: 20px 20px; font-size: 22px; line-height: 45px...
  10. R

    HTML & CSS Font Face not working

    I'm sorry I am a bit new to this, how do I define the format?
  11. R

    HTML & CSS Font Face not working

    Safari and Google Chrome, in brackets live preview on Chrome it works, but that is it. I also have another font I want uploaded as it is the word mark but unfortunately neither want to register. Website is www.ryanstewsart.com
  12. 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...
  13. R

    HTML & CSS Hover over Text to display an image

    Sorry image to appear top right text top left.
  14. 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">...
  15. R

    HTML & CSS Linking Images and Text not working anymore

    And also the 'Information' link only works on the index page, even though it is the same code throughout.
  16. R

    HTML & CSS Linking Images and Text not working anymore

    <header class="test-header"> <div class="header1"> <a href="index.html"> <h4>DUMmY<br/>STUDIO</h4> </a> </div> <div class="header2"> <a href="Information.html"> <p>Information</p> </a> </div> </header> .test-header { width: 100%; position: fixed...
  17. R

    HTML & CSS Linking Images and Text not working anymore

    .header1 { width: 15%; position: fixed; padding-left: 0%; padding-top: 0px 0px; padding-right: 10px 10px; font-size: 22px; line-height: 25px; font-family: DummySans; letter-spacing: .35px; } .header2 { width: 30%; position: fixed; padding-left...
  18. 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