The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> MY WEBPAGE WONT SCROLL UP :(, My webpage won't scroll up or down, idk if its my html or css but
markee
post Dec 3 2021, 01:06 AM
Post #1





Group: Members
Posts: 4
Joined: 4-October 21
Member No.: 28,131



I dont know whats wrong with my code, it wont scroll when I run it, I attached both the CSS and HTML, if someone could help before its due tm I would be so grateful sad.gifAttached File  apwm.html.zip ( 1.33k ) Number of downloads: 71
Attached File  apwstyle.css.zip ( 1.33k ) Number of downloads: 78
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 3 2021, 10:43 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



You've used overflow: hidden . That's why. wink.gif

CODE
  html {
      height: 100%;
      width: 100%;
      overflow: hidden;
  }


You also use it for the menu. It isn't as harmful there, but you don't gain anything by using it either, so I'd remove it there too.


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 11:46 AM