!) Make these changes:

ul.menu {
  padding: 0;
  margin: 0 auto; /* CHANGE THIS */
  list-style: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  border-bottom: 1px solid #6F3E04;
  width: 115px;
  background-color: #EEEEDC;
  text-align: left;  /* CHANGE THIS */
}


ul.menu li {
  /* border-top: 1px solid #6F3E04;
  border-left: 1px solid #6F3E04;
  border-right: 1px solid #6F3E04;
  border-bottom: 1px solid #6F3E04; */
 /* THE ABOVE IS NOT REQUIRED */
  border: 1px #6F3E04 solid;
  margin-top: 10px;
}

The above changes will take care of your first two problems!!!!!   HOPEFULLY 
!!!!!!!!!!!!!!!!!!!!!!!   I don't understand your problem three so I can't help 
here.

Hope this helps for now.

> First problem:
> In my vertical menu I would like there to be a small space between
> each menubox's border (between the rows), right now the border of the
> bottom of one row and the top of the next row touch each other.
> 
> Second problem:
> I want the menu centered vertically so it will appear in the middle of
> the page (on the left hand margin). Right now it is on the left margin
> but not centered.
> 
> Third problem:
> I want the left border of my <div id="content"> box to be pushed so it
> is say 40px justified to the right of my menu box. Right now the
> vertical plane of the end of my menu box and the vertical plane of the
> beginning of my div box are on the same point. So I wish to change
> this behaviour:
> 
> [ menu]
> 
>           [ div box]
> 
> To this:
> 
> [ menu]
>                [div box]
> 
> Here is my code:
> http://yoda.oggthebase.org/css2/index2.html
> 
> -- 
> Zach
> http://www.fidei.org
> ______________________________________________________________________
> css-discuss [[email protected]]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
                                          
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to