Re: [css-d] [OT] Ignored (was - Embedding an .mov file: )

2010-09-15 Thread Michael Adams
On Wednesday 15 September 2010 06:35, Lalena wrote: > Hi everyone, You are being generally ignored because your question has nothing to do with CSS and is therefore considered off topic [OT]. http://css-discuss.org/about.html Try the webdesign list here: http://webdesign-L.com/ HTH -- Michae

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread David Hucklesby
On 9/14/10 5:09 PM, Thierry Koblentz wrote: whizz-bang-blammo align centered vertically. Brilliant!!! But sadly not. If there is no height set for your DIV, then line-height should be enough If there is a height then the line-height must match that value I'm a bit late and maybe wet behin

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Climis, Tim
> I'm a bit late and maybe wet behind the ears, but would making the > container "display: table;" and the UL "display: table-cell;" work? > Perhaps with a spot of JavaScript to turn them into an HTML table for > poor old IE 7 and older? I think there'd have to be a third element in there to set a

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Gaurav Saxena
CB, attaching a .html for ya; do tell if this is what was desired or not Regards, Gaurav On Tue, Sep 14, 2010 at 4:42 PM, Chris Blake wrote: > Hi, > > I have a unordered list sitting in a div. I'd like it to sit right in the > middle both vertically and horizontally without using padding or a

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Alan Gresley
Climis, Tim wrote: I'm a bit late and maybe wet behind the ears, but would making the container "display: table;" and the UL "display: table-cell;" work? Perhaps with a spot of JavaScript to turn them into an HTML table for poor old IE 7 and older? I think there'd have to be a third element in

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Chris Blake
HI, I have got over my fear of sending a ink to the site so you can see that it's level 3, from the websites drop down that could be improved by centering vertically. http://blakeys.com/ Thanks, CB On 15/09/2010, at 10:58 PM, Gaurav Saxena wrote: CB, attaching a .html for ya; do tell

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Climis, Tim
> I have got over my fear of sending a ink to the site so you can see that > it's level 3, from the websites drop down that could be improved by > centering vertically. > > http://blakeys.com/ > /* this is the box that actually lays out the interior of level 2. It was hard to find through all

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Chris Blake
On 16/09/2010, at 1:38 AM, Climis, Tim wrote: I have got over my fear of sending a ink to the site so you can see that it's level 3, from the websites drop down that could be improved by centering vertically. http://blakeys.com/ /* this is the box that actually lays out the interior of le

[css-d] Multiple select dropdown on a single line

2010-09-15 Thread Tod
I have the requirement to allow users to make multiple selections from a dropdown menu. However I need to accomplish this on a single line. - A traditional dropdown satisfies the single line requirement but not the multi-select. - Making it multi-selectable increase its presentation greater

Re: [css-d] Multiple select dropdown on a single line

2010-09-15 Thread Philip Taylor (Webmaster, Ret'd)
Tod, could you draw a picture of what you are attempting to achieve ? Philip Taylor Tod wrote: I have the requirement to allow users to make multiple selections from a dropdown menu. However I need to accomplish this on a single line. - A traditional dropdown satisfies the single line r

[css-d] Div has scroll bar; can't fix.

2010-09-15 Thread Rory Bernstein
http://www.dempseyrice.com/hire_dempsey/ Why is there is a scroll bar on this page? It has something to do with #contentbox; I can set a fixed height to get rid of it, but of course I want the height to be flexible because the content varies so much across the various pages. Thanks, Rory __

Re: [css-d] Div has scroll bar; can't fix.

2010-09-15 Thread Chris F.A. Johnson
On Wed, 15 Sep 2010, Rory Bernstein wrote: http://www.dempseyrice.com/hire_dempsey/ Why is there is a scroll bar on this page? It has something to do with #contentbox; I can set a fixed height to get rid of it, but of course I want the height to be flexible because the content varies so much ac

Re: [css-d] Div has scroll bar; can't fix.

2010-09-15 Thread John D
You need to put this code for id box13: overflow: auto; hth -- From: "Rory Bernstein" http://www.dempseyrice.com/hire_dempsey/ Why is there is a scroll bar on this page? It has something to do with #contentbox; I can set a fixed height to ge

[css-d] Seeking browser compatibility

2010-09-15 Thread Keith Purtell
In my search for information about accommodating different browsers, I've come across four recommended approaches: 1-Write a JavaScript to load separate style sheets. 2-Use JavaScript to write "local" css in the page header. 3-Use conditional comments to insert JavaScript or css into the header. 4-

Re: [css-d] Div has scroll bar; can't fix.

2010-09-15 Thread David Hucklesby
On 9/15/10 2:43 PM, Rory Bernstein wrote: http://www.dempseyrice.com/hire_dempsey/ Why is there is a scroll bar on this page? It has something to do with #contentbox; I can set a fixed height to get rid of it, but of course I want the height to be flexible because the content varies so much acro

[css-d] IE9 beta is out

2010-09-15 Thread Alan Gresley
-- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo __ css-dis

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Thierry Koblentz
Hi Alan, > >> poor old IE 7 and older? > > > > I think there'd have to be a third element in there to set as > display: table-row. > > > > ---Tim > > > Not quite true. If display: table-row is not given then, an anonymous > table-row is generated [1]. > > >| If the parent P of a 'table-cel

[css-d] Hack to target IE9 beta

2010-09-15 Thread Thierry Koblentz
I just downloaded IE9 and I think I found a way to target it. Syntax: :root selector {property: value\9;} Example: :root #ie9 {color: teal\9;} -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz __ css-dis

Re: [css-d] Can i vertically centre a UL?

2010-09-15 Thread Philippe Wittenbergh
On Sep 16, 2010, at 1:38 PM, Thierry Koblentz wrote: >>> I think there'd have to be a third element in there to set as >> display: table-row. >>> >>> ---Tim >> >> >> Not quite true. If display: table-row is not given then, an anonymous >> table-row is generated [1]. >> >> >> | If the paren

Re: [css-d] Hack to target IE9 beta

2010-09-15 Thread Alan Gresley
Thierry Koblentz wrote: I just downloaded IE9 and I think I found a way to target it. Syntax: :root selector {property: value\9;} Example: :root #ie9 {color: teal\9;} -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz Well that interesting. From a comment on the IE bl

Re: [css-d] Hack to target IE9 beta

2010-09-15 Thread Thierry Koblentz
> How does IE9 beta show these test? > > character-exscapes.htm> > > character-exscapes-000.htm> These are the ones that "work": 9, a, b, c, d Ie9 version: