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 */

Re: [css-d] styling table to have blank rows?

2011-02-20 Thread Chris F.A. Johnson
On Sun, 20 Feb 2011, Zachary Uram wrote: Hi, I am making a table and I wish it to be like this: [ Table Heading] [ blank row ] [site name] [site URL ] [ blank row ] [site name

Re: [css-d] styling table to have blank rows?

2011-02-20 Thread Freelance Traveller
On Sun, 20 Feb 2011 18:31:00 -0500, Zachary Uram wrote: >I am making a table and I wish it to be like this: >[ Table Heading] >[ blank row ] >[site name] >[site URL ] >[ blank row ] >

[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

[css-d] styling table to have blank rows?

2011-02-20 Thread Zachary Uram
Hi, I am making a table and I wish it to be like this: [ Table Heading] [ blank row ] [site name] [site URL ] [ blank row ] [site name] [site URL

Re: [css-d] aligning left image with horizontal navigation

2011-02-20 Thread tedd
At 7:49 AM -0600 2/16/11, James Sheffer wrote: -snip- I've removed most of the site except the top nav for ease of use: http://new.thetoyz.com/index1.lasso On a different list, you asked basically the same question. On that list I suggested that you W3C validate your page that had significant

[css-d] Object element styles

2011-02-20 Thread Gabriele Romanato
This is a summary of all my tests on the element and CSS: http://onwebdev.blogspot.com/2011/02/css-and-object-element-styles.html I need to update some of my tests. Did you notice something strange that might be an anomaly in browsers regarding this subject? If so, please let me know. HTH :