regrossman:
My slideshow comes up blank if IE8 is not in compatibility mode. if I switch to compatibility mode its fine. Other browsers are fine. The only way I can get slideshow mode to show the images is if I remove the doctype from the page and leave no doctype (quirks mode)...
Other modes like gridshow and classic work fine both ways. I currently have the gallery in a page with with no doctype defined and I'm viewing it through an iframe until I can get this resolved.
Hi regrossman,
I tested your doctype on ie8 with XP and vista, it works fine on both 2 system.
Can you reproduce this issue on another pc? Or only happen on your pc?
Can you try a simple page like below on your site?
- <%@ Page Language="c#" AutoEventWireup="false" %>
-
-
-
- <%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
-
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-
-
-
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-
- <head>
-
- <title>SlideShow Layout - DotNetGallery</title>
-
- </head>
-
- <body>
-
- <form id="form1" runat="server">
-
- <DotNetGallery:GalleryBrowser runat="server" ID="GalleryBrowser1" Width="720" Height="400" Layout="SlideShow"/>
-
- </form>
-
- </body>
-
- </html>
Is your site online? If so, please send me the test page url, I will test it and get back to you as soon as possible.
Regards,
ken