I was a little bored so I did the work for you. Apparently it is your server. The images are served too slowly for IE. If I use:
Code:
#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(http://oscar.oundle.org/general/headerbar/chrometheme/divider.gif) center right no-repeat; /*Theme Change here*/
}
I get the problems, if I do:
Code:
#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(http://www.dynamicdrive.com/dynamicindex1/chrome/chrometheme/divider.gif) center right no-repeat; /*Theme Change here*/
}
No problem.
And this is all with the default demo version of the menu.
Now, DON'T LINK TO DD FOR YOUR IMAGES but, you could get an image host perhaps, like photobucket or something. That may or may not help.
Bookmarks