Forum Moderators: not2easy
<nav>
<div align="center"><span class="navtext"><a href="index.php">Home</a>
<a href="profile.php">Profile</a>
<span class="navthird">Services</span>
<!-- <a href="tutorials.php">Tutorials</a> --> <a href="contact.php">Contact</a></span></div>
</nav>
<section>
<div class="subnav" align="center"><span class="nav2text"><a href="cybersecurity.php">Cyber Security</a>
<a href="cybersolutions.php">Cyber Solutions</a>
<a href="datacenter.php">Data Center</a>
<a href="businessphonesystems.php">Business Phone Systems</a>
<a href="webdesign.php">Web Design</a></span></div> Does not yet appear in any W3C specification. Was briefly included in a spec as the "text-outline" property, but this was removed.In short, it sound like you’re SOL and should try for something more widely supported. If you describe what you want it to look like, someone hereabouts might know of an alternative.
1 Firefox & Edge specifically only support the -webkit-text-stroke property (not using -moz- or -ms- prefix)
2 Requires the layout.css.prefixes.webkit flag to be enabled.
text-shadow: 1px 1px 2px #fff;I can count on my fingers the number of times I have used text-shadow, but I just checked and it displays as intended on Firefox and Safari--and did so, ten-plus years ago when I made the pages--so try that first.