Help Navigation or Exception

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Help Navigation or Exception

    Hello i want to ask some help about this

    i want to make this stay on the screen


    untitled.png

    But if you scroll down

    untitled1.png

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


  2. #2
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: Help Navigation or Exception

    - - - Updated - - -

    Okay i have fixed the code

    Spoiler:

    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
    Spoiler:

    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
    Spoiler:




    Have Fun And Enjoy!

  3. #3
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: Help Navigation or Exception

    Quote Originally Posted by DragonSeth View Post
    - - - Updated - - -

    Okay i have fixed the code

    Spoiler:

    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
    Spoiler:

    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
    Spoiler:




    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>
    - - - Updated - - -

    Here the some image Link

  4. #4
    Gamma DragonSeth is offline
    MemberRank
    Aug 2011 Join Date
    2,996Posts

    Re: Help Navigation or Exception

    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%; }

  5. #5
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: Help Navigation or Exception

    Quote Originally Posted by DragonSeth View Post
    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%; }

    SLR. yeah bro its work now 100% Thank you bro Your the best. !



Advertisement