Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 10:25:11 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155529 Posts in 21713 Topics by 7737 Members
Latest Member: chris85
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Dropplet RandomImage doesn't show my pictures under IE 8  (Read 958 times)
midiweb

Offline Offline

Posts: 178


« on: November 26, 2009, 04:02:48 PM »

Hi, the dropplet [[RandomImage] doesn't show my pictures on the left menu  under IE8.

 See here yourself:

http://www.jurgschat-consulting.eu/

But it works under Firefox.Don't understand why, who knows please?



« Last Edit: November 26, 2009, 09:58:10 PM by midiweb » Logged
LordDarkman
Development Team
*****
Offline Offline

Posts: 343


WWW
« Reply #1 on: November 26, 2009, 09:37:18 PM »

Hi,
You have 43 errors in your code and the random droplet generates code like this:
"http://www.jurgschat-consulting.eu//media/firmenlogos/Dr Pfleger.jpg"
try it without spaces and 2/. This should work.

CU Moritz


http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.jurgschat-consulting.eu%2F
Logged
midiweb

Offline Offline

Posts: 178


« Reply #2 on: November 26, 2009, 10:00:09 PM »

hi, I don't know where does this double slash come from? where can I change it? I thought it was in config.php but it isn't there.
This 2 / are by all other pages also and they are displayed nevertheless.
« Last Edit: November 26, 2009, 10:02:07 PM by midiweb » Logged
BerndJM

Online Online

Posts: 1764



« Reply #3 on: November 27, 2009, 01:04:29 AM »

Hi Mr. midiweb,

in Moritz' answer there where two hints (it not an bad idea to read the whole answers):
the one with the // and the other:
Quote
try it without spaces
Could it be that IE8 cannot handle filenames with spaces  huh

The two //:
please show us the relevant part from your config.php - I imagine you have written it there with a closing / ...

Regards Bernd
Logged

In theory, there is no difference between theory and practice. But, in practice, there is.
midiweb

Offline Offline

Posts: 178


« Reply #4 on: November 27, 2009, 04:28:42 PM »

hi, sorry, you were right, I deleted the end slash in:

Code:
define('WB_URL', 'http://www.jurgschat-consulting.eu');

I deleted also the spaces, the dashes, undercores and capitals in files names

BUT in vain I cannot display the firms logos and the page "kunden",..under IE8. Why?

Logged
maverik

Offline Offline

Posts: 1568



WWW
« Reply #5 on: November 27, 2009, 05:29:07 PM »

at the beginning of your code

Quote
<!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="de">
<head><title>Jurgschat-Consulting - Deutschland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>
<body>
<!--<!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="de">
<head><title>Jurgschat-Consulting - Deutschland</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"></head>-->
<html>
<body>
<script type="text/javascript" src="http://www.jurgschat-consulting.eu/modules/droplets/js/mdcr.js"></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title> - Kunden</title>

        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <meta name="description" content="" />
        <meta name="keywords" content="" />

        <link href="http://www.jurgschat-consulting.eu/templates/industry1/industry.css" rel="stylesheet" type="text/css" media="screen" />
    </head>

at the end

Quote
   </div>
</body>

</html></body>
</html>

 huh huh huh huh

normaly

Code:
doctype
<html>
<head>
</head>
<body>
</body>
</html>

http://help.websitebaker.org/pages/en/advanced-docu.php

http://selfhtml.org/
« Last Edit: November 27, 2009, 05:35:19 PM by maverik » Logged

Signatur wird geladen...
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!