- From: Bloo!!! 8-} <bloo@eskimo.com>
- Date: Wed, 16 Apr 1997 11:39:43 -0700 (PDT)
- To: marym@Finesse.COM
- cc: www-style@w3.org
At 06:25 AM 4/16/97 -0700, Mary wrote:
>All background image handling defaults to repeat both
>directions. They don't have the repeat-x repeat-y or
>image positioning working yet.
I just tried this and 'background-repeat' values of repeat-x and
repeat-y do work (maybe you are on a different platforms and this
behavior is divergent/buggy?) background-position does indeed not work
though.
Try this example in NN4B3:
(Also note confirmation of Liam Quinn's comment about 'block-izing'
inline styles)
-------------
<HTML>
<HEAD>
<TITLE>Untitled</TITLE>
<style>
<!--
div, span, ol { background-image:
url(http://www.blooberry.com/pics/right.gif);
background-repeat: repeat-y }
-->
</style>
</HEAD>
<body>
text before
<div>This is an extensive division<br>of text with<br> many
<br>breaks</div>
text between
<span>This is an extensive span<br>of text with<br> many <br>breaks</span>
text between
<ol>
<li>alsdksa<br>sadsadas</li>
<li>alsdksa<br>sadsadas</li>
<li>alsdksa<br>sadsadas</li>
</ol>
text after
</body>
</HTML>
-------------
Thanks for all the comments,
-Brian 8-}
Brian Wilson --------------------------"Those aren't Sex muffins! -Coach
bloo@blooberry.com ---------------------Those aren't Love muffins!
http://www.blooberry.com ---------------Those are just BLOOberry muffins!"
Creator of Index DOT Html: http://www.blooberry.com/html/intro.htm
Received on Wednesday, 16 April 1997 14:39:57 UTC