php-windows Digest 5 Dec 2008 15:27:37 -0000 Issue 3542
Topics (messages 29082 through 29084):
Re: IE Explorer Problems.
29082 by: George Pitcher
29083 by: Niel Archer
Problem with GD2 & PHP
29084 by: Daniel
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Allen,
I had cross-browser problems earlier this year. Solved by moving to the
following header:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Hope this helps.
George, in Edinburgh
>| -----Original Message-----
>| From: Allen Wayne Best [mailto:[EMAIL PROTECTED]
>| Sent: 26 November 2008 7:05 pm
>| To: [EMAIL PROTECTED]
>| Subject: [PHP-WIN] IE Explorer Problems.
>|
>|
>| Good morning,
>|
>| I am having a problem with a client web page when a user looks
>| at the page
>| using IE 7. (I commented the lines below with a "hash space" to show the
>| firefox source. The IE source is shown commented with "hash hash
>| space" where
>| the "hash hash hash space" lines are the lines being incorrectly
>| processed.
>|
>| This looks like an IE 7 bug, but I have not found any
>| documentation on the web
>| for this problem. Has any one seen this, and found a work-around?
>|
>| You can see this page at
>| http://www.ramblerparts.com/catalog.php. Select, for
>| example, 1968, Rambler American, All. When the next page comes
>| up, click on
>| any of the part images.
>|
>| The page source in Firefox shows (correctly) as:
>|
>| # <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
>| # <html>
>| # <head>
>| # <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>| # <title>PAINT</title>
>| # <link rel=stylesheet href=background.css type=text/css>
>| # </head>
>| # <body background="./graphics/background.jpg">
>| # <table align="center" width="90%">
>| # <tr colspan=1>
>| # <td rowspan=1>
>| # </td>
>| # <td>
>| # <table align="center" width="90%">
>| # <tr>
>| # <td align="center">
>| #
>| # <img src="./graphics/online.gif" alt="Parts Online Catalog">
>| # </td>
>| # </tr>
>| # </table>
>| #
>| # </td>
>| # </tr>
>| # <tr>
>| # <td colspan=2>
>| # <div align=center>
>| # <table width="90%" nowrap>
>| # <tr nowrap>
>| # <td align=center nowrap width="90%">
>| # <a href=/><img src="./graphics/button-home.jpg" border="0"
>| alt="Home"></a></td>
>| # </tr>
>| #
>| # </td>
>| # </tr>
>| # </table>
>| #
>| # </div>
>| # </td>
>| # </tr>
>| # </table>
>| #
>| # <!-- import contents begins here -->
>| # submit - PAINT;01-0015.jpg<br><div
>| class="center"><b><h3>PAINT</h3></b></div><br>
>| # <img src="01-0015.jpg" alt="PAINT">
>| #
>| # <!-- import contents ends here -->
>| # <br><br>
>| # <div class=center>
>| # © Galvin's Rambler Parts - 2004
>| # </div>
>| # <div class=footnote>
>| # Version: 1.7 <br>Last Revised: 2005/12/18
>| #
>| # </div>
>| # </body>
>| # </html>
>|
>| whereas when the page is viewed with IE 7, it looks like:
>|
>| ## <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
>| ## <html>
>| ## <head>
>| ## <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>| ## <title><IMG src=\"01-0015.jpg\" width=60></title>
>| ## <link rel=stylesheet href=background.css type=text/css>
>| ## </head>
>| ## <body background="./graphics/background.jpg">
>| ## <table align="center" width="90%">
>| ## <tr colspan=1>
>| ## <td rowspan=1>
>| ## </td>
>| ## <td>
>| ## <table align="center" width="90%">
>| ## <tr>
>| ## <td align="center">
>| ## <img src="./graphics/online.gif" alt="Parts Online Catalog">
>| ## </td>
>| ## </tr>
>| ## </table>
>| ##
>| ## </td>
>| ## </tr>
>| ## <tr>
>| ## <td colspan=2>
>| ## <div align=center>
>| ## <table width="90%" nowrap>
>| ## <tr nowrap>
>| ## <td align=center nowrap width="90%">
>| ## <a href=/><img src="./graphics/button-home.jpg" border="0"
>| alt="Home"></a></td>
>| ## </tr>
>| ##
>| ## </td>
>| ## </tr>
>| ## </table>
>| ##
>| ## </div>
>| ## </td>
>| ## </tr>
>| ## </table>
>| ##
>| ## <!-- import contents begins here -->
>| ### submit - <IMG src=\"01-0015.jpg\" width=60><br><div
>| class="center"><b><h3><IMG src=\"01-0015.jpg\"
>| width=60></h3></b></div><br>
>| ### <img src="" alt="<IMG src=\"01-0015.jpg\" width=60>">
>| ### <!-- import contents ends here -->
>| ## <br><br>
>| ## <div class=center>
>| ## © Galvin's Rambler Parts - 2004
>| ## </div>
>| ## <div class=footnote>
>| ## Version: 1.7 <br>Last Revised: 2005/12/18
>| ##
>| ## </div>
>| ## </body>
>| ## </html>
>|
>|
>| Allen Wayne Best, esq.
>|
>| --
>| PHP Windows Mailing List (http://www.php.net/)
>| To unsubscribe, visit: http://www.php.net/unsub.php
>|
>|
--- End Message ---
--- Begin Message ---
> Good morning,
>
> I am having a problem with a client web page when a user looks at the page
> using IE 7. (I commented the lines below with a "hash space" to show the
> firefox source. The IE source is shown commented with "hash hash space" where
> the "hash hash hash space" lines are the lines being incorrectly processed.
>
> This looks like an IE 7 bug, but I have not found any documentation on the
> web
> for this problem. Has any one seen this, and found a work-around?
>
> You can see this page at http://www.ramblerparts.com/catalog.php. Select, for
> example, 1968, Rambler American, All. When the next page comes up, click on
> any of the part images.
>
> The page source in Firefox shows (correctly) as:
>
> # <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
> # <html>
> # <head>
> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> # <title>PAINT</title>
> # <link rel=stylesheet href=background.css type=text/css>
> # </head>
> # <body background="./graphics/background.jpg">
> # <table align="center" width="90%">
> # <tr colspan=1>
> # <td rowspan=1>
> # </td>
> # <td>
> # <table align="center" width="90%">
> # <tr>
> # <td align="center">
> #
> # <img src="./graphics/online.gif" alt="Parts Online Catalog">
> # </td>
> # </tr>
> # </table>
> #
> # </td>
> # </tr>
> # <tr>
> # <td colspan=2>
> # <div align=center>
> # <table width="90%" nowrap>
> # <tr nowrap>
> # <td align=center nowrap width="90%">
> # <a href=/><img src="./graphics/button-home.jpg" border="0"
> alt="Home"></a></td>
> # </tr>
> #
> # </td>
> # </tr>
> # </table>
> #
> # </div>
> # </td>
> # </tr>
> # </table>
> #
> # <!-- import contents begins here -->
> # submit - PAINT;01-0015.jpg<br><div
> class="center"><b><h3>PAINT</h3></b></div><br>
> # <img src="01-0015.jpg" alt="PAINT">
> #
> # <!-- import contents ends here -->
> # <br><br>
> # <div class=center>
> # © Galvin's Rambler Parts - 2004
> # </div>
> # <div class=footnote>
> # Version: 1.7 <br>Last Revised: 2005/12/18
> #
> # </div>
> # </body>
> # </html>
>
> whereas when the page is viewed with IE 7, it looks like:
>
> ## <!DOCTYPE HTML PUBLIC "-\/\/W3C\/\/DTD HTML 4.01\/\/EN">
> ## <html>
> ## <head>
> ## <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> ## <title><IMG src=\"01-0015.jpg\" width=60></title>
> ## <link rel=stylesheet href=background.css type=text/css>
> ## </head>
> ## <body background="./graphics/background.jpg">
> ## <table align="center" width="90%">
> ## <tr colspan=1>
> ## <td rowspan=1>
> ## </td>
> ## <td>
> ## <table align="center" width="90%">
> ## <tr>
> ## <td align="center">
> ## <img src="./graphics/online.gif" alt="Parts Online Catalog">
> ## </td>
> ## </tr>
> ## </table>
> ##
> ## </td>
> ## </tr>
> ## <tr>
> ## <td colspan=2>
> ## <div align=center>
> ## <table width="90%" nowrap>
> ## <tr nowrap>
> ## <td align=center nowrap width="90%">
> ## <a href=/><img src="./graphics/button-home.jpg" border="0"
> alt="Home"></a></td>
> ## </tr>
> ##
> ## </td>
> ## </tr>
> ## </table>
> ##
> ## </div>
> ## </td>
> ## </tr>
> ## </table>
> ##
> ## <!-- import contents begins here -->
> ### submit - <IMG src=\"01-0015.jpg\" width=60><br><div
> class="center"><b><h3><IMG src=\"01-0015.jpg\" width=60></h3></b></div><br>
> ### <img src="" alt="<IMG src=\"01-0015.jpg\" width=60>">
I've heard of many weird IE bugs, but never that it eats the values of
img src properties.
Does your php have any browser specific processing?
> ### <!-- import contents ends here -->
> ## <br><br>
> ## <div class=center>
> ## © Galvin's Rambler Parts - 2004
> ## </div>
> ## <div class=footnote>
> ## Version: 1.7 <br>Last Revised: 2005/12/18
> ##
> ## </div>
> ## </body>
> ## </html>
>
>
> Allen Wayne Best, esq.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
Niel Archer
--- End Message ---
--- Begin Message ---
I am creating a new website that uses ImageFlow
(http://finnrudolph.de/ImageFlow/Installation)
I have created a test page for use with the new ImageFlow.js
When I load the webpage, I get the correct page except the pictures. This
leads me to think that the pictures aren't being rendered by the extension
php_gd2.dll
Any I on the right track here? Is there where I should be asking the
question?
--- End Message ---