Artifacts Gallery Guilds Search Wiki Login Register

Welcome, Guest. Please login or register. - Thinking of joining?
a Summer night - @904.17
Activity rating: Four Stars Posts & Arts: 58/1k.beats Random | Recent Posts | Guild Recents
News: There's a great big indie web tomorrow! :smile: Guild Events: Summer Projects

+  MelonLand Forum
|-+  Life & The Web
| |-+  ✁ ∙ Web Crafting
| | |-+  ☔︎ ∙ I need Help!
| | | |-+  Frameset help - hide scrollbars on frames


« previous next »
Pages: [1] Print Embed
Author Topic: Frameset help - hide scrollbars on frames  (Read 2096 times)
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
Gift of CubesealVisited on Melon's 10th Anniversary!ビートルさんPolyamorousMooshroom Spawn Egg!#@&*$
« on: a Winter day » Embed

https://dotmidi.neocities.org/Home-Page/frameset
 so i decided to have THREE FRAMES, one with links to friends on the side, the other is a directory

however, since i coded this new frameset the scrollbars r all visible, i don't know how to code them to be invisible (but still functional) i've tried everything, i went to the overall frameset and tried to code the scrollbar, i even went to the individual frames but to no avail

if anyone knows how i can get rid of the scrollbars on my frames pls teach me  :ozwomp:

Code
<!DOCTYPE html>
<html>

   <head>
      <title>tha homepage!!</title>
   </head>
   <style>

   </style>
   <frameset cols = "20%, 60%, 20%" frameborder="0">
   
  
      <frame src = "https://dotmidi.neocities.org/Home-Page/frame.html" name = "menu_page" noresize />
         <frame src = "https://dotmidi.neocities.org/base.html" name = "main_page"; />
         <frame src="https://dotmidi.neocities.org/friends" name = "friends";>
      <noframes>
         <body>Your browser does not support frames.</body>
      </noframes>
   </frameset>
	
</html>

« Last Edit: a Winter day by Melooon » Logged


Artifact Swap: DazzlerWurby
Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
You're a Star!I got robbed by Dan Q on Melonland!Flinstone VitaminAlways working hard!Known Apple shillcoolest melon on the web!
« Reply #1 on: a Winter day » Embed

So there is prob a CSS solution here (I can see you did "::-webkit-scrollbar {display: none;}") already - but scrollbars can actually be set in your operating system - for example on mac scrollbars are invisible by default, so I actually don't see any scrollbars on your site. Some people prefer to have them visible though and switch them on!

You can also try this for Firefox (-webkit- means Chrome and Safari)
Code
* {
  scrollbar-width: none;  /* Firefox */
}

On Frameset the scrollbars are generated by your frameset page, so that's where you need to test your CSS - you've already done a bit of that so your on the right track!

Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: Wildflowers!Red TulipMellohiI met Dan Q on Melonland!?Flowers
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
Gift of CubesealVisited on Melon's 10th Anniversary!ビートルさんPolyamorousMooshroom Spawn Egg!#@&*$
« Reply #2 on: a Winter day » Embed

i am very troubled here.. trying to figure this out to my best capabilities

Logged


Artifact Swap: DazzlerWurby
Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
You're a Star!I got robbed by Dan Q on Melonland!Flinstone VitaminAlways working hard!Known Apple shillcoolest melon on the web!
« Reply #3 on: a Winter day » Embed

My browser is having a bit of a freak out about your code, you had some weird ; characters and missing /> in your frames! I cleaned it up using Prettier - try this code and see if it works better!

Code
<!DOCTYPE html>
<html>
    <head>
        <title>tha homepage!!</title>
    </head>
    <style>
        ::-webkit-scrollbar {
          display: none;
        }
        * {
          scrollbar-width: none;  /* Firefox */
        }
    </style>
    <frameset cols="20%, 60%, 20%" frameborder="0">
        <frame src="/Home-Page/frame" name="menu_page" noresize />
        <frame src="/base" name="main_page" />
        <frame src="/friends" name="friends" />
        <noframes>
            <body>
                Your browser does not support frames.
            </body>
        </noframes>
    </frameset>
</html>

« Last Edit: a Winter day by Melooon » Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: Wildflowers!Red TulipMellohiI met Dan Q on Melonland!?Flowers
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
Gift of CubesealVisited on Melon's 10th Anniversary!ビートルさんPolyamorousMooshroom Spawn Egg!#@&*$
« Reply #4 on: a Winter day » Embed

Hmm.. I tried it but I can still see the scrollbars, maybe I'll wait to go home and see how it looks on a regular ol' pc? I'm using my school laptop rn :ohdear: :ohdear:
thanks a lot for a much cleaner coding layout though  :chef: this will help a lot so i can just focus on the CSS aspect of the problem

Logged


Artifact Swap: DazzlerWurby
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
Gift of CubesealVisited on Melon's 10th Anniversary!ビートルさんPolyamorousMooshroom Spawn Egg!#@&*$
« Reply #5 on: a Winter night » Embed

figured it all out! thanks for the help melon,.. fiend of frames  :ozwomp:

Logged


Artifact Swap: DazzlerWurby
Melooon
Hero Member ⚓︎
*****
View Profile WWWArt


So many stars!
⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: melon
iMood: Melonking
Itch.io: My Games
RSS: RSS

Guild Memberships:
Artifacts:
You're a Star!I got robbed by Dan Q on Melonland!Flinstone VitaminAlways working hard!Known Apple shillcoolest melon on the web!
« Reply #6 on: a Winter night » Embed

What was your solution?? The future wants to know  :dive:

Logged


everything lost will be recovered, when you drift into the arms of the undiscovered

Artifact Swap: Wildflowers!Red TulipMellohiI met Dan Q on Melonland!?Flowers
dotmidi
Hero Member ⚓︎
*****
View Profile WWWArt


manly men can doll, too!
⛺︎ My Room

Guild Memberships:
Artifacts:
Gift of CubesealVisited on Melon's 10th Anniversary!ビートルさんPolyamorousMooshroom Spawn Egg!#@&*$
« Reply #7 on: a Winter night » Embed

What was your solution?? The future wants to know  :dive:

I decided to instead customize the scrollbar to have a more minimalist approach instead of getting rid of it entirely  :omg: better to work with what I have then stressing out over something that isnt such a biggie in the long run.  :ok:  :ok:

(I have a theory, also, that maybe neocities was delaying my website code being updated haha  :drat:)

Logged


Artifact Swap: DazzlerWurby
Pages: [1] Print Embed 
« previous next »
 

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021 | Privacy Notice | Send Feedback | Supporters ♥ Forum Guide | Rules | RSS | WAP | Mobile


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi
@000 MelonLand Zap! Want to Login or Join ? Forum Art Hub Chat Webring Editor Recent Edits Tenement Arcade Web Guides Graphics Catalogue Wiki Newsletters Image Stream
Melon's Sites TamaNotchi Textures PixelSea GifyPet MoMG Ozwomp Online Loom Videos Leaky Webring Melonking
Tools Melon Software ArtHub Embed Maker ML Passports
Outlinks Webrings Internet Phone Book HTML Energy Declarations Hackers & Designers Frutiger Aero Forum m15o's Web Services 32Bit Cafe iMood
Minecraft: Online
Join: craft.melonking.net