Re: [css-d] List numbers disappearing in IE 7

2009-08-09 Thread Jukka K. Korpela
Matt Hampel wrote: On my site, the number of an ordered list item will disappear when the list begins with a blockquote. This problem occurs in IE 7, but not Firefox or Safari. Here's an example: http://arborupdate.com/article/1843/primary-results-coming-in#c025109 I suppose you are

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-08-09 Thread G.Sørtun
Elli Vizcaino wrote: Wanted to see if there was a way to create a pure CSS floating nav and one that I can position relative to a container as opposed to the browser window. In a sense, yes, but it is complex and requires the use of extra elements. Example:

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-08-09 Thread Elli Vizcaino
So am I better off using Javascript/JQuery then? Elli --- On Sun, 8/9/09, G.Sørtun gunla...@c2i.net wrote: From: G.Sørtun gunla...@c2i.net Subject: Re: [css-d] Fixed Positioning Relative to Parent Container? To: Elli Vizcaino elli...@yahoo.com Cc: CSS Discuss css-d@lists.css-discuss.org

Re: [css-d] Fixed Positioning Relative to Parent Container?

2009-08-09 Thread David Robertson
Whatever you do, make sure that your page(s) still look good without javascript. On Mon, Aug 10, 2009 at 12:34 AM, Elli Vizcaino elli...@yahoo.com wrote: So am I better off using Javascript/JQuery then? __ css-discuss

Re: [css-d] need help debugging float layout of IE5.5, 6, 7 - wordpress theme

2009-08-09 Thread Tim Snadden
On 9/08/2009, at 9:12 AM, Don Spark wrote: I would appreciate some help in my attempt at a CSS float layout on wordpress - working on a mac without a wintel machine.(sniffle) This is my current 'Ohlone' working draft layout template: http://www.modernia.net/oh/6/ Stylesheet not found.

Re: [css-d] need help debugging float layout of IE5.5, 6, 7 - wordpress theme

2009-08-09 Thread Don Spark
holy crap Happily backed up! It's back. I was getting pretty tired about an hour ago and must have done something - cause the FBI has much better things to do. On Sun, Aug 9, 2009 at 6:15 PM, Don Sparkfreedonsp...@gmail.com wrote: holy crap Happily backed up! It's back. I was getting pretty

Re: [css-d] Sticky footer with form element

2009-08-09 Thread Gabriele Romanato
You can use jQuery to wrap your content without affecting your markup: $(document).ready(function(){ $('#content').wrap('div id=wrapper/div'); }); and then style the newly inserted wrapped element. jQuery is perfect for keeping your markup clean and avoiding presentational markup. bye xxx

Re: [css-d] need help debugging float layout of IE5.5, 6, 7 - wordpress theme

2009-08-09 Thread David Hucklesby
Re: http://www.modernia.net/oh/6/ Don Spark wrote: holy crap Happily backed up! It's back. I was getting pretty tired about an hour ago and must have done something - cause the FBI has much better things to do. I'm not clear if you are still working on this, but the xml declaration at the

Re: [css-d] Main Content Following Left Sidebar

2009-08-09 Thread sono-io
I think I've narrowed it down. If I remove the following code in the css-ui.tabs.css file: .ui-tabs-nav:after { display: block; clear: both; content: ; } the tab content hugs the tabs. So far, so good. Unfortunately, the horizontal line that is supposed to be under