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. 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...
  2. 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...
  3. amyLou

    CSS Bootstrap gradients

    Is it possible to create gradients in bootstrap ?
  4. 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...
  5. psycho_41

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

  6. P

    HTML & CSS linear-gradient text for small words

    .halloween { background-image: linear-gradient(to left, black, orange); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; color: transparent; } .christmas { background-image: linear-gradient(to left, green, crimson)...
  7. henoida

    CSS CSS for Google custom search

    On the site I'm trying to build: https://www.dynomotion.com/test/index-search.htm the cursor does not focus within the search box. Does anybody know I have done wrong? Any pointers would be very much appreciated! Thanks For the styling of the search, I use the following css: #cse-search-form...
  8. 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...
  9. 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...
  10. J

    HTML & CSS Two browsers display image wrong.

    I have an image that is 810 pixels wide. My HTML is: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WTF</title> </head> <body> <ul style="list-style-type:none;"> <li> <img src="Image.png" alt="" style="margin: 0 auto 0 auto;width:810px;display:block;"> </li>...
  11. Malcolm

    Tutorial CSS Border Radius - Border-radius:

    CSS Border Radius Property Hello Coders! Another quick tutorial! This tutorial is using the border-radius property to create rounded corners to rounded elements. You should have an understanding of both HTML & CSS, you can check out What is HTML & What is CSS for more info. In this tutorial...
  12. Malcolm

    Tutorial CSS Hover Selector :hover

    CSS Hover Selector :hover Hello Coders! It's been a while since my last tutorial, I'm hoping to get a lot more out within the next couple of weeks. This tutorial is going to show you how to change the element's appearance when you hover over them using :hover. You should have an understanding...
  13. bas.3625

    HTML & CSS Help needed on server.

    hey, we're a coding community server for supportl, currently focussing on html, css and javascript. We need people who ar good at coding in our server to help others, since there's a lot of people with questions. we have a pretty active discord with over 120 members and we're growing pretty...
  14. Halilkastrati

    HTML & CSS Help me please

    Is there anyone who can help me with these "caterogies". How do i make them in one line and not a new line for every new one. Sorry for my bad english
  15. A

    HTML & CSS How to make a post thread form like codeforum?

    I want to create a post thread form like codeforum help pls
  16. D

    Disable hardware acceleration for Google Chrome - Website Video Background Issues

    I recently noticed that my website which uses a full screen video background with both (.mp4 and .webm) video formats is flashing a green screen when the user clicks away from the homepage on Google Chrome browser only. (Everything works perfectly on Mozilla Firefox and IE edge) So, If the...
  17. mariag

    HTML & CSS How to convert this boot strap drop down menu to mega menu

    /* Template default CSS html, body { height: 100%; font-family: "Montserrat", sans-serif; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { margin: 0; color: #111111; font-weight: 400; font-family: "Montserrat", sans-serif; } h1 { font-size: 70px...
  18. mariag

    hello everyone

    I am a noob at programming but i try some css and php for making my sites. Sometimes I get stuck bad and need help at coding, I googled and this site came up and seemed like a friendly community so decided to join. looking forward to learning more from you all Thank You Maria
  19. C

    HTML & CSS Overflow-y:Scroll working but not displaying the bar

    I've got an issue by where I have a tray that pops up on my site and an image is loaded. The image s too large to be displayed on the screen so you have to scroll to the bottom. For some reason the scroll does work but the bar isn't showing. Has any one else had this issue before...
  20. shaked shechner

    The footer goes up because of pictures

    We have this we page :(https://rolostack.co.il/%D7%A2%D7%9E%D7%95%D7%93%D7%99-%D7%A0%D7%97%D7%99%D7%AA%D7%94/). You can see that the footer goes up because of the long pictures. Is there a way to fix it? We tried `position:fixed` , but then the footer gets sticky. we want it to be like that...
Back
Top Bottom