I have ddblock successfully displaying in Windows Firefox, Mac Firefox, Safari, Camino, but just not IE8.
Here is the testing site:
http://preservation.server300.com
The problem is no image is displayed in IE8. Also the text renders terribly, just in the ddblock text area. Text in other parts of the site look fine. Very weird. A transparency issue?
I'm not sure what else to provide... CSS?
Permissions are set for anonymous users. Preprocess functions should be fine because it works on other browsers. Not sure what's going on.
Comments
Comment #1
ppblaauw commentedThe ddblock slideshow looks great at your site.
IE has a problem with fading Bold text, the solution for this is to add a background-color
Can not give free support for custom theme issues with different browsers, just takes to much time to answer all CSS issues users have when they customize ddblock themes. That's why we made the commercial themes (compatible with most popular browsers).
Hope adding a background color will help with the IE fading bold text bug, please let me know.
Comment #2
when_gal commentedThanks for the tip using a background with the fading bold text.
And upon closer examination of the css, I was able to get the images to appear in IE8.
Working great now!
Comment #3
ppblaauw commentedGreat its working now!!!
Can you explain what you changed in the CSS to make it work in IE8, so this issue is also useful for other users.
Comment #4
when_gal commentedI used the upright30 template as the basis for a custom theme. After customizing the css, I was having a problem (only in IE8)
displaying the main image to the right of the slide text.
Originally, the relevant css that did NOT display the image in IE8 was this:
IE8 needed the div.slide to have a declared width when used with an absolute positioned img.
So revised css is this:
This is a great module and very flexible. Thanks!
Comment #5
ppblaauw commentedThank you for explaining.
Will surely be a useful tip for other users who want customize a ddblock theme.