Previous Message
Next Message

Inline h3 breaks in Netscape when postion:relative

Sent by David Dorward on 8 August 2004 20:08


On Sun, 2004-08-08 at 19:08, Sal Perconte wrote:
> Thanks for the reply thought H's where blocks too -- then I
> re-read the HTML 4.01

> <!ENTITY % heading "H1|H2|H3|H4|H5|H6">
> <!ELEMENT (%heading;)  - -
> (%inline;)* -- heading -->

This says that headings may _contain_ zero or more inline elements.

Try:

<!ENTITY % block
     "P | %heading; | %list; | %preformatted; | DL | DIV | NOSCRIPT |
      BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS">

which tells you which elements fall under the headings of "block".

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: