Forums

How do you make a NON-sliding nav? like this... (2 posts)

  1. nrickert
    Member
    Posted 3 years ago #

    Trying to make my theme just like this:
    http://hydro74.com/H74/blog/

    how does the NAV bar not move while scrolling? What theme is this? Frames? where can I start and then modify?

    thnx.

  2. krembo99
    Member
    Posted 3 years ago #

    two main divs
    one is for navigation :

    #nav2 {
    	position:fixed;
    	width:107px;
    	padding:5px 10px 0 0;
    	z-index:1;
    	left: 87px;
    	top: 182px;
    	text-align:right;
    	background-color:#000;
    }

    other for page

    #page {
    	text-align:left;
    	margin: 0px 0 0 215px;
    	padding: 0;
    	width: 720px;
    	height:100px;
    
    	}

    you can start by editing the CSS of your theme
    HINT : Use the kubrick default theme...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.