<div id="leftcol">
............................
<a href="#">
<h2 class="cosanhead">
*(I need this heading to have a negative left margin over the leftcol
div but it wont budge)*
</h2>
</a>
..........................
</div>
heres the css :
a:link h2.cosanhead {
height:90px; margin-left:-57px; width:150px;
background-image:url(cosanlogodormant.jpg);
background-repeat:no-repeat;
border:0px solid black;
}
a:hover h2.cosanhead, h2.cosanheadactive {
background-image: url(../images/cosanlogo.jpg);
background-repeat:no-repeat;
border:0px solid white;
}
is it something about it not being block level?
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************