Paul Jung wrote:

> Please look at http://www.poet.sk/hidveghyova/go.php/component/id/12/
> Did anybody have some experience? I got to know only yesterday when a
> friend called me that he, with his IE browser, can not see this page.
> I opened it in IE, and found out that the main content is after some
> 1000 pixel empty spaces, and the second photo of a book can not be
> displayed.

Using http://validator.w3.org one can see that the page has about 200 
reportable markup errors. I think it is rather hopeless to get the styling 
right before fixing at least those markup errors that can be expected to 
have impact on rendering.

To take just the first two error messages: the first one relates to

<p><style type="text/css"><!--.style1 &#123;color: #3366FF&#125;--></style>

which is very obscure and surely wrong (<style> elements are not allowed in 
document body); the second one is about

<table border="0" width="100%">&nbsp;&nbsp;&nbsp;&nbsp;<tbody>&nbsp;&nbsp;

which cannot be a good idea since character data inside <table> element but 
outside any <caption> or <tr> element, in addition to being invalid, causes 
odd effects on rendering: some browsers render such content _after_ the 
table _or_ before it.

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to