iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Some example Text. Replace with your WMP Plugin
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
I think there is a typo there with position:fixed;
It should have been position:relative;
[HTML]
.wmp_wrap {
/* position relative allows you to */
/* absolutely position child elements */
/* relative to this element */
position: relative;
}[/HTML]
Thanks Urolicious for pointing that one out ;)
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101