Background image not shown

liunx

Guest
Hi,<br />
my problem is, that some (background) images are not shown.<br />
Sometimes they appear after clicking at a button. To check out what I mean, please:<br />
<br />
- have a look at <!-- m --><a class="postlink" href="http://www.yachting24.info">http://www.yachting24.info</a><!-- m --><br />
- click at "Blue Pages"<br />
- type "sail" into the "keyword" inputfield<br />
- choose "united states"<br />
- send request<br />
<br />
Now you should see a gap between the "next pages" area and<br />
the bottom image.<br />
<br />
This problem does not appear with Netscape browsers (up from 6.0) and IE 6.0<br />
But with IE 5.0 and IE 5.5 it does.<br />
<br />
Would be great, if someone has an idea what I could to about that problem.<br />
<br />
Cheers,<br />
Karsten<!--content-->Click the link: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yachting24.info%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
Fix the errors, then post again.<!--content-->I experienced the same problem once before I checked for ages and ages to find out what it was and it had to do with the type of browser which you use.<!--content-->Originally posted by giz <br />
Click the link: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yachting24.info%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><br />
<br />
<br />
thank your for the link. I tried but I have really<br />
problems to get what exactly 'they' are grumbling about.<br />
There are lots of comments I can't reconstruct.<br />
<br />
Well, I will try again ...<br />
<br />
Cheers,<br />
Karsten<!--content-->give us some examples of what it is you don't understand,<br />
<br />
in those validation results there are some simple errors<br />
<br />
remove the forward slash from the first two lines '/'<br />
<br />
all alt tags should have some keyword text alt="keyword"<br />
<br />
'end tag for td element which is not open' means you have a </td> too many, remove it.<br />
<br />
marginheight, leftmargin, topmargin, marginwidt are all deprecated, use css instead<br />
<br />
put this in you css<br />
<br />
body {margin:0px;padding:0px;}<!--content-->Originally posted by leoo24 <br />
give us some examples of what it is you don't understand,<br />
<br />
<br />
First of all - thank you for the short explanation!<br />
<br />
What I didn't understand was for example:<br />
>>document type does not allow element "BODY" here<br />
I mean, where to place the <body> tag if not after the header?<br />
And about the "marginheight, leftmargin ...":<br />
I used the Homesite table-wizzard so I thought the attributes Homesite creates for me should be allowed...<br />
<br />
Anyway, thanks for the hints - I will check my docs for this things and modify my css like suggested.<br />
It will be a horror to check all the <td>'s and </td>'s in my multiple nested tables :rolleyes:<br />
[but that's my problem - I know]<br />
<br />
Thank you!<br />
best wishes,<br />
Karsten<!--content-->never trust any prgram that generates code for you, they are handy but flawed.<br />
<br />
Remove all the other errors and see if the body error remains, as with most things do the easy ones first :)<br />
Sometimes an error on one part of the page can cause other errors.<br />
<br />
If it remains we'll have a closer look :)<!--content-->How to fix the </body> error:<br />
<br />
remove the forward slash from the first two lines '/'<br />
<br />
<br />
<br />
The first / seen after <head> is interpreted as being </head>, so the / on the end of the meta tags must be removed. That ending / is NOT valid in HTML. It is only required if you are using XHTML. You are using HTML.<!--content-->
 
Back
Top