Html website question?
Hello,
I'm currently programming my first website (for fun) and wanted to ask how to insert the following (it should also always be there when scrolling on the page):
Thank you very much.
Hello,
I'm currently programming my first website (for fun) and wanted to ask how to insert the following (it should also always be there when scrolling on the page):
Thank you very much.
Hello, I have a Bungeecord server with a 1.8 server and a 1.16.4 server. In 1.16.4 I get 1000 WARNS when I start it because it doesn't have Java version 15. What should the Start.bat look like, i.e. how do I start the server? Win11, Java 115 is already installed but Java 8 is set…
I downloaded Unity to start game development. However, I can't create a project now. At least, it doesn't appear in Windows Explorer, but it does appear in Unity. When I try to launch the project through Unity, I get an error message: " Project failed to open x could not be opened. Please check the…
Because the electric scooter is very cheap.
As cheap as possible.
What could be the reason for this?
Personally, I would either access Grid or Flexbox for the layout, instead of absolutely positioning everything that also applies to responsiveness
Good evening.
To always display this navigation above, you need to fix it. This works with css position: fixed; and top: 0; .
A good example of this can be found on the following page:
https://www.w3schools.com/howto/howto_css_fixed_menu.asp
I hope I could help with this.
LG Colin
You mean it’s always on the upper edge?
You could use position:fixed or position:sticky to attach the object to one side. With top and left you can change the position. Above right select for example: top:0; left:0;
Next, you should make sure that the text is always displayed in the middle of the outer box, as I would use the flexbox: display:flex;align-items:center;justify-content:center; width:100%
The rest is left to you and your creativity.
For questions, please write to ^^
Hey splitter️,
As I understood your question, you want to know how to make sure that the navigation bar is always visible at the top of the screen.
With CSS, you can make sure that the navigation bar will continue to appear on the top of the screen even after scrolling.
Source code:
Å ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File: index.html
Å ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I hope you could help with my answer!
Best regards