LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sme weird issue (https://www.linuxquestions.org/questions/linux-newbie-8/sme-weird-issue-637782/)

shahin123 04-25-2008 09:49 AM

sme weird issue
 
Hi,

Could any one tel me, that why when I go to this link with internet explorer i see words like "Teahouse Coppersmith Ikat" at the end of the page (where it should be)

but when I go to the same link with firefox i see thoses words like shadows above the page.


Any idea what is going on here? and how can I solve it?


Thanks,


Shahin

shahin123 04-25-2008 12:08 PM

sorry i forgot to add the link here it is:

http://www.volkenkunde.nl/rmv/lntern...t_keramik.html

BrianK 04-25-2008 12:48 PM

call me suspicious, but with only 23 posts, I'm not going to click a link you posted without some explanation of what that link is.

I can't wget it - 404. So... What is it?

to attempt to answer your question, it's probably a style sheet issue.

shahin123 04-26-2008 03:12 AM

hi brian,
thanks for your reply, sorry if i didnt give u enough info on the link, www.rmv.nl is a link to a museum, and believe it, i dont mean no harm, this link that i sent point to one of there exebitions. This is a link to there othere exebition
http://www.rmv.nl/rmv/internet/main_bazaar1.html i hoop you can open this one.
you said this can be a style issue, if so how can i solve it.

thanks,

shahin

jschiwal 04-26-2008 03:44 AM

From the page source "MSHTML 6.00.2800.1479" of the top page, the site is designed for 6.0 of Microsoft's trident layout engine and the other web browsers may not have been checked.

The link you supplied doesn't exist so we can't give a particular reason. Perhaps you could examine the source yourself and try to determine if there is a problem with the site's code or with Firefox's gecho engine.

shahin123 04-28-2008 03:22 AM

Hi jschiwal,

Thanks for the update, did you try to open the secound link as wel? becuse I can I open it without any problem, I did comper the source code of the same page under internet explorer and also firefox, the source code under firefox mising some line comper to internet explorer, any idea?

Thanks,

Shahin


Internet Explorer:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>RMV - Leiden</title>
<LINK REL=STYLESHEET TYPE="text/css" HREF="../vitrine.css">

</head>

<body background="../bg_vitrine_blauw_eng.gif" bgcolor="#300060">

<h6>Navajo-Pueblo</h6><br clear=all><a href="vitrine_eng.html" target="_self"><img src="../space.gif" border=0 style="margin-left: 860; position: absolute; margin-top: 0;" width=150 height=45 alt=""></a>
<table width="769" border="0" cellspacing="0" cellpadding="0" class="9">
<tr>
<td width="627">&nbsp;</td>
<td width="142">&nbsp;</td>
</tr>
</table>
<iframe src="navajo_pueblo_ned.html" scrolling="No" align="LEFT" width="952" height="560" marginwidth="0" marginheight="0" style="margin-left: 29px; margin-top: 82px; position: absolute; background-color: #000000;" frameborder="No"></iframe>
<table width="929" border="0" cellspacing="0" cellpadding="0" class="8">
<tr>
<td width="135">&nbsp;</td>
<td width="150">&nbsp;</td>
<td width="290">&nbsp;</td>
<td width="380">&nbsp;</td>
</tr>
</table>

<div class="7">Meer weten? Druk op het gewenste object.</div>

</body>
</html>



Firefox:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html><head>
<title></title>
</head>
<body style="margin:0px;background-color:black;">
<iframe src="navajo_pueblo/vitrine_ned.html" align="center" width="1024" height="768" frameborder="0"></iframe>
</body>
</html>

jschiwal 04-30-2008 09:55 PM

http://www.rmv.nl/rmv/internet/bazaar1/vitrine_ned.html

Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
        <title>RMV - Leiden</title>
        <LINK REL=STYLESHEET TYPE="text/css" HREF="../vitrine.css">
</head>

<body background="../bg_vitrine_blauw_eng.gif" bgcolor="#300060">

<h6>Bazaar</h6><br clear=all><a href="vitrine_eng.html" target="_self"><img src="../space.gif" border=0 style="margin-left: 860; position: absolute; margin-top: 0;" width=111 height=17 alt=""></a>

<iframe src="bazaar1_ned.html" scrolling="No" align="LEFT" width="952" height="560" marginwidth="0" marginheight="0" style="margin-left: 29px; margin-top: 82px; position: absolute; background-color: #000000;" frameborder="No"></iframe>

<div class="7">Meer weten? Druk op het gewenste object.</div>
<table width="880" border="0" cellspacing="0" cellpadding="0" class="8">
<tr>

        <td width="237">Theehuis</td>
    <td width="250">Koperslager</td>
    <td width="243">Ikat</td>
        <td width="150">&nbsp;</td>

</tr>
</table>

</body>
</html>

This is the page I am seeing on Firefox. Note how the iframe isn't inside the table. On the windows page you posted, the iframe is inside a table but the other entries are just spaces. The "Theehuis", "Koperslager", etc entries don't even show up in your example.

The site may be serving up different pages depending on which browser you use. So any differences may be due to the difference in content rather than the differences between the html engines that the browsers use. You might try an experiment. Save a page from one browser and load the saved page in another.

shahin123 05-06-2008 08:41 AM

Hi,

Thanks for your update,

I did speak to our web designer guys, and they said that this pages are not made properly for firefox, he is looking into the html pages and I get back to you on that.


All times are GMT -5. The time now is 01:33 PM.