Re: [css-d] Floating Boxes & Text Wrap Help

2011-10-09 Thread Jeff Ferrell
On Oct 9, 2011, at 10:03 AM, Alan Gresley wrote: > I guess you have not noticed the below CSS contained in the selectors on line > 1078 and line 1877. > > #review-meta-container, #post-meta-container { > float: right; > margin-left: 10px; > margin-bottom

[css-d] Floating Boxes & Text Wrap Help

2011-10-09 Thread Jeff Ferrell
*Sigh* -- I'm getting nowhere with this and hoping someone can help. On pages like this http://rchseaglesnest.org/extra/dread-test/ and this http://rchseaglesnest.org/pumpkin/, I've got some boxes floated to the right -- one holding an image, and the other, beneath it, that can potentially hold

Re: [css-d] Overflow: hidden in IE?

2008-08-03 Thread Jeff Ferrell
fari one, for a change! I'll have to dig further and see if I can track down that style declaration, I guess. Jeff. On Aug 3, 2008, at 7:37 AM, Philippe Wittenbergh wrote: > > On Aug 3, 2008, at 8:21 AM, Jeff Ferrell wrote: > >> In Safari (Mac, at least), there's

Re: [css-d] Overflow: hidden in IE?

2008-08-03 Thread Jeff Ferrell
Jonny, Thanks for the second look! Your comments helped me track down the "problem" -- though I'm not quite sure how I'm going to handle it at present... It seems like the script doesn't include an explicit width for the "carousel-clip-region." (We knew that already, I suppose.) Rather, it

[css-d] Overflow: hidden in IE?

2008-08-02 Thread Jeff Ferrell
Hi! I've got one final question, and it's a doozy. If someone would be willing to wade through this, I'd be extremely grateful (and somewhat surprised, actually!) On this page, again: http://www.rchseaglesnest.org -- about midway down is a "sports" section. It's using Bill Scott's ycarousel

[css-d] IE positioning problem (background in list element)

2008-08-02 Thread Jeff Ferrell
Hi, everyone! I'm just having a small but perplexing layout problem in IE (7, at least...I haven't looked lower) -- The page is here: http://www.rchseaglesnest.org The area in question is in the bottom left-hand corner, labeled "Recent Comments." In Firefox, the avatar icons appear where I w

[css-d] My Sliding Door's Stuck!

2007-08-08 Thread Jeff Ferrell
Hi, folks! I'm working up a template site you can see here: http:// www.rchseaglesnest.org/new The "Feature" tab on the left side of the page is new for me. Rather than cheat and include it as part of the header graphic, I decided to try making it float over top of the layout and have live t

Re: offlist Re: [css-d] Vertical Alignment in Columns

2005-06-13 Thread Jeff Ferrell
On Jun 12, 2005, at 11:46 AM, Ingo Chao wrote: why did you say you can't do it? Ingo, So sorry, I at first glanced at the ALA article, and thought you had misunderstood my problem. Your solution works brilliantly for me! Thanks for the tip, and sorry I missed it the first go 'round. I'

Re: [css-d] Vertical Alignment in Columns

2005-06-12 Thread Jeff Ferrell
On Jun 12, 2005, at 7:44 AM, Jono Young wrote: I am not sure if this would do the trick, but have you tried: img.calendar { float: right; margin: 5px; position: relative; top: 6.25em; /* 100 pixels from top of column, adjust to your needs */ } If I'm doing that right,

[css-d] Vertical Alignment in Columns

2005-06-11 Thread Jeff Ferrell
Hello! I'm roughing out a layout for a new page, on which I've got two columns, each containing a bunch of text and one small image. The text in the columns is variable, but I'd like the pictures to align vertically with each other, i.e. their tops should both begin at the same point in t