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. John Weiss

    HTML & CSS Clicking Hidden Radio Button

    Trying to click a hidden radio button, but it's making the image go all wonky. How to fix? Everything seems normal until you click. Then the image remains wonky even after you move the mouse pointer away. The img-clip div constrains the size of the image. The radio-button click area is meant to...
  2. Idle Commander - The Dev

    JavaScript Why is this not working [edit]

    I'm making an online free web game and I got to the point where I don't know how to fix a particular bug. What I'm confused about is that the thing I'm building works perfectly when you perform it the normal way but If you go on a quest in my game and fight a monster it breaks. If you want a...
  3. Idle Commander - The Dev

    JavaScript Why is this not working?

    I'm making an online free web game and I got to the point where I don't know how to fix a particular bug. What I'm confused about is that the thing I'm building works perfectly when you perform it the normal way but If you go on a quest in my game and fight a monster it breaks. If you want a...
  4. W

    CSSZengarden Sticky Earth Animation

    Hello everyone! I am having trouble with a webpage of mine I want to submit to www.CSSZengarden.com. I am trying to get the spinning earth's animation position to be sticky so that it scrolls up or down with the page. I had it at one point, however, in my attempt to figure out how I did it, I...
  5. Kiyoshi99

    JavaScript Simple CSS/JS Tabs

    Hi, Im trying to use the following simple Tabs: https://jsfiddle.net/yw32rLuf/ Unfortunately, these tabs do not work for me, since they crash sometimes. Is there another way to achieve Tabs like these? Fix my Code so that it does not crash? Or even rewrite it completely to achieve this...
  6. R

    How to animate an interactive mind map?

    Hey all Im a beginner with html/css but I am trying to create an interactive mind map and I'm not really sure where to begin with javascript for this something like the first link but the blue circles would only reveal on hover of the center orange circle. also Ideally some sort of animation...
  7. Idle Commander - The Dev

    JavaScript Why is my first test good then my second goes bonkers

    I have this battle game and the first time you click battle it goes really smooth and well and does everything needed but once I clicked the button again there is supposed to be a 3-4 second gap between all the attacks to each other but it does something like this (1 _ is a second an "at" is an...
  8. A

    HTML & CSS Set printer settings to print label

    Hi, Where i have mistake? I try set print friendly page to print label. It's work when i edit printer settings before print. How i can set this from this page? <style type="text/css"> body { margin: 0; padding: 0; background-color: #FAFAFA; font: 8pt "Arial"...
  9. S

    Applying change from Firefox inspector to css

    Sorry if this isn't the place for what is probably a very beginner question, but here goes: I'm trying to remove a sidebar panel from a (Confluence wiki) page but am struggling to find out how to apply a change I can make from Firefox Inspector to the css. This is the code I'd like to change...
  10. Idle Commander - The Dev

    JavaScript My code is not working

    Go to this link (there is too much code to paste). Gem Hunt 2 (inspect the page for HTML and css). and go to the quests tab and click on Fred the crafter speed through the obviously correct ones then when you get to “ALright I have unlocked it for you go craft a stoen furnace and come back.” and...
  11. OhNoItsA8

    JavaScript Smoother JS Sprite Movement

    I'm in the process of making a simple, 2D racing game. I have some code that works to move the car with the arrows, but it isn't very smooth. Once it gets to the end of the page, it scrolls as the car moves, and it's very shaky to the point where it hurts to watch. If you want to see what I...
  12. Idle Commander - The Dev

    Why is my background not fully covering my span?

    Why is my background not covering the whole span element? You can inspect the element here Gem Hunt 2. image1139×327 40.6 KB The span that covers the picture and text and the background are red and black gradients. The span has a class of tablinks. The circled thing is the background and it's...
  13. T

    HTML & CSS Text does not display correctly with my css code, it should show background under text

    Using the h1, h2, and h3 with the following info in css (a,b and c) (titlte1, title2 and title3). I am not sure if I have done it correct in css, need help to find out what I an doing wrong html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%...
  14. S

    HTML & CSS divs are not in the same height column wise

    Please check attached html and css files.The 3 divs are not arranged at the same height from top.what is changes required in my csss to bring the 3 column/divs at the same height?
  15. D

    HTML & CSS What tools should I use for color matching?

    What tools should I use for color matching? I got a task: pdf file. I took the program with a "pipette". Got the color code. I paste it into HTML. Result: the colors in the task and the HTML page do not match. How to choose a color?
  16. M

    HTML & CSS How do I make a component like this?

    I use React JS and scss I need to make a component like this This is a component of the message We need to make one like on the photo, the component can come with a different number of images and with different sizes
  17. D

    HTML & CSS How To Nest Embedded Video and Audio In DIV?

    I'm trying to figure out how to nest embedded YouTube Video and Audio in DIV so I can enter caption beneath them. See - Test page I have tried moving captions around, surrounding Audio and Video players with DIVs in different ways so that caption is contained below players, but nothing works...
  18. Techtrek

    HTML & CSS How to link CSS to HTML

    help in linking css to html
  19. Nazmus Saqueeb Ashrafi

    HTML & CSS Bootstrap

    Has anyone here used Bootstrap? If so, how difficult is it to learn to use? I'd love to be able to just assign a class to get the effect I want without having to mess with a bunch of CSS properties. Heard a lot of positives about it. How is it compared to Tailwind? Give me advice on the best...
Back
Top Bottom