[css-d] how can i place this menu in a div to be centered, respectively?

2010-11-19 Thread Matthew P. Johnson
Hello All, I am trying to figure out how to place this menu in a three and two column layout where the outer div is centered and the width is 1024px. The menu should go in the left most div and the middle (on the three column layout) or left (two column layout) will contain text and or photos.

Re: [css-d] Blackberry version missing background

2010-11-19 Thread David Laakso
On 11/19/10 6:24 PM, Christian Ziebarth wrote: This is relatively minor but I'm trying to make my sites even more responsive to the device they are being viewed on but cannot figure out why the leafy background image I put on http://www.hb1singles.com/ doesn't show up on my Blackberry brow

[css-d] Blackberry version missing background

2010-11-19 Thread Christian Ziebarth
This is relatively minor but I'm trying to make my sites even more responsive to the device they are being viewed on but cannot figure out why the leafy background image I put on http://www.hb1singles.com/ doesn't show up on my Blackberry browser. Everything else about the site works great

Re: [css-d] text-indent

2010-11-19 Thread Climis, Tim
> Nevermind, everyone. I figured it out... Text-indent is inherited. > Adding a dd p {text-indent: 0} gives me the expected behavior. Oh, no it doesn't... grr. But using "dd p + p" as a selector works well. ---Tim __ css-dis

Re: [css-d] text-indent

2010-11-19 Thread Climis, Tim
> In my mind, this should then apply to the first line of text in the , > but it appears to apply to the first line of text in the 's... Why? > Nevermind, everyone. I figured it out... Text-indent is inherited. Adding a dd p {text-indent: 0} gives me the expected behavior. ---Tim __

Re: [css-d] More IE7 stacking / z-index issues

2010-11-19 Thread Tim Wolf
>-Original Message- >From: Alan Gresley [mailto:a...@css-class.com] >Sent: Friday, November 19, 2010 02:28 AM >To: 'Tim Wolf' >Cc: css-d@lists.css-discuss.org >Subject: Re: [css-d] More IE7 stacking / z-index issues > >On 19/11/2010 9:27 AM, Tim Wolf wrote: >> Thanks to the information disc

[css-d] text-indent

2010-11-19 Thread Climis, Tim
I've just noticed an unexpected behavior with text-indent, and I'm wondering if it's a bug, or if I'm just misunderstanding the spec (my guess is the latter). I have the following, for an FAQ: What is the first question? This is the first paragraph of a long answer. This is t