Hi Adam,

ul.facts li a ul.facts li a:visited {
        color:#000;
        text-decoration:none;   
        }

should be a komma:
ul.facts li a, ul.facts li a:visited

.backtotop {font-family: Arial, Helvetica, sans-serif;}

No need to redeclare font-family if same one already has been declared in body



2. Opera 8, IE5 MAC float image overlaps at bottom surrounding text plus <div> inside 
<p> is not allowed.
[louse_nit_photo.jpg]  A possible solution which surely validates:

<p> ... of the embryo. <span class="nit_pict"><span class="nit_caption">
nit attached to hair</span><img src="images/louse_nit_photo.jpg"
alt="head lice nit attached to hair" width="239" height="187" 
class="store_badge_left"></span></span>
</p>

the floated image needs some extra (margin-bottom ?)space at the bottom too


A solution: use a <span> which is allowed in a <p> thus change the <div>s in <span>s and close the <p>


For the links
add text-decoration:underline for a
add text-decoration:none for a:hover

This way one sees better it is a link, red color plus underline


Regards,


Johan







______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to