Re: [css-d] expandable content box spilling into footer area?

2010-04-18 Thread Mauricio (Maujor) Samy Silva
You need #content-bottom as a container for the bottom image so make #content-bottom a inner DIV for #content since #content has the top image. HTML: ... CSS: #content-bottom { background:url(images/content-bottom.jpg) bottom no-repeat; padding-bottom: 180px; }

Re: [css-d] :: makeready ::

2010-04-18 Thread David Laakso
tp://sperling.com/examples/image-replacement/ > > or this: > > http://webbytedd.com/c/fade-cycle/ > > > > tedd > Some might opt for going in drag, too. <http://www.nytimes.com/interactive/2010/04/18/theater/20100418-hodge.html?ref=the

Re: [css-d] expandable content box spilling into footer area?

2010-04-18 Thread Joergen W. Lang
One possible way might be: #content-bottom { margin-top: -200px; /* or something more appropriate */ } Joergen Am 19.04.10 01:00, schrieb Jenni Beard: > Hi all, > > > > I am racking my brains to see if there's a way to do this, and not getting > anywhere. > > > > I have a header, a content

[css-d] expandable content box spilling into footer area?

2010-04-18 Thread Jenni Beard
Hi all, I am racking my brains to see if there's a way to do this, and not getting anywhere. I have a header, a content area, and a lower design area specified as "content bottom" that the content needs to flow down into. The trouble is that the site is designed so that the main content ar

Re: [css-d] List layout issue in loose HTML under IE8

2010-04-18 Thread David Hucklesby
On 4/18/10 1:48 AM, Trevor Nicholls wrote: > Hi > > I have a problem with list formatting when list items contain named anchors, > but only under the "loose" doctype in IE (I am using IE8). > [code stripped...] > > -- > Output: > -- > > 1. One > > > However if I add the following li

Re: [css-d] Combinators: How to Address Multiple Successive Tags

2010-04-18 Thread Rick Gordon
The server is Google Blogger. I don't believe I have any access to its inner workings. The original question was how to work around a limitation of the blog posting mechanism to handle the needs of a non-technical user. None of this would even be an issue if he would tag individual paragraphs w

Re: [css-d] border images

2010-04-18 Thread Linda Miller, DVM
Thank you for all of your answers...even the trashing of the sources ;-) Linda On Apr 17, 2010, at 2:41 AM, Philippe Wittenbergh wrote: To add something constructive to this thread, after thrashing your sources: You could accomplish what you want with multiple background images _

Re: [css-d] Combinators: How to Address Multiple Successive Tags

2010-04-18 Thread MB
Rick Gordon said: >There's no way the user is going to deal with HTML for this, so CSS is >the only hope. What about the server-side software? It can't be made to translate user- input paragraphs to, paragraphs? If so, that's quite lame. It do sound like a setting issue as it's very basic mechani

Re: [css-d] :: makeready ::

2010-04-18 Thread tedd
At 10:53 PM -0400 4/17/10, David Laakso wrote: >Comments and suggestions are [almost] always appreciated. >markup > >css > > >As ever, >Quasimodo David: As always, you are a master at what you do. I love the lay

[css-d] List layout issue in loose HTML under IE8

2010-04-18 Thread Trevor Nicholls
Hi I have a problem with list formatting when list items contain named anchors, but only under the "loose" doctype in IE (I am using IE8). This is my minimal example: - test.html: - One test.css: ol { padding: 0 0 0 2em; ma