divs and the music player |
divs and the music player |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Dec 2008 Member No: 705,381 ![]() |
I've had some issues with some, not all, but some, of the divs I've used and the music player not showing up. It seems like some of them won't let you embed anything into them, while others will allow for certain things and not others. Any advice? I'd really like to have music on my page.
Thanks ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
I see it just fine. If you want, you can position it so you can see it using my code. Now if you want your content section to scroll, look for this bit in your codes:
CODE .content{position:absolute;top:500px;left:73px;width:300px;height:400px;color:30 030;font-size:11px;text-align:justify;font-family:arial;line-height:12px;letter-spacing:0px;font-weight:normal;} Add an overflow option and set it to auto so it looks like this: CODE .content{position:absolute;top:500px;left:73px;width:300px;height:400px;color:30 030;font-size:11px;text-align:justify;font-family:arial;line-height:12px;letter-spacing:0px;font-weight:normal; overflow:auto;} A scrollbar should appear automatically once you put more content. |
|
|
![]() ![]() |