Re: [css-d] nav not floating right

2011-11-15 Thread David Laakso
On 11/15/11 8:29 PM, mem wrote: On Nov 16, 2011, at 1:04 , David Laakso wrote: Greetings from Tijuana. Please see In the head of the document... thanks. I notice you didn't choose float the nav, but instead text-align right the ul; I've tried to repro

Re: [css-d] nav not floating right

2011-11-15 Thread mem
On Nov 16, 2011, at 1:04 , David Laakso wrote: > Greetings from Tijuana. > Please see > In the head of the document... > > > thanks. I notice you didn't choose float the nav, but instead text-align right the ul; I've tried to reproduce that with no succ

Re: [css-d] nav not floating right

2011-11-15 Thread mem
On Nov 16, 2011, at 24:49 , Philippe Wittenbergh wrote: > > On Nov 16, 2011, at 9:33 AM, mem wrote: > > IE 7 and 8 do not understand the html5 'nav' element at all. You need some js > to 'explain' that element to those browsers. Search for 'HTML5 shim' Thanks. Done it. Forgot about that. Long

Re: [css-d] nav not floating right

2011-11-15 Thread David Laakso
On 11/15/11 7:33 PM, mem wrote: http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php Please ignore the overall lock of the page. The issue seems to be on the nav element inside #top; #top nav On good browsers, it floats to the right; On the others, IE 7 and IE 8, it doesn't seem to flo

Re: [css-d] nav not floating right

2011-11-15 Thread Philippe Wittenbergh
On Nov 16, 2011, at 9:33 AM, mem wrote: > http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php > > Please ignore the overall lock of the page. The issue seems to be on the nav > element inside #top; > > #top nav > > On good browsers, it floats to the right; > On the others, IE 7 and IE

Re: [css-d] box-shadow don't display on the right side

2011-11-15 Thread David Laakso
On Nov 16, 2011, at 5:56 AM, mem wrote: So shadows are like: "outside the width?" I mean, when I say to the container: please be 100% I was expecting it to also contain the shadow, but perhaps it shouldn't be that way, and I should properly read the box model ? :/ Greetings from Brazil

[css-d] nav not floating right

2011-11-15 Thread mem
Hello all, http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php Please ignore the overall lock of the page. The issue seems to be on the nav element inside #top; #top nav On good browsers, it floats to the right; On the others, IE 7 and IE 8, it doesn't seem to float the nav element. I

Re: [css-d] box-shadow don't display on the right side

2011-11-15 Thread Philippe Wittenbergh
On Nov 16, 2011, at 5:56 AM, mem wrote: > So shadows are like: "outside the width?" I mean, when I say to the > container: please be 100% I was expecting it to also contain the shadow, but > perhaps it shouldn't be that way, and I should properly read the box model ? > :/ When you specify a '

Re: [css-d] box-shadow don't display on the right side

2011-11-15 Thread mem
> > Hey men, Hello, Thanks for the reply. > If the shadow only displays when your container is set to 97% then you > should change the width to 97%. :) In order to keep the alignment with the #top container that had no shadow, I had to change is width as well. > The shadow is added to th

Re: [css-d] sibling + child combinator

2011-11-15 Thread Tim White
On Mon, Nov 14, 2011 at 8:46 PM, Paceaux wrote: > thank you, Philippe. That answers my question. > > I was "hoping" that the combinator could go upward in the document tree, but > my experiments with that weren't working.    It was an off-the-wall bet that > I could change styles based on whethe

Re: [css-d] box-shadow don't display on the right side

2011-11-15 Thread Chris F.A. Johnson
On Tue, 15 Nov 2011, mem wrote: Hello all, I'm building the following: http://help.nuvemk.com/floatedFluidLayoutHtml5/ http://help.nuvemk.com/floatedFluidLayoutHtml5/style.css Line 125 and next I have: #navigation-and-slideshow { width: 100%; overflow: hidden; background-color: #fff

Re: [css-d] box-shadow don't display on the right side

2011-11-15 Thread Tim Arnold
On Tue, Nov 15, 2011 at 3:15 PM, mem wrote: > Hello all, > > I'm building the following: > > http://help.nuvemk.com/floatedFluidLayoutHtml5/ > http://help.nuvemk.com/floatedFluidLayoutHtml5/style.css > > Line 125 and next I have: > > #navigation-and-slideshow { >    width: 100%; >    overflow: hid

[css-d] box-shadow don't display on the right side

2011-11-15 Thread mem
Hello all, I'm building the following: http://help.nuvemk.com/floatedFluidLayoutHtml5/ http://help.nuvemk.com/floatedFluidLayoutHtml5/style.css Line 125 and next I have: #navigation-and-slideshow { width: 100%; overflow: hidden; background-color: #fff; padding: 10px 1%; box-

[css-d] getting a link to clear the nested list that opens up on focus and hover?

2011-11-15 Thread Sandy
There's a site I launched a little while ago where I use a dropdown menu that works on hover but not on focus http://villa-belvedere-croatia.com/en/index.shtml I was trying to get the TJK pure CSS dropdown to work, but I never did. Keyboard accessibility was not a concern for the client so the

Re: [css-d] Table Trouble in IE

2011-11-15 Thread Nancy Timper
Thanks to Phu I figured out the trouble (dynamic div created by JS) … plus adding a tr width fixed the IE7 troubles. Nancy On Nov 14, 2011, at 2:59 PM, mem wrote: > On Nov 14, 2011, at 20:14 , Nancy Timper wrote: > >> Hi, >> >> Thanks much for ideas / suggestions…. > > Hello, > > Before