Hello,
in order to position the eye graphic at the top of the screen use
#logo {
left: 0;
position: absolute;
top: 0;
}
You didn't mention the horizontal position you'd like to achieve, but you
can always alter the value for left to fit your needs.
I didn't understand the curve graphic thing. "appear at margin 200px to the
right margin of an 800 by 600 pixel screen". So the right edge of the
graphic should sit at 600px (800px screen width minus 200px)? Well, the
image is 850 pixels wide. Thus the left edge would have to sit at -250px in
order to let the right edge be at 600px. So the vaslue for
background-position would have to be -250px. But I doubt that that is what
you want...
Not sure what you mean by "Firefox and IE7 display the Guide Star graphic an
text differently". In order to get rid of the border yround the graphic you
have to select the img inside the anchor like this:
#logo2 img {
border: none;
}
Hope that helps, best regards,
Christian
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Hayden's Harness Attachment
> Sent: Sunday, July 06, 2008 2:07 AM
> To: CSS-D
> Subject: [css-d] graphic placement
>
>
> I am doing some work with the file
> http://www.choroideremia.org/new/crf_header.php which
> contains both the HTML code and CSS. I am trying to figure
> out how to get my eye graphic align with the top of the
> screen and get the curve graphic appear at margin 200px to
> the right margin of an 800 by 600 pixel screen. Any help welcome?
>
> Also, why does Firefox and IE7 display the Guide Star graphic
> an text differently? I would like to get the Guide Star
> graphic and text looking the same in Firefox as IE and align
> with the bottom left corner of my curve graphic. Help please.
>
> Angus MacKinnon
> Infoforce Services
> http://www.infoforce-services.com
>
> "Faith is the strength by which a shattered world shall
> emerge into the light." - Helen Keller
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/