You must put a link from the HTML page to the CSS file like this*
To make a CSS file put the code I posted before in a text doc (.txt) but
rename it to (.css) then put it in the same dir as your HTML and it should
work. But yes as Jens Peter Karlsen has said you do need I.E 5.5 for it to
work.
*
<html>
<head>
<title>Binary Forge</title>
<!-- Site Design and upkeep by Ross Peplow using Homesite 4.5a Email
binaryforge@btinternet.com -->
<LINK rel="STYLESHEET" type="text/css" href="nameofcssfile.css"/>
</head>
"IceHawk" <IceHawk__@prodigy.net> wrote in message
news:96cqqt$g2oq$1@newssvr06-en0.news.prodigy.com...
> I still can't seem to get it to work! argh...
>
> "Ross Peplow" <rosspeplow@btinternet.com> wrote in message
> news:96ckn6$41t$1@uranium.btinternet.com...
> > Oops forgot here you go
> >
> > body {background-color: #B5BBBD;
> > scrollbar-3dlight-color:#6A7182;
> > scrollbar-arrow-color:#758BAB;
> > scrollbar-base-color:#6A7182;
> > scrollbar-darkshadow-color:#6A7182;
> > scrollbar-face-color:#B5BBBD;
> > scrollbar-highlight-color:#6A7182;
> > scrollbar-shadow-color:##6A7182;
> > }
> > --------------------------
> > Ross Peplow
> > Work:
www.whiteraven.co.uk
> > Home:
www.binaryforge.co.uk
> >
> >
> >
> >
> >
> >
> > "Ross Peplow" <rosspeplow@btinternet.com> wrote in message
> > news:96ckck$3cm$1@uranium.btinternet.com...
> > > YEAH frames is what ya need !!
> > > but it can look messy with that nasty gray bar down the side, but you
> can
> > > change its colors if you like with CSS here is a copy of my code take
a
> > look
> > > then see what it looks like on my homepage.
> > >
> > > Ross Peplow
> > > Home:
www.binaryforge.co.uk
> > >
> > >
> > >
> > >
> > > "IceHawk" <IceHawk__@prodigy.net> wrote in message
> > > news:969hi6$nqfo$2@newssvr06-en0.news.prodigy.com...
> > > > hello. I'm building a website, and I'd like to know how to make a
> > > scrollable
> > > > menu to the left. You know...one that's free of the page. Could
anyone
> > > tell
> > > > me how?
> > > >
> > > >
> > >
> > >
> >
> >
>
>