Welcome!

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

SignUp Now!

css

  1. C

    Removing Form Field Selection Properties In CSS

    I am pretty new to CSS and I'm using it to style a basic HTML form with 2 form fields and a submit button. By default, when the form fields (and submit button) are selected (using the Tab button) they are "highlighted" by a thick black border. How can this attribute be removed so that it...
  2. francovighcontacts

    Project Looking For Members!!!

    2. Hey everyone! My friend and I are working on building a website, but we could really use some help with the programming side of things—because, let’s be real, we’re not exactly pros. 😅 The exciting part? We’ve already partnered with a massive international organization of 700 members who are...
  3. LKinneyX23

    Video slider

    Example page of issue This video slider used to work with no issues, but at some point it stopped working correctly. How it works (or doesn't) seems to vary depending on operating system and/or browser. I am on Windows 10 and use Firefox, but I also tested on Edge since it's already installed...
  4. M

    animation changes position

    Hello, I am trying to learn css and I am learning animations. I am finding that when the animation is applied it moves to the top of the page and I can't understand why or make it move. If you remove the "1s" from the .spinning cleass - so that it isnt spinning, it moves to the desired location...
  5. IMMaximum

    CSS Within HTML Code

    So in my HTML Code I have, there is code that is CSS code. How does this work, since they are 2 separate types of code? I noticed this before and I ignored it, but I aa starting to get curious now. Since HTML and CSS code are separate, shouldn't the CSS code and the HTML code be separate? I at...
  6. IMMaximum

    HTML & CSS Ideas For Gaming Website

    So this is a post where I do and I don't need help. I have been creating a website for my Programming 2 class using AI per his instructions, and it went well. The project has come to an end, but I still want to work on it because I find coding interesting. I have a couple questions that I want...
  7. jabbamonkey

    Bold not showing for some people

    So, my coworker is editing our WordPress site ... and said that the BOLD text wasn't showing on the website (but it was showing for me fine). He sent me a screen shot, and I also got on a video call and he shared screen ... the BOLD wasn't showing for him. Looking at the code ... the strong...
  8. IMMaximum

    Best Way To Learn HTML, CSS, and JavaScript?

    So I am currently using a website called CodeCademy to learn more coding skills, and it is kind of going good, I am just wondering are there any other ways to learn coding. Specifically HTML, CSS, and JavaScript? It doesn't have to be online, I just want to know the best way. I am mostly asking...
  9. IMMaximum

    ChatGPT and Coding Problems

    So since I don't personally use JavaScript, CSS, and HTML to make code, I had to use ChatGPT to write the code for me. I was coding this on Replit, as per the instructions I was given, but I ran into some problems with my website. I went to ChatGPT to help me, and many other AI Models, but they...
  10. JosiahMaybe

    PHP Anyone want to review like my selling plans?

    Okay so I have made products, I plan to sell. Basics of my plan are 1d3.com for payments and taxes, asurahosting.com/hosting web hosting, weatherapi.com geolocation, and proxycheck.io to make that accurate. My email is [email protected], you can also direct message me but I prefer privacy for...
  11. jabbamonkey

    div tables overlapping in Safari?

    Having a CSS issue with my site. Someone sent me some screenshot from their Macbook using Safari. I have not been able to duplicate the issue using online Safari browser testers, so this is difficult for me to troubleshoot (especially since I am PC passed). I wanted to see if someone else...
  12. accol

    JavaScript How to animate input placeholder text shaking in React using Framer Motion

    Thank you for reading. I'm trying to figure out how to make each letter of the placeholder username and password text either shake or animate in a wavy motion, however if you type in words the placeholder would disappear and stop animating as typical. I was using Framer Motion & React: Wavy...
  13. M

    Help with removing space in <h1>

    What is responsible for all the whitespace around the text in this <h1>? It's so big it's almost acting as a margin-top. View: https://imgur.com/bTUg9uR <section class="contact-hero"> <h1>Contact us...</h1> <p>Write us a brief, ask us a question or tell us what you’re looking for in...
  14. cbreemer

    Syntax for external files

    Not a problem, just a question. I am struggling to understand why the syntax for including external CSS and JS is so different. Currently I use this : <script src="http://localhost:80/lib/dialogs.js"></script> <link rel="stylesheet" href="http://localhost:80/lib/dialogs.css">...
  15. J

    Responsive problem - html and css site in development

    Hi guys, I've decided (for some reason :-) ) to re-code my Wordpress site from scratch with my own code... It's going well, though there is a minor problem within the responsive framework and I can't find the mistake. The problem occurs when scaling the site below approx. 400 px - something...
  16. AntiokusPensato

    HTML & CSS Help with a breakpoint

    I am doing a school project and am having trouble getting a certain breakpoint to work. I'm sure it is something simple and I just can't see it. This is my first month coding, tried to use chatGPT to help but the few suggestions through there seemed to make it worse or not change it at all. I am...
  17. Kaworu

    CSS I cannot center the divs contents.

    Hi. I am working on a website. I have two divs (classes: centered-text and center-div - the first is supposed to center the text, the second pictures) and my CSS code for them is not working as intended. The detailed problem is below, in SPOILER: [/SPOILER] I really cannot guess why...
  18. E

    Answered File path

    Given the following folder structure, how do I write the full html tags needed to reach the different different files starting from the orange file? a) house.jpg b) menu.js c) style.css
  19. I

    How do I display the new comment in the comments section when added and still keep the submission ajax code?

    My code is below: $commentsQuery = "SELECT username, created_at, content FROM comments WHERE post_id ={$row['id']} ORDER BY created_at DESC"; $commentsResult = mysqli_query($con, $commentsQuery); $commentsCount = $commentsResult->num_rows; if ($commentsCount > 0) { echo "<details>...
  20. I

    How do I make this layout possible?

    I have tried many, many times to make this possible but can't figure out how to get the comments box and button to be inline with the reactions emojis and I can't get it working. It has frustrated me so much that I have thought of quitting the project but I'm hoping I won't have to and I'm...
Back
Top Bottom