Hi Irit,
Sorry! There is no images missing issue in IE.
Can we have the site URL? So that we can see the images issue in your site.
To have the text transform to normal(regular) for site name and menu item please go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-title,
#access a,
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
text-transform: none;
}
Thank you!