i am trying to style a simple list which uses a background image to replace the bullet.
I cant get this to work.Any suggestions very welcome.
css
Code:
ul.list {
margin:0;
padding:0;
list-style:none:
margin-left:25px;
text-align:left;
width:440px;
}
li.list{
background-image: url(..images/arrow_green.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left:.6em;
font-family:Tahoma,'Lucida Gande',Arial,sans-serif;
font-size: 12px;
color:#FFFFFF;
}
mark-up
Code:
<h2>Self and how self effects performance</h2>
<ul class="list">
<li class="list">Understanding self is the key to understanding performance</li>
<li class="list">Understanding self is the key to understanding others</li>
<li class="list">Understanding self is the key to winning over others</li>
<li class="list">Understanding self is the key to working with others</li>
<li class="list">Understanding self is the key to business success</li>
</ul>
<h2>Understanding our thinking and how it relates to emotions, mood, attitude, behaviour and performance.</h2>
<ul class="list">
<li class="list">Our emotions effect our mood - our mood affects our attitude, our attitude affects our behaviour-our behaviour effects our performance</li>
</ul>
<h2>Drawing out the hidden skills of performance by heightening:</h2>
<ul class="list">
<li class="list">Effective communication</li>
<li class="list">Customer awareness</li>
<li class="list">Effective leadership</li>
<li class="list">Team cohesion</li>
<li class="list">Keeping pace with global competitors</li>
<li class="list">Building open and positive relationships</li>
<li class="list">Understanding team boundaries</li>
<li class="list">Energising leadership</li>
<li class="list">Inspired behavior</li>
<li class="list">Energy management</li>
<li class="list">Mastering the stresses and presure from self and others that effect performance</li>
<li class="list">Maximising technical skills through behavioral performance</li>
<li class="list">Turning negative behavior into positive performance</li>
<li class="list">How perceptions play a key role in individual, team and business success</li>
<li class="list">How to motivate, inspire develop, value oneself and others</li>
</ul>
Link http://217.46.159.226/kb_dev/what_coaching.php
Bookmarks