Thu Feb 23, 2012 7:41 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> Using before property to show image </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
p.beforeGraph:before {
content: url(site_logo.gif);
}
</style>
</head>
<body>
<h1>Using before with paragraph to display image</h1>
<p class="beforeGraph"><br/>In this example we use before property to show image before
each paragraph using a specific CSS class. </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.