Re: [css-d] Clearing a float

2010-10-04 Thread Philippe Wittenbergh
On Oct 5, 2010, at 1:09 PM, Thierry Koblentz wrote: > I don't think "inherit" is a proper value for clear. it is: http://www.w3.org/TR/CSS21/visuren.html#flow-control Philippe --- Philippe Wittenbergh http://l-c-n.com/ __

Re: [css-d] Clearing a float

2010-10-04 Thread Thierry Koblentz
> Di you by any chance used any one of the following to fix this: > > clear: both; > clear: left; > clear: none: > clear: right; > clear: inherit; I don't think "inherit" is a proper value for clear. -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz _

Re: [css-d] Clearing a float

2010-10-04 Thread Thierry Koblentz
> I have a float that is giving me problems. You can see a test page > here: > http://test.magnoliasonline.com/public/gallery/before_after > > > > This particular page is simply groups of thumbnail images. My plan was > to > have a in between the groups to show that they are separate. > Howev

Re: [css-d] nav help

2010-10-04 Thread Thierry Koblentz
> how do I give this to each link? > so that the last one does not have the white boarder on the right? > thanks a bunch Do as I suggested in my previous email (see my edits of your #navcontainer ul li a {} rule). Then add a class to the last link and use that class to create a rule that resets th

Re: [css-d] Clearing a float

2010-10-04 Thread Todd Richards
Hi John - I did try them. Anything that "works" first works on the floated left column. After that, they work fine. I've tried the "clear" both on the tag in the ext. CSS, as well as an inline tag. Todd -Original Message- From: John D [mailto:xfs...@hotmail.com] Sent: Monday, Octob

Re: [css-d] Clearing a float

2010-10-04 Thread John D
I know I've fixed this before but can't recall how. If anyone would have a second to look at it and give me some feedback, I would appreciate it. Di you by any chance used any one of the following to fix this: clear: both; clear: left; clear: none: clear: right; clear: inherit; Hope t

[css-d] Clearing a float

2010-10-04 Thread Todd Richards
Hi Everyone - I have a float that is giving me problems. You can see a test page here: http://test.magnoliasonline.com/public/gallery/before_after This particular page is simply groups of thumbnail images. My plan was to have a in between the groups to show that they are separate. Howev