Forums » Customize

menu and content.

Bill
UK
2008-08-11 22:13:13
 

hello,

im currently building my site. im very new to html.
my problem is, the content of my exhibits always starts below the menu. i would like it to start at the top of the page.

i assume i need to alter something in the style sheet for my site. but what?

this may be a silly question.but as i said im new to this.

if anybody could help me out it would really be appreciated.

the site is: www.billclibery.com

thanks
b

arsondpi M
GREECE
2008-08-12 00:20:16
 

Γειά!
In firebug I saw this (which is a spelling mistake):

#menu a { color: #333; }{
width: 215px;
overflow: auto;
top: 0;
bottom: 0;
    left: 0;
position: fixed;
height: 100%;
    background-color: #fff;
}

It should be:

#menu { color: #333;
width: 215px;
overflow: auto;
top: 0;
bottom: 0;
    left: 0;
position: fixed;
height: 100%;
    background-color: #fff;
}
#menu a { color: #333;
}

Bill
UK
2008-08-12 06:29:31
 

brilliant, thats fixed it. thankyou very much!

Showing 1 - 3 of 3 posts in Forum > Customize > menu and content.
 

You need to be logged in to post.