I am trying to have a black vertical bar on the left of my web pages.
I want it to go to the bottom of the page. Here is the code I used in
the style sheet:
#menu {
position: absolute;
top: 0px;
left: 0px;
padding: 10px;
height: 100%;
width: 200px;
background-image: url(/images/lefttile.gif);
background-repeat: repeat-y;
}
"lefttile.gif" is a black square. The bar only goes part way down the
pages.
Any help would be greatly appreciated!
Thanks,
Peter
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---