Re: [css-d] How to space out menu items evenly across menu bar?

2010-01-25 Thread Tim Snadden
On 26/01/2010, at 7:34 PM, shumdesign wrote: > I am working on a Superfish Menu on this development site: > http://dev.earnitkeepitsavit.org When I try this I get no response. __ css-discuss [cs...@lists.css-discuss.org] http:/

[css-d] How to space out menu items evenly across menu bar?

2010-01-25 Thread shumdesign
I am working on a Superfish Menu on this development site: http://dev.earnitkeepitsavit.org It is looking good but I want to have the main menu items space out evenly across the 620px menu bar, how do you mark that up and keep the submenus in the right spot? Can I use percentages to do this? This

Re: [css-d] question on small spacing differences between FF/ IE8 vs. Safari/Chrome

2010-01-25 Thread Jason Oakman
I gave ul.navlist li a fixed top and bottom padding and it appears to clear up the nav issue. ul.navlist li { margin: 0; padding: 9px 24px; float: left; display: block; font-size: 13px; width: auto; } As for the other, I would just pla

[css-d] question on small spacing differences between FF/ IE8 vs. Safari/Chrome

2010-01-25 Thread Debbie Campbell
I've encountered this before - hopefully someone can give me an answer so I know how to fix this next time. I'm seeing very small (1px to just a few pixels) of difference in spacing in two places in this page: > http://www.redkitecreative.com/projects/habitat/ways-to-give/ First is the main ho

Re: [css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
On Jan 25, 2010, at 12:07 PM, Rod Castello wrote: > > > --- On Mon, 1/25/10, Michael Beaudoin wrote: > > From: Michael Beaudoin > Subject: Re: [css-d] centering divs within a div... > To: css-d@lists.css-discuss.org > Date: Monday, January 25, 2010, 5:47 PM > > > > On Mon, Jan 25, 2010 at 12:29

Re: [css-d] centering divs within a div...

2010-01-25 Thread Troy Harshman
With your most recent changes, the left and right divs are centered. But, since they don't have a width set, they are block elements and by default will take up the full width available. Is this the behavior you wanted or did you want them to be the width of the images and centered? ___

Re: [css-d] centering divs within a div...

2010-01-25 Thread Rod Castello
--- On Mon, 1/25/10, Michael Beaudoin wrote: From: Michael Beaudoin Subject: Re: [css-d] centering divs within a div... To: css-d@lists.css-discuss.org Date: Monday, January 25, 2010, 5:47 PM > On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > wrote: >> Ok. An easy one for some of you on

Re: [css-d] centering divs within a div...

2010-01-25 Thread Troy Harshman
> Well, I need the width to expand, just changed it to 100%, but I still > need the leftContent and rightContent to center within the Content div. What about your left and right content, do you want those to keep the same width or have the ability to expand? I suppose it also depends on how you wa

Re: [css-d] centering divs within a div...

2010-01-25 Thread oliver
"margin: 0 auto" in the containing div seems like best bet, but need to see your page to be sure... or send the div structure and css attribs for them. Oliver On Mon, Jan 25, 2010 at 12:47 PM, Michael Beaudoin wrote: > >> On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > > wrote: >>> Ok. An ea

Re: [css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
> On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > wrote: >> Ok. An easy one for some of you on a Monday, but I'm just not >> seeing it. >> >> I have a div (content) and would like to center two other divs >> (leftContent and rightContent) within the content div. >> >> I've tried all the ob

Re: [css-d] centering divs within a div...

2010-01-25 Thread jeffrey morin
On Mon, Jan 25, 2010 at 12:42 PM, Troy Harshman wrote: > Well, you've got everything wrapped in a fixed width div. So why not > do some math and set widths to your content divs and then position > with margins? > > On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > wrote: > > Ok. An easy one f

Re: [css-d] centering divs within a div...

2010-01-25 Thread Troy Harshman
Well, you've got everything wrapped in a fixed width div. So why not do some math and set widths to your content divs and then position with margins? On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin wrote: > Ok. An easy one for some of you on a Monday, but I'm just not seeing it. > > I have a d

Re: [css-d] centering divs within a div...

2010-01-25 Thread David McGlone
On Monday 25 January 2010 12:29:52 Michael Beaudoin wrote: > Ok. An easy one for some of you on a Monday, but I'm just not seeing it. > > I have a div (content) and would like to center two other divs > (leftContent and rightContent) within the content div. > > I've tried all the obvious things b

Re: [css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
> > > On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin > wrote: > Ok. An easy one for some of you on a Monday, but I'm just not seeing > it. > > I have a div (content) and would like to center two other divs > (leftContent and rightContent) within the content div. > > I've tried all the obviou

Re: [css-d] centering divs within a div...

2010-01-25 Thread jeffrey morin
On Mon, Jan 25, 2010 at 12:29 PM, Michael Beaudoin wrote: > Ok. An easy one for some of you on a Monday, but I'm just not seeing it. > > I have a div (content) and would like to center two other divs > (leftContent and rightContent) within the content div. > > I've tried all the obvious things but

[css-d] centering divs within a div...

2010-01-25 Thread Michael Beaudoin
Ok. An easy one for some of you on a Monday, but I'm just not seeing it. I have a div (content) and would like to center two other divs (leftContent and rightContent) within the content div. I've tried all the obvious things but they aren't working for me. Thanks, Michael _

Re: [css-d] Strange problems in IE7 good in a long list of other browsers

2010-01-25 Thread oliver
On Sun, Jan 24, 2010 at 10:41 PM, Carol Swinehart wrote: > > Only in IE7 do the column of pictures on the right move down. Also there > is a problem with extra white space below the pictures and above the box. > > Have no idea what to try here to make this work as it does in most browsers. >

Re: [css-d] Multiple IEs (was: Re: strange problem with float)

2010-01-25 Thread oliver
On Sun, Jan 24, 2010 at 10:53 PM, wrote: > david wrote: >>> I believe there are also virtual machine images available from MS that >>> can be used under MS' proprietary VM "player", that include differing >>> versions of IE. >> Oliver wrote: >> Found the link on the TheFreeCountry.com website (m

Re: [css-d] -moz-box-shadow

2010-01-25 Thread Rob Crowther
Tim Climis wrote: > I've got a question about box-shadow. If you have a shadow on an element with > 100% width (an unfloated div, say), and give it a box-shadow, in firefox > (with > -moz-box-shadow) you get horizontal scroll, If you offset the x shadow against the blur then you get rid of the