Hi,

I have some dynamic posts being created in Wordpress --the post
thumbnails look fine in Mozilla but in IE8 they are collapsed into a
10px wide display. I tried adding a width to my css statement but it
had no effect.

http://mainsite.uwba.org/wp/mobilize/
http://mainsite.uwba.org/wp/mobilize/advocate/
http://mainsite.uwba.org/wp/mobilize/volunteer/

These my css declarations (extracted from style sheet):

#featured-post-2 img  {
                    width:110px;
     }

#content #featured-post-2 p {
                    margin: 0 0 10px 0;
                   padding: 0;
   }
        
#content #featured-post-2 .featuredpost  {      
                margin: 0;
                padding: 10px 0 0 0;
                border-bottom: 1px solid #DDDDDD;
                overflow: hidden;
       }

#content #featured-post-2  h2 {
                  text-transform:none;
                 font: 18px/24px Georgia, "Times New Roman", Times,
serif; font-style:italic;
}
                        
                                
#content #featured-post-2 h4 {margin-bottom:10px;}
                                
#featured-post-2 .post{
                    margin:0 0 10px 0;
                   border-bottom:
1px dotted #4f4f4f; overflow:hidden; }
#featured-post-2 .post:first-child{border:none; }

Grateful for any help or referral to information to remedy this problem!

Thank you,

Linda
______________________________________________________________________
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/

Reply via email to