Thu Feb 23, 2012 4:34 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Usage of the after CSS attribute </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
p.myparah:after {
content: "Fixed content appears here."; color:#f0f000;
}
</style>
</head>
<body>
<h1>Your header title.</h1>
<p class="myparah">In this example we use the after attribute along with
the paragraph tag <br/></p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.