Re: [css-d] three problems with my CSS code

2011-02-20 Thread G.Sørtun
On 21.02.2011 00:45, Zachary Uram wrote: [...] http://yoda.oggthebase.org/css2/index2.html Not sure, but see if this is somewhat like you want that thing to look/behave... regards Georg

Re: [css-d] three problems with my CSS code

2011-02-20 Thread Tim White
See below... On Sun, Feb 20, 2011 at 6:45 PM, Zachary Uram wrote: > 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. Simpl

Re: [css-d] three problems with my CSS code

2011-02-20 Thread John D
You should also change your main code as follows: Home About Mathematics Programming and the css to go with it: .menu_items { text-align: center; margin: 0 auto; } I pressed the send button too quickly in my previous message.!!! > > !) Make these

Re: [css-d] three problems with my CSS code

2011-02-20 Thread John D
!) 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: #DC; text-align: left; /* CHANGE THIS */

[css-d] three problems with my CSS code

2011-02-20 Thread Zachary Uram
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 middl