Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Help Navigation or Exception

Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
Hello i want to ask some help about this

i want to make this stay on the screen


Untitled - Help Navigation or Exception - RaGEZONE Forums

But if you scroll down

Untitled1 - Help Navigation or Exception - RaGEZONE Forums

and here i try to edit on css but its not working and also try to remove the back ground
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003


Okay i have fixed the code

Code:
<div style="position: fixed; width: 100%; left: 37.5%; margin-left: -37.5%;">
    <div style="overflow: hidden;">

Place The Code Above. Above This Line Of Code
Code:
<section class="gnb_one_wrp game_gnb">
		<div class="gnb_one_bx">
			<span class="gnb_logo"></span>
			<nav>

Screen Shot That Show's That it Works
EjEyq0t - Help Navigation or Exception - RaGEZONE Forums

Have Fun And Enjoy!
 

Attachments

You must be registered for see attachments list
Upvote 0
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
Okay i have fixed the code

Code:
<div style="position: fixed; width: 100%; left: 37.5%; margin-left: -37.5%;">
    <div style="overflow: hidden;">

Place The Code Above. Above This Line Of Code
Code:
<section class="gnb_one_wrp game_gnb">
        <div class="gnb_one_bx">
            <span class="gnb_logo"></span>
            <nav>

Screen Shot That Show's That it Works
EjEyq0t - Help Navigation or Exception - RaGEZONE Forums

Have Fun And Enjoy!


like this ? itried but cant scroll down
Code:
<div style="position: fixed; width: 100%; left: 37.5%; margin-left: -37.5%;">    <div style="overflow: hidden;">	<section class="gnb_one_wrp game_gnb">		<div class="gnb_one_bx">			<span class="gnb_logo"></span>			<nav>



Here the some image
 

Attachments

You must be registered for see attachments list
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 30, 2011
Messages
2,969
Reaction score
1,003
Okay plan B: try this remove those two codes i told you to add. Open your Menu.css and add this at the main top

Code:
.gnb_one_wrp.game_gnb	{ position:fixed; top:%; right:%; height: %; width: 100%; }
 
Upvote 0
Back
Top