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

    HTML & CSS How to add menu buttons and make them work ?

    Hello! I just trying to add one or more "menu" buttons to website. I've added button, but it's still doesn't work. How to solve this problem? And menu buttons Test 0,Test 1, Test 2 wokrs normally without js Here are parts of html & css codes Menu <div class="tab"> <input...
  2. Liljeqvist

    CSS I cannot get these elements to align in my nav

    I am having an issue with my navigation menu. I use flexbox to align all the items, but for some reason I cannot get the logo / brand name to line up wtith the burger-icon. I added space-between to the parent container, because I want the logo on the left side, and the menu-icon on the right...
  3. henoida

    CSS left and right elements

    I have a general questions about items on the top of the page which are positioned on the left side (such as a logo) and on the right side (such as a search box and global elements), using float: right. When minimizing the browser or looking at it on a small screen of a phone, these two...
  4. D

    HTML & CSS Header image over top bar

    Dear all, can you please help me with a CSS additional code to get the header image over the TOP Bar? Here is the screenshot: https://nuorobro.com/wp-content/uploads/2021/03/Cattura.png (visible on the live website as well if you’d like to check) As you can see, I already added a code to have...
  5. henoida

    CSS Need help with Responsive top nav with dropdown

    Hi all! I'm trying to build a responsive top navigation with dropdown, but need a little help. When resizing the browser I run into problems such as some submenu items (like under "Software") not showing up correctly. I had a "overflow: hidden;" in there, but commented it out, since when I...
  6. joshii1

    JavaScript I need help changing the file type

    Hello there! in my websites zoom.selync.ga and samia.selync.ga i have added a Winamp mp3/mp4 player and whenever i try to upload a file it wont allow me to do so unless that file is in a folder then it would allow me to upload it. how do i fix the code to where i can just upload a mp4 or a mp3...
  7. S

    HTML & CSS HTML5 audio - tweak controls??

    Hi all. I'm using the code below to display some very short (<2 seconds) clips on a web page so don't really need the time or progress bar showing. It would be better if we could just have the play/stop button. There doesn't seem to be a way to customise what controls are shown so wonder if...
  8. M1710

    HTML & CSS Rollercoaster animation

    Hi, At the moment I'm working on a project where I want to animate a rollercoaster. I've added the image that I'm working with. I want to animate an attraction ride up and down on the light grey line (front line). I've tried many things but I can't seem to come up with a solution. Anyone here...
  9. Lucas

    CSS CSS issue I can't solve

    Hi, I'm having a CSS issue that exceeds my knowlegde. Hope someone can help. :) On my website Rentalworks, when you book a product and click next, and you go to a smaller screen mode you see the blocks overlay instead of stacking. I tried many things. Flex,... can't seem to solve this. Any...
  10. B

    HTML & CSS Section of site is restricting content to a narrow column

    Next to no coding experience. Built this site a couple years ago with a visual builder, which has since been discontinued. The code is pretty wacky, and since I don't have much experience, I'm going to put a wall of code on this post. Hard for me to say what is the problem spot. Sorry. This is...
  11. purelocal

    CSS Using multiple background images in CSS with responsive media queries

    Hey people , My site has 1 100% cover background per page - in CSS - to display different sizes by screen size the following can be used : @media screen and (min-width:460px) { background image with ~460px size @media screen and (min-width:1280px) { background image with ~1280px size ...etc...
  12. W

    HTML & CSS HTML/CSS - Multiple images in carousel slide show

    I'm trying to create a slideshow that shows 4 images at a time, and then you can click arrows on the left and right to go to the next set of images. When I attempt to open my html file in google chrome, all the images stack on top of each other vertically instead of horizontally and my arrows...
  13. Hemmel

    HTML & CSS How to call a different popup within the same popup

    Hello everyone, I'm using the template "Ocean Vibes" from TemplateMo and it uses popups. I know there's a way to create a button to go to the next popup, but I can't find how to make a button to go to the popup that I want. For example, popups "about", "gallery" and "contact". In popup...
  14. S

    HTML & CSS how to copy this part to my wordpress blog

    Hi guys, I'll need your help to implement this part from another WordPress Blog to mine. could you help me with that, please? Here is the link to the post: https://www.plainchicken.com/slow-cooker-cream-cheese-crack-chicken/ Thank's
  15. Lance

    HTML & CSS Media Query

    <h3 style="text-align: center; margin-left: 100px; padding-top: 30px;">Latest Posts</h3> <div class="a2c" style="background-color:black; margin: 40px 40px 80px 100px; width: 400px; height: 480px;"> <div id="image" style="margin-top: 20px;"> <a href="test.html"> <img...
  16. S

    HTML & CSS Why does an <img> within a <div> display a narrow gap at the bottom?

    Hi All I have placed an <img> within a <div>. Here's the HTML: <div class="box"> <img class="height200" src="https://picsum.photos/200/200?random=1"> </div> Here's the CSS: .box { display: inline-block; margin: 20px...
  17. dennermelo

    HTML & CSS Create a kind of pager in a box.

    I need to create a second repository session, but they are expanded by a "Next" button. Sorry if there are errors in English, I'm Brazilian.
  18. hhaarr

    HTML & CSS Why does the class work inside the img tag but not inside div?

    Hello everyone why does it work here <div> <img src="pix.jpeg" alt="Eastern Port" class="A5"> </div> but not here <div class="A5" > <img src="pix.jpeg" alt="Eastern Port"> </div> this is as far as it goes for the class in CSS .A5 { width: 50%; } Thanks for any help
  19. S

    HTML & CSS Why does an image break its layout if the image is not found?

    I am displaying a box (.box class) within which 2 cards (.card class) are present. The requirements are as follows: 1) The box has the same height as the cards. 2) The cards are required to be displayed at the extreme left and right ends of the box, on the same row. Within each .card object...
  20. 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...
Back
Top Bottom