-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement menu bar and menu for windows #167
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Somewhat related: #38 |
I guess maybe the menu bar could have been its own component to be consistent with how it's done on win7.css? https://khang-nd.github.io/7.css/#menubar idk let me know what you think, I can change it if needed. |
Also the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg2m
This looks very good. I think that ideally the menu should open and then close on repeated clicks. Maybe a |
Make menu have multi-level capability as some menu items may have parent-child relationship |
sorry i might be really stupid but for some reason i cant get the menu buttons to actually do anything? im trying to use onclick which is what i use for my other buttons. am i missing something? you can see my project for reference at https://909.wtf/ edit: using onmousedown works |
When will this be merged? |
I added a menu bar and menus for windows. It might not be 100% but I think it's pretty damn close. 😃
In addition to the menu bar I also added a
frame
class for thewindow-body
class to get smaller margins.Screenshots:
Reference screenshot from Windows 98: