- From: Steve Knoblock <knoblock@worldnet.att.net>
- Date: Sun, 15 Dec 1996 19:18:46 -0500
- To: Chris Josephs <cpj1@visi.com>, www-style@w3.org
Chris,
I don't think you need the quotes:
I use
.icap {
font-size: 48pt;
background: url(icap.gif);
color: silver; /* lighter than graphic */
}
with
<p class=initial><span class=icap>T</span>he...
</p>
[if anyone wants to know why I end with an "unnecessary" semicolon, I add
them out of habit so when I go back to add more properties I will not forget.]
My page is not up yet. Its part of my personal pages/homepage on my HD. I do
run a web server on Win95 (PWS), so if you want to look I can send you my
current ip address.
Steve
At 10:04 PM 12/15/96 +0000, Chris Josephs wrote:
>I'm trying to overlay a background image over a paragraph in IE3 but it
>dosn't appear to be working. As far as I can tell the browser isn't even
>attempting to load the image.
>
>Here's a snip of css code....
>p.note
>{
> background: URL("paper.jpg");
>}
>
>Does anyone know of any problems in the IE implementation involving
>background images? Does anyone have any working examples of backgrounds
>over single elements?
>
>--- Christopher Josephes -------------------------
>mailto:cpj1@visi.com Vector Internet
>http://www.visi.com/~cpj1
>
>
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/ Steve Knoblock, ed., City Gallery
knoblock@worldnet.att.net
_/ City Gallery - History of Photography
http://www.webcom.com/cityg
_/ Member: National Stereoscopic Association
http://www.tisco.com/3d-web/nsa/nsa.htm
Received on Sunday, 15 December 1996 19:17:50 UTC