Does anyone know of any major (of course in the proper sense there are 
none, but relatively speaking...) differences between the two?

Significantly, this code is fine across the PC board, but FF Mac puts 
the background image far too low.

<ul>
<li>
<a href="profile">Edit your profile</a>
<a class="draftlink" href="profile/draft.html"></a>
</li>
</ul>

a.draftlink
{
   display: block;
   position: absolute;
   top: 5px;
   left: -9px;
   width: 15px;
   height: 7px;
   font-size: 1px;
   font-size: 0;
   text-decoration: none;
   background-image: url(/images/bulletredlevel1.gif);
   background-repeat: no-repeat;
   background-position: 0.5em 0.5em;
}

Regards,
Barney
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to