Skip to content
WJunction - Webmaster Forum

[Help] DIV Positioning

Status
Not open for further replies.

2 comments

In your code, where you have:
Code:
<div id="youtube" style="[COLOR=#ff0000][B]position:fixed;[/B][/COLOR] left:0px; top:42px; width:640px;">

Just change to:
Code:
<div id="youtube" style="[COLOR=#008000][B]position:absolute;[/B][/COLOR] left:0px; top:42px; width:640px;">

Position fixed will keep it fixed to the user window and will scroll, position absolute will maintain the player stuck in an exact position.

I'll send my PayPal via PM.

Good luck!
 
Status
Not open for further replies.

About the author

W
Active Member · Joined
99
Messages
12
Reactions
8
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom