The thing I noticed and am not sure if it is the problem, but your  
style for:

> .index #content #header img.logo { behavior: url(iepngfix.htc) }

doesn't have a semi-colon at the end. I'm relatively new to css but I  
have yet to see anyone not close with the semi-colon.


When I've used the iepngfix.htc, I've never needed to go into  
my .htaccess file.  The difficulty in implementing it was always  
getting the paths right, uploading the blank.gif into the correct  
directory/ies. I often need to put the blank.gif in a lot more places  
than the instructions tell me to, because of my file structure. It  
also doesn't hurt to just put the behavior on all images, as it will  
only work on the png files.

My sample css for an iepngfix:
img     { behavior: url(../functions/iepngfix.htc); }

jen
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to