Domain Empire

Display error when no CSS Support

NameSilo
Watch
Impact
1
Easy (i'm not going to explain it, it should be pretty simple):

-----------------------
<HTML>

<HEAD>
<TITLE>My Page</TITLE>
</HEAD>

<BODY BGCOLOR="#000000">

<DIV ID="goodmes">
<FONT COLOR="#000000">
You support CSS
</FONT>
</DIV>

<BR>

<DIV ID="badmes">
<FONT COLOR="#FFFF00">
You don't support CSS!
</FONT>
</DIV>

<STYLE>
<!-- NOTE THE FOLLOWING CAN BE USED AS INVISIBLITY AS WELL
#goodmes { color: white; }
#badmes { color: black; }
-->
</STYLE>

</BODY>
</HTML>
-----------------------
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back