Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Layer to Cover HTML

Status
Not open for further replies.

ToshTrent

Technical User
Jul 27, 2003
209
Hi All.

I've been trying to have a small flash movie positioned in my webpage. When clicked on the movie grows and covers the content. In order to do this i understand I need to use a layer. Is this correct?

It seems to be working ok expect the positioning causes problems. Is there away I can make a layer remain fixed in a certain position on the page?

For example... (using a crude method)

" Layer 1 Postion = 20px above picture.jpg and horizonal align = centre "

I have content in a table which is set to centre vertical, and horizonal. I want to be able to centre this layer with the other content but still be able to overlap things when required.

Could someone please advise?

Thank you

Matt Baker

[red]
Thankyou[/red]
Matt
 
try this:
<div style="position:relative">
<div style="position:absolute:left:20px..."></div>
</div>

this will make the div move with the content at the same time retian its left position...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top