Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:
Donate to VoyForums (PayPal):
[ Login ] [ Contact Forum Admin ] [ Post a new message ] [ Search | Check update time ] |
Example 1 | Example 2 | Example 3 | Example 4 | Example 5 | Example 6 | Example 7
here's the basic code.
SO, here are 7 distinct examples:
(notice how examples #6 and #7 use the same linking color, which is being used by the forum administrator).
I would strongly recommend this. And simply keep it typical.
This method can also be applied to CSS Buttons, as well.
Usually, these Buttons are limited to coloring a few shades.
Otherwise, the Button's Text won't be visible when highlighted.
For example; when the following CSS button gets highlighted using a dark color, it's no longer readable.
the Original CSS Button Method
This problem can be rectified using this new granddaddy of HTML technique:
off course, this New Method produces superior graphics.
In this case; the highlighted text now becomes white, brushed against a dark blue background.
Note: rarely do I tamper with the shading features in CSS Buttons.
However, in this case; I've altered the Text-Shadowing near the end.
The initial text-shadow:1px 1px 1px #ffffff; has been changed to text-shadow:0px 0px 0px #ffffff;