|
Ok, thanks.
Do you want it centered ?
The problem is your use of position:relative. The flash is being positioned relative to it's nearest positioned ancestor, in this case, the header. I don't see a need to set that to position: relative anyway.
If you want the flash centered, put it inside another div, center that div by giving it a defined width and using margin: 0 auto (adjust the 0 for top and bottom margins as needed). That will center it no matter what resolution is being used.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|