Re: why no text+shading in Firefox?
- From: Eddy <eddy.bentley@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 27 Oct 2008 18:55:51 GMT
Jonathan N. Little wrote:
There are ways, but it is kind of messy with absolute positioning and
doubled content...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en-us">
<title>Shadow</title>
<style type="text/css">
body { background: #804; color: #fadb61; }
div.shadow { font: 1.3em bolder, sans-serif; position: relative; color:
#000; }
div.shadow span { display: block; position: absolute; color: #fadb61;
top: -2px; left: 2px; }
</style>
</head>
<body>
<div class="shadow">
Cheaper HERE than ANYWHERE ELSE, including AMAZON !<br>
With immediate FREE shipping/postage world-wide !
<span>
Cheaper HERE than ANYWHERE ELSE, including AMAZON !<br>
With immediate FREE shipping/postage world-wide !
</span>
</div>
</body>
</html>
Thanks, Jonathan. Looks like its time to upgrade my web-making program.
If I use this "messy" method, every time I save the page within the
web-making program the program will no doubt eliminate the tweaks!?
.
- Follow-Ups:
- Re: why no text+shading in Firefox?
- From: Bergamot
- Re: why no text+shading in Firefox?
- References:
- why no text+shading in Firefox?
- From: Eddy
- Re: why no text+shading in Firefox?
- From: Harlan Messinger
- Re: why no text+shading in Firefox?
- From: Eddy
- Re: why no text+shading in Firefox?
- From: Jonathan N. Little
- why no text+shading in Firefox?
- Prev by Date: Re: why no text+shading in Firefox?
- Next by Date: Re: Leading zero
- Previous by thread: Re: why no text+shading in Firefox?
- Next by thread: Re: why no text+shading in Firefox?
- Index(es):
Relevant Pages
|