Angus at InfoForce Services wrote:
I am at a loss why the france flag is appearing behind the USA flag and not on the left margin. Help please?

HTML: http://choroideremia.org/index.php

CSS: http://choroideremia.org/css/crf_css1.css

Angus MacKinnon

Angus,
In Firefox and in IE, both flages appear on the left edge, sitting one above the other. You have two problems with the DIV they are in. The DIV has an ID of "lock" assigned, but the CSS shows "lock" as a class. The easiest change is to the HTML. Make that DIV read:

<div class="lock">

Second problem: The CSS has a typo for the second declaration for "lock." It says .ock. The leading "l" is missing.

--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
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