473,320 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Internet Explorer canno show my images

I've integrate some images in a website like

"<p style="text-align:justify">
<img src="../images/haus1.jpg" border="0" alt="Wir kümmern uns drum."
style="float:right; margin-left:20px; margin-top:0px; width:300px;
height:225px;">
... a lot of text ...
</p>"

During Firefox 1.5 shows all images correctly on their places, Internet
Explorer 6 doesn't show any image. Only the alternatively text is available.

Can anybody tell me what I have to do for persuading the IE 6 to show my
images?

--
Thanks from
Klaus (and excuse my 'German' English)
Sep 24 '06 #1
7 2284
On Sun, 24 Sep 2006 14:42:04 +0200, "Klaus P. Lewohn"
<kp*@inetdienstet.dewrote:
>I've integrate some images in a website like

"<p style="text-align:justify">
<img src="../images/haus1.jpg" border="0" alt="Wir kümmern uns drum."
style="float:right; margin-left:20px; margin-top:0px; width:300px;
height:225px;">
.. a lot of text ...
</p>"

During Firefox 1.5 shows all images correctly on their places, Internet
Explorer 6 doesn't show any image. Only the alternatively text is available.

Can anybody tell me what I have to do for persuading the IE 6 to show my
images?
I can't see the problem on the basis of this snippet. I trust you've
checked that your copy of IE 6 displays other sites as expected? I think
you'll need to give us a URL so that we can see the whole page.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Sep 24 '06 #2
I can't see the problem on the basis of this snippet. I trust you've
checked that your copy of IE 6 displays other sites as expected? I think
you'll need to give us a URL so that we can see the whole page.
The URL is http://www.top-hausverwalter.de/, another:
http://www.top-hausverwalter.de/preise.html.

----
Klaus
Sep 24 '06 #3
On Sun, 24 Sep 2006 17:38:01 +0200, "Klaus P. Lewohn"
<kp*@inetdienstet.dewrote:
>I can't see the problem on the basis of this snippet. I trust you've
checked that your copy of IE 6 displays other sites as expected? I think
you'll need to give us a URL so that we can see the whole page.

The URL is http://www.top-hausverwalter.de/, another:
http://www.top-hausverwalter.de/preise.html.
Bizarre. I'm pretty sure you're not doing anything wrong anyway.

I suspect that the notorious Peekaboo bug is involved here somewhere,
though the results are not what Peekaboo usually dishes up. So you could
try using { line-height: 1.2 } which I believe is one of the hacks. Or
there was something like { height: 1% } (the Holly Hack), but you'd need
to Google for the details.

I've sometimes managed to kick IE into behaving itself by putting a
border around a random element: something like { border: 1px solid
white}, as you've got a plain white background. Or you could maybe try
using the HTML attributes for image width and height instead of CSS.

Also, I'm not sure about the { text: justify}. Particularly with the
long words that German has, the results are not pleasing in a narrow
column. Maybe try removing it.

Good luck!

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Sep 24 '06 #4
It required an <div style="height: ..."- tag. And now it's working.

Thanks for help.
Sep 24 '06 #5
Klaus P. Lewohn wrote:
>
During Firefox 1.5 shows all images correctly on their places, Internet
Explorer 6 doesn't show any image.

The URL is http://www.top-hausverwalter.de/
Perhaps you aren't aware you have a worse problem than IE not showing an
image.

In Firefox, zoom text up a notch or two. If you don't notice anything
odd, then change your browser window size to something smaller than
1200px wide. It's not pretty, and definitely not readable.

The culprit seems to be a bogus height:250px on the associated
paragraph. You don't need this anyway. Drop it.

--
Berg
Sep 24 '06 #6
On Sun, 24 Sep 2006 14:02:41 -0500, Bergamot <be******@visi.comwrote:
>Klaus P. Lewohn wrote:
>>
During Firefox 1.5 shows all images correctly on their places, Internet
Explorer 6 doesn't show any image.

The URL is http://www.top-hausverwalter.de/

Perhaps you aren't aware you have a worse problem than IE not showing an
image.

In Firefox, zoom text up a notch or two. If you don't notice anything
odd, then change your browser window size to something smaller than
1200px wide. It's not pretty, and definitely not readable.

The culprit seems to be a bogus height:250px on the associated
paragraph. You don't need this anyway. Drop it.
If you'd followed the thread, you'd know that he's just put that in, in
an attempt to solve the original problem. Perhaps you have a better
suggestion?

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Sep 24 '06 #7
Stephen Poley wrote:
On Sun, 24 Sep 2006 14:02:41 -0500, Bergamot <be******@visi.comwrote:
>>Klaus P. Lewohn wrote:
>>>
The URL is http://www.top-hausverwalter.de/

The culprit seems to be a bogus height:250px

If you'd followed the thread, you'd know that he's just put that in, in
an attempt to solve the original problem. Perhaps you have a better
suggestion?
zoom:1;

Cures a slew of IE problems.

--
Berg
Sep 24 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: jiangcheng.bao | last post by:
We have a webpage, which pops up a new window, prompting logged-in user to upload images. This works completely fine with regular internet explorer because we use cookie to verify if users are...
9
by: The Roys | last post by:
I have a VB program which loads a jpg file into a picture box. I want to be able to d/click on the picture box and have Internet Explorer show this jpg file. What code do I put into the...
6
by: pradeep_TP | last post by:
I am facing a strange problem with my web site. Afer reinstalling the web application on the web server, I am getting a dialog box for each page. The dialog box has the following information. ...
4
by: zz | last post by:
Sorry for posting this here but unfortunatly I couldn't find any appropriate newsgroup for this and since I've been active here with .net question I figured you guys might be able to help. ...
3
by: VK | last post by:
Internet Explorer 7 beta 2 preview CNET Editor review: <http://reviews.cnet.com/Internet_Explorer_7_for_XP_SP2_Beta_2/4505-3514_7-31454661-2.html?tag=nl.e415> Summary (my personal review...
4
by: =?Utf-8?B?QUcxNTYy?= | last post by:
I am using Internet Explorer 7 and if I try to view a video (YouTube or similar) I get a messgage saying that I have either an outdated version of Macromedia Flask or Java is turned off. Java is...
2
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error...
4
by: DonnaPrz | last post by:
I have a Dell Vostro 1500 using Windows XP and Internet Explorer 8 with Norton 360 antivirus. SOME internet images do not show up. I do not have the X, just a white space on the screen where they...
1
oranoos3000
by: oranoos3000 | last post by:
hi i'd like to set background-image of submit button to a picture with gif extension i set style="background-color:url(images/back.gif)" in input tag with this work this button in firefox is shown...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.