By greygoo on
I'm using a bluemarine theme with modified css. I have embedded a flash movie inside a header which is 130px in height. The flash movie has the same height as the header but there is a gap between the header and the horizontal menu which I placed under the header. The website in question can be seen at http://www.hiltcreativemusic.com
Thanks in advance for anyone who can help.
Comments
display: block
In your css file write
object {display: block;}. This should fix it. The same applies for images.yes. that was it. thanks!
yes. that was it. thanks!