Re: [css-d] IE6 float problem, again

2009-10-15 Thread David Laakso
Steve Caramia wrote: > > I've tried all the fixes I could find (adding a margin of 0 to the > left column, a haslayout comment --) and the middle cleared column > still falls below the floated left column before it. > > > http://www.caramiadesign.com/zen > Steve > > Add this to the sty

Re: [css-d] IE6 float problem, again

2009-10-15 Thread russ
> #supportingText { > float:none; > margin:0px 190px 0 235px; > width:375px; > line-height: 2em; > } I was able to make it work in IE6 by removing the 190px right margin: #supportingText { float:none; margin:0px 0px 0px 235px; width:375px; line-height: 2em; } It still looks right in Firefox. I d

[css-d] IE6 float problem, again

2009-10-15 Thread Steve Caramia
I thought that I should submit an 800px version of the Zen page I originally built in a 1000px width, but guess what? lteIE6 has a problem that it DIDN'T have with the 1000px version!. I've tried all the fixes I could find (adding a margin of 0 to the left column, a haslayout comment --) and

Re: [css-d] Stacking Order IE7 issue

2009-10-15 Thread corey deep
the relative: position adjustment corrected the thumbnails stacking order ( now on hover the thumbnail displays in front of its siblings ). still am not able to display the thumbnail in front of the the navigation arrows ( the leftmost and rightmost elements. The first and last thumbnails appear b

Re: [css-d] Misalignment in IE6

2009-10-15 Thread David Laakso
Usamah M. Ali wrote: > > > On Wed, Oct 14, 2009 at 5:06 PM, David Laakso > mailto:da...@chelseacreekstudio.com>> > wrote: > > > The target selector for IE/6 is .grid_16. The star hack reinforces > the ruleset for IE/6. And the margin amendments position it > horizontally. > > > >

Re: [css-d] Misalignment in IE6

2009-10-15 Thread Usamah M. Ali
On Wed, Oct 14, 2009 at 5:06 PM, David Laakso wrote: > > The target selector for IE/6 is .grid_16. The star hack reinforces the > ruleset for IE/6. And the margin amendments position it horizontally. > > * html .grid_16 { > display: inline; > float: left; > position: relative; > margin-left: /*10p