|
XSL with a background image
|
[
Lists Home |
Date Index |
Thread Index
]
- From: Dave Jones <David.T.Jones@cdc.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 17 Jul 1998 15:59:34 +0100
Hi all,
I've been coding some XSL stylesheets for a webpage i'm creating, i wish to
show examples of CSS and XSL, but i'm having difficulties with displaying
a background image on the page. I've tried including the background properties
for <BODY> in the <root> definition and as a seperate element <webpage> - both
examples are shown below, but neither seem to work, are background images
supported by Explorer 4.0 and with XSL?
Cheers
Dave.
exmaple 1
<rule>
<root/>
<HTML>
<HEAD>
<BODY BACKGROUND="background.gif">
<children/>
</BODY>
</HEAD>
</HTML>
</rule>
exampel 2
<rule>
<target-element type="webpage"/>
<BODY BACKGROUND="background.gif">
<children/>
</BODY>
</rule>
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@ic.ac.uk the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|
|
|
|
|