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.
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.
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...
This topic has been closed to new replies.