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. D

    CSS CSS and Thrive Theme Mega Menu.

    Hi. Trying this forum because Thrive Theme Support has no fix for a mega menu problem I have and not being a techie it seems that it should be simple. I am learning Thrive Theme for a client who wants to use this Theme. So I've created a mega menu using Thrive Theme. My problem is If I create...
  2. R

    HTML & CSS Hover over text show image where cursor is or simply on the right side of the page in center

    Hello, I am having trouble getting my onmousehover to work for this new site I have been working on and would like some help. I need some help with making the hover images appear where the cursor is or just simply above the rules and on the right side of the page in the center. Also, adjusting...
  3. P

    HTML & CSS Setting window height

    Hi everyone, Please bear with me as this is all very new to me. I am trying to find a way set the minimum height of the browser window that contains my webpage, i.e. to prevent the browser height becoming too small if the user drags the botton of the browser upwards. I would like the browser...
  4. variety code

    browser extensions

    Does anyone know about browser extensions?
  5. LilyTalmers

    CSS Autofill breaks Glassmorphism

    I'm trying to create a form and in my text input field I'm using glassmorphism. But when someone autofill the glassmorphism effect disappears. In this picture the first field is manually typed but the last two field are autofilled. As you can see in the first field the glassmorphism effect is...
  6. Kaworu

    HTML & CSS Why these divs are overlapping on mobiles?

    Hi! I have a problem with mobile version of a website I am working on currently. It’s my first post here, I hope I did everything right… :-) On a big screen, I have two columns next to each other and a copyright note in footer below them. The normal version has nothing to change. When I make...
  7. A

    HTML & CSS CSS Background Opacity

    <div style="opacity:0.6; background-image:url(...);"> <div style="opacity:1.0;"> Text </div> </div> I expected this to make the background have an opacity of 0.6 and the text have 100% opacity. Instead, they both have an opacity of 0.6. Any help would be appreciated .
  8. B

    HTML & CSS Extra DIV created underneath amazon image embed

    Hi, I'm wondering if anyone can help me with a problem I'm having. Whenever I embed a product image from Amazon I get what appears to be an additional div with black borders beneath it. Does anyone know why this happens and how I can get rid of it?
  9. S

    HTML & CSS how to split page on static and scroll-able parts?

    I want to split web page onto two parts. Static (top one) and scroll-able (bottom one). The problem is that solution I have creates a scroll-able box with fixed width and height. But I've seen an example of a page where bottom and right sections are limited by size of the browser screen and have...
  10. joshuaHutch

    HTML & CSS Hr Tag in css

    I have create a prototype web design, I would like to do this: https://snipboard.io/DCmVUP.jpg with html and css but I can not get the hr tags like that, I would love it if someone could help me. Thanks
  11. C

    JavaScript Div activate on menu click

    Hi everyone, i'm stuck at a coding project and new to this forum and thought i'd give it a try. I have a left sidebar with menu options and submenu options. Depending on the submenu option chosen I want the main content area div to be hidden and the appropriate one to be shown. I am a complete...
  12. T

    CSS CSS free help

    I just took a course that showed me all about CSS and I was really glad that I took this course. I wish to share this course with you if you are interested reply to this post and I will send you the direct link to this course
  13. beluirina

    CSS what does 2=30px mean in css grid (made a typo and it works exactly how i wanted it to)?

    i know this makes no sense but while messing around i ended up accidentally typing that in and thats the exact distance i needed. but if i delete it and try putting 230px or 30 px its not the same at all. what is this?? is it functional? what does it stand for? .display-grid{ display...
  14. beluirina

    CSS what does 2=30px in css grid mean?

    i know this makes no sense but while messing around i ended up accidentally typing that in and thats the distance i need perfectly. but if i delete it and try putting 230px or 30 px its not the same at all. what is this?? can i use it elsewhere?
  15. M

    HTML & CSS trouble with css selectors combining

    This code: .cl1 clChk:checked ~ cl2 { opacity: 1; height: auto; } worked perfectly fine with this structure: <div class="cl1"> <label class="clLabel" for="chk_1"></label> <input class="clChk" type="checkbox" id="chk_1"> <article class="cl2"> ..some text...
  16. TheFrieber

    CSS CSS/HTML Video is TopMost

    Help, im trying to find an fix but in google there is nothing: I wanted to do a Video as Background, but it keeps getting over the button,label. I wanna that its behind the button label as background how to do? My HTML Code: <video autoplay muted loop id="Vid"> <source src="my link i dont...
  17. sallu110

    HTML & CSS Changing position of sign in and sign up form

    Hye! I want the sign up and sign in form to be place horizontally in the middle of the page . Currently they are placed on top of each other. </section> <div class="lg:w-2/6 md:w-1/2 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0"> <h2 class="text-gray-900...
  18. SilentHealer584

    HTML & CSS How can i change body bgcolor by sliding slider ?

    Am I able to also change colour by sliding the same slider I use to change image size ? <body> <center> <p><-- low temp.</p><div class="slidecontainer"> <input type="range" min="15" max="25" value="15" class="slider" id="Slider"> </div><p>high temp. --></p>...
  19. Malcolm

    The Odin Project

    The goal of The Odin Project is to provide a complete path for students to go from zero programming knowledge to employed as web developers while working with other students and picking up the skills to become self sufficient along the way. https://www.theodinproject.com
  20. wheresthatcode

    HTML & CSS HTML Editor within HTML website

    I have created an intranet through css and html. There is a particular page that has on it the schedule for each day. At the moment i'm editing that page each day for them. Is there a way to create a html page that will have a simple imbedded editor that you can just change the wording and...
Back
Top Bottom