css

  1. C

    CSS Logo not showing

    Hi, I am facing an issue that i cant seem to work out. My logo does not appear in the top left. Instead it appears with a broken image sign and the page title. Any ideas of why this might be. I am using Asset clean up not sure if i may have messes up the coding there?
  2. Johna

    HTML & CSS Slider does one Complete Loop, Continues to the Next Image, Goes Back to the First, and then Runs Normally Again.

    I'm trying to create a slider with HTML and CSS, but there's an error that after one complete loop, the slider continues to the next image, and then goes back to the first, and then runs normally again. Here's the code: <link rel="stylesheet" href="style.css"> <div id="sliderMain"> <div...
  3. Johna

    CSS Is it Possible to Pause a CSS Animation at a Specific Key Frame?

    Is it possible to pause a CSS animation at a specific key frame? I have this HTML: <div id="sliderMain"> <div id="sliderLL" class="st2"></div> <div id="sliderL" class="st1"></div> <a href="#" style="cursor: default;"><div id="sliderM" class="st0"></div></a> <div id="sliderR"...
  4. Servin_Laughter

    JavaScript JavaScript script that can read text that is inside of an HTML page?

    Hey! This is a revision to a previous question I asked. I want to use JavaScript to read the text that is put onto an HTML page through an IFrame element. The IFrame element is a news and updates subscription list, and when you enter the information, the screen says "Your subscription has been...
  5. B

    HTML & CSS Eliminate extra space after selection in dropdown

    There is extra space after selection in the Site dropdown. I believe this is a css issue but I'm not sure what I need to eliminate the extra space. I tried putting padding-bottom:.25em which got it closer but still too much space. Can someone please help me with a solution?
  6. L

    CSS How to change the CSS a bit?

    Hi I found this CSS and it helps me highlighting current active main menu-item - also when the active page is in a dropdown. (Its CSS for WordPress with Elementor) It works well - but I would like to have it work at bit different because right now its shows the same color on both main-menu...
  7. hno2005

    HTML & CSS looking for horizontal grid menu

    I'm looking for a horizontal scroll menu like this image: it scrolls left and right with these pointers , also you can touch your hand and move left to right . this is the website I saw it : https://chopchopasia.com/branches/jordaan/s how can I make something like this ?
  8. V

    CSS Change text color & size of box

    Hello, I am trying to change 'original.png' to 'example.png'. I have tried changing the text color by putting 'color: white', but nothing happens as the menu text color has already been defined elsewhere as green. I am not sure how to change the size of the box. I have tried playing around...
  9. Johna

    CSS How do I add shadow to SVG

    I've embedded an SVG in HTML and I want to add a shadow to it, but I don't know how to. I've tried adding filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2)); to the CSS and doing what they have here [https://www.w3schools.com/graphics/svg_feoffset.asp], but none of them seem to work. <svg>...
  10. Johna

    HTML & CSS Line before a button

    Hi everyone, when I put two buttons side-by-side I get a short line before the second button. This only happens when I have two buttons, if I remove the first button, the line isn't there anymore. I've attached pictures to show this. How can I remove this line? Here's my code: <div...
  11. N

    CSS CSS grid with same height columns

    Hi, I have these 3 columns, and it was built using a grid. How do I make the grey background the same height for all columns? Ideally not changing this html structure and using css only. The height can't be fixed, of course. I tried making the div "content" 100% height but doesn't work...
  12. T

    HTML & CSS Layout issue

    Hi Guys, Hoping someone can help :) I am trying to create a layout with 2 side by side columns within a container with a max-width of 1296px centerted on the screen. Column 1 need to be 50% width of the container and column 2 (on the right) i would like to fill the rest of the screen and not...
  13. A

    HTML & CSS Problem with navigation menu links not loading css

    My navigation menu links, when used to navigate to another page on the website, seems to be not using the CSS linked to that page. All of the content for the page is there, just not the formatting. <link rel="stylesheet" href="css/style.css" media="screen" type="text/css"> <link...
  14. Kaworu

    CSS CSS code for styling scrollbar is not working

    Hi :) I have tried for the first time ever to change the scrollbar to my liking. Sadly, it is not working. The shape, color etc. of the scrollbar is the same as always, just like if I haven't written the CSS code. I am using Chrome. <!DOCTYPE html> <html lang="en"> <head>...
  15. ramzez

    HTML & CSS Beginner on margins with a problem

    Hi all, I am new to HTML & CSS and started to do the freeCodeCamp course. On my challenge to create a form I get these text input fields that extend around my form. I can't figure out why. I expected it to look like the dropdown menu, but I don't know why there is a difference. This is what...
  16. chaspick

    HTML & CSS Need help CSS style is not applied

    Hello guys, I'm new into this and it would be nice if you could help me please. So the CSS style is not being applied. <!DOCTYPE html> <html lang="ru"> <head> <title>CSS. Часть №1 (Синтакис + Обнуление) </title> <link rel="stylesheet" href="/css/style_css"> <meta...
  17. Midori

    HTML & CSS New to CSS

    Hello everyone, Hope everyone is doing good. I'm new to all this and I have a question, I want to know if I can somehow add an image to a button through CSS, is something like that possible? I want to draw a button with a unique and grunge style but I don't know how and don't know if it's...
  18. G

    CSS Specific button animation/transition

    Hi, cant figure it out. I'm looking for way (or solution) to do button animation like below:
  19. L

    CSS How to adjust the spacing in dotted border

    I just want to give an element a dotted/dashed border with each dot/dash being evenly spaced but the first and last dots are way too close. I have tried changing the border thickness but it does not make any difference. I attached a picture and circled the problem area. .currentTurn { outline...
  20. Johna

    JavaScript Chrome extension to edit page HTML and CSS not working

    Ok, so the last question I posted I didn't put the code in the </> thing, so I'm re-asking it here. Hi everyone, I made this extension to view unlimited number of Quora pages without having to sign up by removing the sign up popup. I don't know what I did wrong, but it isn't working. My browser...
Top Bottom