LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-25-2008, 09:49 AM   #1
shahin123
Member
 
Registered: Mar 2008
Posts: 43

Rep: Reputation: 15
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
 
Old 04-25-2008, 12:08 PM   #2
shahin123
Member
 
Registered: Mar 2008
Posts: 43

Original Poster
Rep: Reputation: 15
sorry i forgot to add the link here it is:

http://www.volkenkunde.nl/rmv/lntern...t_keramik.html
 
Old 04-25-2008, 12:48 PM   #3
BrianK
Senior Member
 
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334

Rep: Reputation: 51
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.
 
Old 04-26-2008, 03:12 AM   #4
shahin123
Member
 
Registered: Mar 2008
Posts: 43

Original Poster
Rep: Reputation: 15
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
 
Old 04-26-2008, 03:44 AM   #5
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
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.
 
Old 04-28-2008, 03:22 AM   #6
shahin123
Member
 
Registered: Mar 2008
Posts: 43

Original Poster
Rep: Reputation: 15
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>
 
Old 04-30-2008, 09:55 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
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.
 
Old 05-06-2008, 08:41 AM   #8
shahin123
Member
 
Registered: Mar 2008
Posts: 43

Original Poster
Rep: Reputation: 15
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Weird /dev issue mixtr Slackware 3 01-19-2006 04:37 PM
Weird issue with keystrokes DynamiteD Slackware 7 12-14-2005 02:25 PM
Weird issue with -current... Aeiri Slackware 2 07-28-2005 10:58 PM
a weird issue about which jiawj Red Hat 2 04-26-2005 09:06 AM
Weird 2.6 Kernel issue svarreby Fedora 2 02-18-2004 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration