[css-d] Drop Shadow for a div with rounded corners

2010-06-28 Thread Rebecca Gessler
Hi everyone, I am trying to add a drop shadow to my container div that has rounded corners on the top and bottom. I am using the 960 grid system: http://sasmg.org/sasmg/ Basically the entire thing should be in a drop shadow (from the tree image down to the bottom). I have looked for tutorials onlin

Re: [css-d] Safari Overflow property problem

2010-06-28 Thread David Laakso
Robert Torres wrote: > Hi, the overflow property works fine in firefox and internetexplorer but > Safari displays a tiny vertical scroll bar even thoughI set the property to > hidden. My CSS is as follows: > div#MainContent div#LowerNav ul {overflow: hidden;} > > I would appreciate anyones help.T

[css-d] Safari Overflow property problem

2010-06-28 Thread Robert Torres
Hi, the overflow property works fine in firefox and internetexplorer but Safari displays a tiny vertical scroll bar even thoughI set the property to hidden. My CSS is as follows: div#MainContent div#LowerNav ul {overflow: hidden;} I would appreciate anyones help.Thanks, Robert

Re: [css-d] Is this even possible with blockquote?

2010-06-28 Thread David Laakso
Claude Needham wrote: > On Mon, Jun 28, 2010 at 1:29 PM, David Laakso > wrote: > >> I don't know if this will work for you in the particular situation you have >> at hand? >> >> >> Best, >> ~d >> > > Thanks David, > > That is the kind of solu

Re: [css-d] Is this even possible with blockquote?

2010-06-28 Thread Claude Needham
On Mon, Jun 28, 2010 at 1:29 PM, David Laakso wrote: > I don't know if this will work for you in the particular situation you have > at hand? > > > Best, > ~d Thanks David, That is the kind of solution that I suspect will be necessary. Was hoping f

Re: [css-d] Is this even possible with blockquote?

2010-06-28 Thread David Laakso
Claude Needham wrote: > http://www.imag3.com/test/ > > Is there a way to style the blockquote and/or the floating div such > that the left margin of the blockquote comes into play for the text > along side the div? > > Claude Needham > Claude, I don't know if this will work for you in the p

Re: [css-d] Is this even possible with blockquote?

2010-06-28 Thread Claude Needham
On Mon, Jun 28, 2010 at 11:06 AM, Jukka K. Korpela wrote: >> http://www.imag3.com/test/ > I don't see what you are aiming at. It seems that you wish to float the > blockquote but don't actually set anything in CSS on blockquote elements. > Maybe it would help if you posted a real example URL demon

Re: [css-d] Is this even possible with blockquote?

2010-06-28 Thread Jukka K. Korpela
Claude Needham wrote: > On the following page I have a div floating to the left with a > blockquote wrapping it on the right. > > http://www.imag3.com/test/ I don't see anything in your CSS code that would affect the blockquote; you have blockquote { } > Is there a way to style the blockquote

Re: [css-d] Is this even possible with blockquote?

2010-06-28 Thread Climis, Tim
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Claude Needham > Sent: Monday, June 28, 2010 12:24 PM > To: CSS Discuss List > Subject: [css-d] Is this even possible with blockquote? > > On the following page I

[css-d] Is this even possible with blockquote?

2010-06-28 Thread Claude Needham
On the following page I have a div floating to the left with a blockquote wrapping it on the right. http://www.imag3.com/test/ Is there a way to style the blockquote and/or the floating div such that the left margin of the blockquote comes into play for the text along side the div? If I put the

Re: [css-d] list-style-value

2010-06-28 Thread Philippe Wittenbergh
On Jun 28, 2010, at 8:47 PM, Philip Taylor (Webmaster, Ret'd) wrote: > With list-style-type: decimal, and within an > unordered list, I would like to be able to > specify the list-style-value, but no such > property seems to exist. Is there a well- > known solution to this problem, please ? gen

Re: [css-d] list-style-value

2010-06-28 Thread Philip Taylor (Webmaster, Ret'd)
Philippe Wittenbergh wrote: > generated content ? > Someone sent me this example page a few days ago: > > > Or else: html5 has a start attribute, last I checked. >

[css-d] list-style-value

2010-06-28 Thread Philip Taylor (Webmaster, Ret'd)
With list-style-type: decimal, and within an unordered list, I would like to be able to specify the list-style-value, but no such property seems to exist. Is there a well- known solution to this problem, please ? Philip Taylor __