Re: [css-d] missing box shadow

2010-09-14 Thread Debbie Campbell
That was it, thank you. -- Debbie On 9/14/2010 4:21 PM, Tim Duffy wrote: its there you just can't see it. apply a bottom margin to the div. Tim On Tue, Sep 14, 2010 at 5:03 PM, Debbie Campbell mailto:d...@redkitecreative.com>> wrote: Can someone please tell me why I'm not seeing the box

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

2010-09-14 Thread David Laakso
On 9/14/10 7:55 PM, Chris Blake wrote: Be warned this CMS template creates a whole load or wrappers so you'll have to expand about 100 divs before getting to the culprits. It is however one sexy menu that works even with javascript turned off. Drink a warm cup of milk, maybe with some

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

2010-09-14 Thread Thierry Koblentz
> > 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 -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblent

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

2010-09-14 Thread Chris Blake
whizz-bang-blammo align centered vertically. Brilliant!!! But sadly not. If you, or anyone is till interested in helping in the next 30-45 mins then reply to me (don't click 'reply all') and I will put the site live and send you the link. Be warned this CMS template creates a whole lo

Re: [css-d] Sidebar disabling navigation in center section

2010-09-14 Thread Chris Blake
Hi, Sorry, that wasn't very clear. Your CSS for for the nav column should just be this: #navigation { float:right; min-height:553px; padding-right:20px; } Check ur validation errors too: http://validator.w3.org Cheers, CB On 15/09/2010, at 7:31 AM, Chris Blake wrote: Hi, It's because

Re: [css-d] Sidebar disabling navigation in center section

2010-09-14 Thread Chris Blake
Hi, It's because of you layout. The padding for the navigation is covering the entire main content making it impossible to highlight any text let alone click a link. It can be fixed though: Remove from #naviagtion: position: absolute top: xxpx padding-left fixed it for me in firebug anywa

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

2010-09-14 Thread William Gaffga
This would be the best way to go. Presumably you can assign a height to the parent div, even if it is "auto". By setting the height and line-height to a value your text will whizz-bang-blammo align centered vertically. On Tue, Sep 14, 2010 at 2:07 PM, Thierry Koblentz wrote: > If you can set hei

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

2010-09-14 Thread Chris Blake
On 15/09/2010, at 6:30 AM, Boray ERIS wrote: Do you have the site live? Kind of, it's a CMS website that I am developing but I'm sort of hiding it from the world until the right time. Sorry, I know I should post a link. _

[css-d] Sidebar disabling navigation in center section

2010-09-14 Thread Carol Swinehart
http://www.bowenhouse.org/ Sidebar is disabling links in main content section. See rental information link. Had to take sidebar navigation off contact page until I can figure out what is going on. Anyone have a clue. Thanks, Carol

Re: [css-d] missing box shadow

2010-09-14 Thread Boray ERIS
id content is in id container. Make id container wider and heighter. On Wed, Sep 15, 2010 at 00:03, Debbie Campbell wrote: > Can someone please tell me why I'm not seeing the box shadow that's applied > to the round-cornered white div in this page? > >> http://www.redkitecreative.com/projects/rk2

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

2010-09-14 Thread Boray ERIS
Do you have the site live? On Tue, Sep 14, 2010 at 23:42, 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 anything > like that because it's dynamically fed. > > is there such

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

2010-09-14 Thread Chris Blake
Given: I think div {position: relative}; ul { position: absolute; top: 50%; height: 5em; margin-top: -2.5em; } does it. Or does the div need a height too? Okay, in this case it would, since there's nothing *in* the div, but in a similar case, where the div has other contents to gi

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

2010-09-14 Thread Climis, Tim
> -Original Message- > From: Claude Needham [mailto:gxx...@gmail.com] > Sent: Tuesday, September 14, 2010 5:04 PM > To: Climis, Tim > Cc: Chris Blake; css discuss discuss > Subject: Re: [css-d] Can i vertically centre a UL? > > On Tue, Sep 14, 2010 at 1:47 PM, Climis, Tim > wrote: > >>

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

2010-09-14 Thread John D
-- From: "Climis, Tim" Sent: Tuesday, September 14, 2010 9> Maybe we've done our job and everyone knows everything about CSS... ;) Or the papa has driven out everybody from these NGs. __

[css-d] treeview navigation with breadcrumbs /?

2010-09-14 Thread Matthew P. Johnson
I am trying to figure out how to build a treeview navigation similar to sample 1 shown here http://jquery.bassistance.de/treeview/demo/ but with css or css3 that also implements breadcrumbs. Does anyone know how to do this? Also I am looking to do this horizontally. Sincerely,

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

2010-09-14 Thread Thierry Koblentz
> 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 > anything like that because it's dynamically fed. > > is there such a way using CSS? If you can set height/line-height on the parent, then you can try th

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

2010-09-14 Thread Claude Needham
On Tue, Sep 14, 2010 at 1:47 PM, Climis, Tim wrote: >> I'd like it to sit right in the middle >> both vertically and horizontally without using padding or anything like >> that because it's dynamically fed. >> is there such a way using CSS? > As far as I know, not with anything with a dynamic heig

[css-d] missing box shadow

2010-09-14 Thread Debbie Campbell
Can someone please tell me why I'm not seeing the box shadow that's applied to the round-cornered white div in this page? http://www.redkitecreative.com/projects/rk2010/portfolio/ It's working fine on other pages. -- Debbie Campbell www.redkitecreative.com ___

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

2010-09-14 Thread Climis, Tim
> I'd like it to sit right in the middle > both vertically and horizontally without using padding or anything like > that because it's dynamically fed. > > is there such a way using CSS? As far as I know, not with anything with a dynamic height. You can do it with javascript, but that's off-top

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

2010-09-14 Thread Chris Blake
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 anything like that because it's dynamically fed. is there such a way using CSS? Cheers, CB *the lists been kinda quiet recently __

[css-d] Embedding an .mov file:

2010-09-14 Thread Lalena
Hi everyone, My website overhaul is going well, getting all the code to pass validation EXCEPT when I got to my pages with .mov files embedded. I have searched online and can't find a clear answer on how to solve this. Apparently the tag was deprecated, but I have not found a replacem