<input type="submit" value="Go" usestyle>



CSS Font Effects

Most WebTV users eventually discover the proprietary font attribute effect and tag . If you have not, here they are:

emboss
shadow
relief
blackface (compared to bold)

There are several problems with using those effects, among them:

* Although font-effect is part of CSS many browsers, even newer ones don't support it so for once, WebTV is ahead.

text-shadow

text-shadow is an attribute found in CSS but not old fashion HTML. You use it like this:

text-shadow: color x-offset y-offset diffusion

I have never seen diffusion work so I leave it out. If it worked, it would control the "fuzzyness" of the shadow. x and y offset can be positive or negitive so the shadow can be in any direction. WebTV's shadow effect is only offset 1 or 2 pixels so it is barely visible, even on large fonts. Below you can see the difference when you offset 5 pixels

Shadow text-shadow

In the following examples, you can see how much more dramatic the emboss and relief effects are when the shadow is black or white instead of gray

Emboss text-shadow
Relief       text-shadow
Emboss text-shadow
Relief        text-shadow

IIn the next examples, you can see that with gray text, the WebTV effect doesn't work at all but by changing the shadow color and increasing the offset to 3px with text-shodow, you can get the effect

Emboss text-shadow
Relief       text-shadow
Emboss text-shadow
Relief        text-shadow

Play around with the colors and positions to get other effects like glow and emboss that are computer compatable.



Green glow red glow


SnowUV Light

One thing to note is that WebTV is buggy about giving you the correctly colored shadow and you may get a color that is not even close to what you want.


Blackface

<<>blackface<>>blackface<<>/blackface<>>

is a tag that only works with webtv. You can get the same effect for computers with

<<>span style="font-weight: 900"<>> extra bold text<<>/span<>>

but that doesn't work with webtv. You can combine CSS with HTML to make it work with both webtv and computers

<<>blackface<>><<>span style="font-weight: 900">extra bold text<<>/span<>><<>/blackface<>>
Created by DJ Mike from Santa Barbara

DJ Mike


Dance Away Santa Barbara's Home Page
<a href="http://www.statcounter.com/" target="_blank"> <img src="http://c5.statcounter.com/counter.php?sc_project=1321035&java=0&security=da2193dc" alt="counter free hit invisible" border="0" /></a>