Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread Stuart Walsh
Jim Davis wrote: Hi again, Note: ul id=mainNav lia href=instrument.htmlthe instrument/a/li lia href=composers.htmlcomposers/a/li lia href=music.htmlmusic/a/li lia href=gallery.htmlgallery/a/li lia href=#links/a/li lia href=#contact/a/li /ul /div *THIS IS CLOSING #WRAPPER *Jim* *

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread David Laakso
Stuart Walsh wrote: I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The CSS validates but isn't working as it should. Here is the page: http://www.tuningsinthirds.com/cytre/ and the CSS:

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread Jim Davis
Stuart, You have given the ul an id of mainNav and it is closed by /ul. If you had: div id=mainNav ul.../ul /div You would need the closing /div. Jim On Tue, Apr 8, 2008 at 2:12 AM, Stuart Walsh [EMAIL PROTECTED] wrote: Jim Davis wrote: Hi again, Note: ul id=mainNav lia

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread Stuart Walsh
Jim Davis wrote: Stuart, You have given the ul an id of mainNav and it is closed by /ul. If you had: div id=mainNav ul.../ul /div You would need the closing /div. Jim That explains it perfectly. A silly but fundamental mistake on my part. And the page now works. I've also add a

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread David Laakso
Stuart Walsh wrote: David Laakso wrote: Stuart Walsh wrote: I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The CSS validates but isn't working as it should. Here is the page:

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread David Laakso
But David, the footer is enclosed in Firefox - and Opera - by just removing the redundant div. That's why I was puzzled about the two extra rules you suggested. I tried both with and without the two extra rules and there doesn't seem to be a difference in Firefox. I use the Chris

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread Stuart Walsh
David Laakso wrote: Stuart Walsh wrote: I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The CSS validates but isn't working as it should. Here is the page: http://www.tuningsinthirds.com/cytre/ and the CSS:

Re: [css-d] Wrapper isn't wrapping!

2008-04-08 Thread Stuart Walsh
David Laakso wrote: Stuart Walsh wrote: David Laakso wrote: Stuart Walsh wrote: I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The CSS validates but isn't working as it should. Here is the page:

[css-d] Wrapper isn't wrapping!

2008-04-07 Thread Stuart Walsh
I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The CSS validates but isn't working as it should. Here is the page: http://www.tuningsinthirds.com/cytre/ and the CSS: http://www.tuningsinthirds.com/cytre/new.css I can't get the

Re: [css-d] Wrapper isn't wrapping!

2008-04-07 Thread Jim Davis
Stuart, In #wrapper add display: table; and you will see the border on the left side of the page in FF. Jim On Mon, Apr 7, 2008 at 3:21 PM, Stuart Walsh [EMAIL PROTECTED] wrote: I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The

Re: [css-d] Wrapper isn't wrapping!

2008-04-07 Thread Jim Davis
Hi again, Note: ul id=mainNav lia href=instrument.htmlthe instrument/a/li lia href=composers.htmlcomposers/a/li lia href=music.htmlmusic/a/li lia href=gallery.htmlgallery/a/li lia href=#links/a/li lia href=#contact/a/li /ul /div *THIS IS CLOSING #WRAPPER *Jim* * On Mon, Apr 7, 2008 at 3:21 PM,

Re: [css-d] Wrapper isn't wrapping!

2008-04-07 Thread Peter Hyde-Smith
- Original Message - From: Stuart Walsh Sent: Monday, April 07, 2008 5:21 PM Subject: [css-d] Wrapper isn't wrapping! I must be making a clumsy, beginner's, mistake somewhere but I just can't figure out what is the problem. The CSS validates but isn't working as it should. Here

Re: [css-d] Wrapper isn't wrapping!

2008-04-07 Thread bj
snip http://www.tuningsinthirds.com/cytre/ and the CSS: http://www.tuningsinthirds.com/cytre/new.css I can't get the wrapper div to wrap around everything - the header, mainNav, content and footer divs. The markup looks very basic but in FF the wrapper is only wrapping the header. I see