POV-Ray : Newsgroups : povray.off-topic : Web page construction : Re: Web page construction Server Time
3 Sep 2024 19:11:53 EDT (-0400)
  Re: Web page construction  
From: nemesis
Date: 13 Sep 2010 12:55:02
Message: <4c8e5766$1@news.povray.org>
Invisible escreveu:
> On 13/09/2010 04:01 PM, Invisible wrote:
> 
>>> Introduction (Show/hide)
>>>
>>>
>>> ...real content...
>>
>> As far as I can tell, this is impossible.
> 
> "This next test is impossible..."
> 
> I guess that was pretty much guaranteed to result in abject failure, eh?
> 
> Apparently simply setting
> 
>   h1 {display: inline;}
> 
> somehow *doesn't* make <h1> display inline, but if you also make the 
> following <p> tag inline, the correct result is obtained. I have 
> absolutely no idea why the hell that works, and whether it works in all 
> browsers or whether it's just a Firefox bug.

http://www.w3.org/TR/CSS2/visuren.html#display-prop

It's "inline" in relation to previous element.  But h1 in your code has 
no previous element.  p has h1 as previous element, and thus get inlined 
next to h1 when it too gets display:inline.

> (As an aside, IE7 seems totally unable to display this particular XHTML 
> page at well, which is weird...)

no, weird is to expect IE to be able to display standards-compliant 
content.  Sometimes it does, most times doesn't.

-- 
a game sig: http://tinyurl.com/d3rxz9


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.