Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

html

  1. M

    HTML & CSS Difference / Invert Text color, on hovering

    Hello! I am trying to make an awesome effect :) I would like to change the color of the text, to be inverted according to the background of each section/div. From my search, I think that I have to use this attributes as styles. mix-blend-mode: difference; filter: invert(1); What I have try...
  2. joshii1

    JavaScript I need help changing the file type

    Hello there! in my websites zoom.selync.ga and samia.selync.ga i have added a Winamp mp3/mp4 player and whenever i try to upload a file it wont allow me to do so unless that file is in a folder then it would allow me to upload it. how do i fix the code to where i can just upload a mp4 or a mp3...
  3. T

    HTML Iframe login not working

    Hi, I am trying to create a portal to quickly navigate between websites quickly. But I have run into an issue. I am using an iframe to open the website in the window, but when I input my login information to the iframe page, it just reloads and doesn't proceed. It works on IE but no other...
  4. B

    HTML & CSS Section of site is restricting content to a narrow column

    Next to no coding experience. Built this site a couple years ago with a visual builder, which has since been discontinued. The code is pretty wacky, and since I don't have much experience, I'm going to put a wall of code on this post. Hard for me to say what is the problem spot. Sorry. This is...
  5. Malcolm

    What is HTML?

    What is HTML? HTML is an abbreviation for Hypertext-Markup Language and is used to create the structure of a website. In other words, it’s considered the skeleton. A webpage is made up of many different types of tags that are used to structure a webpage. HTML documents use the file extension...
  6. W

    HTML & CSS HTML/CSS - Multiple images in carousel slide show

    I'm trying to create a slideshow that shows 4 images at a time, and then you can click arrows on the left and right to go to the next set of images. When I attempt to open my html file in google chrome, all the images stack on top of each other vertically instead of horizontally and my arrows...
  7. J

    JavaScript How to create a dynamic live counter

    I'm trying to create a dynamic live counter. The counter needs to: have some text before and after. change live. stay between 1 and 10. change only by ±1. have 2 to 10 second intervals between each update (Random but no longer than 10 and no less than 2 seconds between each update). if...
  8. Hemmel

    HTML & CSS How to call a different popup within the same popup

    Hello everyone, I'm using the template "Ocean Vibes" from TemplateMo and it uses popups. I know there's a way to create a button to go to the next popup, but I can't find how to make a button to go to the popup that I want. For example, popups "about", "gallery" and "contact". In popup...
  9. S

    HTML & CSS how to copy this part to my wordpress blog

    Hi guys, I'll need your help to implement this part from another WordPress Blog to mine. could you help me with that, please? Here is the link to the post: https://www.plainchicken.com/slow-cooker-cream-cheese-crack-chicken/ Thank's
  10. Lance

    HTML & CSS Media Query

    <h3 style="text-align: center; margin-left: 100px; padding-top: 30px;">Latest Posts</h3> <div class="a2c" style="background-color:black; margin: 40px 40px 80px 100px; width: 400px; height: 480px;"> <div id="image" style="margin-top: 20px;"> <a href="test.html"> <img...
  11. S

    HTML & CSS Why does an <img> within a <div> display a narrow gap at the bottom?

    Hi All I have placed an <img> within a <div>. Here's the HTML: <div class="box"> <img class="height200" src="https://picsum.photos/200/200?random=1"> </div> Here's the CSS: .box { display: inline-block; margin: 20px...
  12. hhaarr

    HTML & CSS Why does the class work inside the img tag but not inside div?

    Hello everyone why does it work here <div> <img src="pix.jpeg" alt="Eastern Port" class="A5"> </div> but not here <div class="A5" > <img src="pix.jpeg" alt="Eastern Port"> </div> this is as far as it goes for the class in CSS .A5 { width: 50%; } Thanks for any help
  13. S

    HTML & CSS Why does an image break its layout if the image is not found?

    I am displaying a box (.box class) within which 2 cards (.card class) are present. The requirements are as follows: 1) The box has the same height as the cards. 2) The cards are required to be displayed at the extreme left and right ends of the box, on the same row. Within each .card object...
  14. 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...
  15. H

    HTML & CSS Animated web banners

    Hello I have designed an animated web banner in GreenSock. It’s a pretty simple banner with an image as a background and some text and graphics animated. Only lasts a couple of seconds.The size is 300x250. Now I’ve been asked to make it responsive for desktop and mobile. At the moment it’s...
  16. amyLou

    HTML & CSS Advice

    I've been using HTML and CSS for sometime now and have created a number of websites with it. I have included some jquery in them, and mostly learned everything I know from Lynda.com tutorials. I'm looking to add some more modern and advanced features to my repertoire like parallax, scrolling...
  17. psycho_41

    HTML & CSS Need help to create this page exactly like this

  18. B

    JavaScript Trouble with expandable accordion list - extra space

    Hello! I'm trying to perfect an expandable accordion list that I put together, but I cant seem to fix the fact that there is extra white space after the text on every single block (See example here). Heres what I have: <link rel="stylesheet"...
  19. L

    CSS How to style an unordered list without styling another one nested within it

    Hi all, This is my first time posting, so I hope I’m doing it correctly.... please bear with me. I’m very new to coding, so this is probably a super easy question to answer, but it’s driving me nuts. I have an <ul> nested within another <ul> I need to style the direct children of that FIRST...
  20. J

    HTML & CSS How to make a dropdown menu?? Please Help

    Hello! I am new to CSS and HTML-- I feel like this should be easy but i can't figure it out. This website was made by someone else and i am tasked with created a dropdown tab on one of the links. Here is the page for some background: https://earlyyearsinc.com/community.html I need...
Back
Top Bottom