it looks like you are using http://www.twinhelix.com/css/iepngfix/ i am using that also on a project currently at http://www.roxstyle.com/projects/blssi/blssi-portal/v1-e/index.html i keep the ie6 hacks on their own css and call them in the head with <!-- [if lte IE 6] <link href="" /> <![end if] --> that way you can isolate and remove this stylesheet when support for IE6 and below is no longer needed. i first worked the layout in FF first - and i didn't find i needed to make to many changes to the layout for ie6
> > > Message: 23 > Date: Sun, 17 Aug 2008 09:05:32 -0700 > From: Marc Hilt <[EMAIL PROTECTED]> > Subject: [css-d] iepng fix spacing > To: css-d@lists.css-discuss.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii"; format=flowed > > This is my first post, I did try to find the answer through the > archives > but came up empty. > I am attempting to use some transparent png graphics, when I use the > behavior to get IE6 (I do not have 7 on my machine) to handle the > transparent png's IE shifts everything around, for some reason it > ties the > #quote to the H1. I came up with the underscore fix to make > everything line > up almost as close as in firefox. > The question is should I proceed this way, I am not sure of the pit > falls. > Thank you for your time. > Marc > #wrapper{ > margin:auto; > margin-top:10px; > width:97%; > max-width:950px; > background: transparent url(../images/logo3.png) no-repeat > left top; > } > /*************head***********************/ > #header > {height: 145px; background:transparent; > } > #logo { > position: relative; > width: 70px; > height: 80px; > background-image: url(../images/cool.png); > background-repeat: no-repeat; > } > > #logo h1 { > position: absolute; > left: 50px; > top: 70px; > width: 300px;_width:800px; > height: auto; > font-style:italic; color: #FF0033; font-size:24px; > } > > #quote { > position: absolute; > left: 500px; > _left:550px; > top: 20px;_top: -10px; > width: 200px; > height: 50px; > background: url(../images/shipping.png) no-repeat; > z-index: 1000; > } > > #banner { > position: absolute; > right: -220px;_right: -120px; > top: 10px;_top:-95px; > width: 160px; > height:40px; > background: url(../images/places.png) no-repeat left top; > } > #wrapper, #logo, #banner, #quote, #header{ behavior: > url(iepngfix.htc)} > /*********************end head region, begin top > nav******************/ > > HTML > <div id="header"> > <div id="logo"> > <h1>Site Name.com</h1> > <div id="quote"></div> > <div id="banner"></div> > </div></div> > > > > End of css-d Digest, Vol 69, Issue 14 > ************************************* ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/