need a code to hide my music player that wont mess up my DIV layout., can help me plz? |
![]() ![]() |
need a code to hide my music player that wont mess up my DIV layout., can help me plz? |
Jul 25 2008, 06:36 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Jun 2008 Member No: 657,093 |
im looking for a code that will hide my music player using a div layout but wont mess with the layout.
can someone gimmie a code or point me in the right direction ??? would be much appreciated |
|
|
|
Jul 25 2008, 06:43 PM
Post
#2
|
|
![]() asdfghjkl; ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,121 Joined: Jul 2008 Member No: 665,416 |
i think this will help
CODE td td embed, td td embed, td td object{position:absolute;top:0px;right:0px;width:45px;} between style tags it will put a play button on the upper right, you can change the placement &position with the pixels just play around with it |
|
|
|
Jul 25 2008, 06:59 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Jun 2008 Member No: 657,093 |
ya didnt work =[ thnx tho.
STILL LOOKING. |
|
|
|
Jul 25 2008, 08:24 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Here, use this code:
CODE <style> td td embed, td td embed, td td object, embed, object {position:absolute;top:-999999px;left:-999999px;width:0px;height:0px;} </style> See if that works. |
|
|
|
Jul 25 2008, 09:44 PM
Post
#5
|
|
|
AKA RockIt Studios ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,286 Joined: Jun 2006 Member No: 421,809 |
if you want to hide it, but still have your music play, try this:
CODE td td embed, td td object{position:absolute; left:0px; top:0px; width:1px; height:1px;}
td.text embed {width:260px; height:38px;} td.text embed, td.text object {width:260px; height:38px;} |
|
|
|
Aug 15 2008, 02:08 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Due to this topic being 2 weeks old & the problem being solved, this topic is Closed & Moved. PM me if you'd like for me to open this.
|
|
|
|
![]() ![]() |