scroll boxes break up after using move player to top div code.. |
![]() ![]() |
scroll boxes break up after using move player to top div code.. |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2009 Member No: 734,791 ![]() |
Im using this code to push the myspace band player on top of my DIV
CODE <style> .i {display:none;} table table td.text div object {position:absolute; top:432px; left:135px; z-index:9} table table td.text div object object {position:static;} table table td.text div, table table td.text div.i div {height:auto !important;} table table td.text div {margin-top:-13px;} table table td.text table div {margin-top:0px;} </style> and that works great however after doing so the 2 scroll boxes I have are all messed up and dont not scroll. The code for that is.. CODE <div style="width: 412px; height: 284px; background-color: d0d0d0; border-color: d0d0d0; border-style: Pick One; color: 000000; font-size: 11px; font-family: Verdana; overflow: auto;">lots of text here. </div> any help would be greatly appreciated. |
|
|
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Use this code instead:
CODE <style>
table table td.text div object {position:absolute; top:432px; left:135px; z-index:9} table table td.text div object object {position:static;} </style> |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Jun 2009 Member No: 734,791 ![]() |
RESOLVED thanks to you, thank you very much for taking the time to reply and help me out.
|
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
No problem. Topic closed & moved.
|
|
|
![]() ![]() |