Background images and their size

I think here should be a way to explicity set the stretching/size of 
background images.  If this is not possible I'm forced to use a 
specific pixel size for the fonts on the page if they have background 
images they are supposed to line up against.

I'd much rather do this:

p { background: url(red.gif)
   background-height: 2.5em
   font-size: 14pt
}

than:

p { background: url(red.gif)
   font-size: 35px  /*where this correlates to the image size*/
 }

__
| Mortar: Advanced Web Development <http://bigpic.com/mortar/>
| Neil St.Laurent  neil@bigpic.com
| Big Picture Multimedia

Received on Monday, 24 November 1997 13:49:29 UTC