Melinda Odom wrote:
> Well I got the flash file to at least be within the blue border by  
> using the object tag and making it absolute but it is still not lined  
> up from the left in netscape only.  If I put minus values on it then  
> it messes up the other browsers big time.
>
> http://eddieandalice.com/index.html
>   


#row1 {
 position: relative; /*add*/
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border: 2px solid #3399CC;
    padding: 0px;
}


object {
    width: 636px;
    height: 277px;
    position: absolute; top: 0;left:0; /*amend*/
    /*vertical-align: top;/*not-needed*/
}

Not easy to hit a moving target.

PS
Unable to test in IE/6 at the moment.
______________________________________________________________________
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/

Reply via email to