> From: Angus at InfoForce Services
> 
> It is probably simple, however I  would like to get my Gif to 
> float to the 
> right and have "Canada National Anthem music" apear in the 
> top left corner. 
> 
> HTML: http://infoforce-services.com/personal/englishocanada.php
> 
> CSS: http://infoforce-services.com/css/ifsmain.css


For your logo gif to the right, part of the answer is a css change:

.anhrline img {
float: right;
}

Another part is a markup change:
<div class="anhrline">
<img src="ifslogo.jpg" width="200" height="180"
 alt="This is the InfoForce Services Logo" />
<h1>InfoForce Services</h1>

Your Canada National Anthem Music thing is confusing.
But, based on the fix for the logo gif I think you can
probably work it out.

-- 
Peter Williams
______________________________________________________________________
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