Re: [css-d] Fixed footer behavior in mobile Safari

2009-02-28 Thread Philippe Wittenbergh
On Feb 28, 2009, at 2:44 PM, phidlerw...@gmail.com wrote: I think I've got a new site, professionalvideoprofiles.com , fairly well in hand. But I checked it on my iPod Touch's Safari browser, and the footer (position:fixed and bottom:0) scrolls up with the page, and obscures the text

[css-d] Space beneath flash player

2009-02-28 Thread Thom Brown
I've got a problem with a mystery space beneath a flash player I show on my site. If you go to http://www.killingcupid.co.uk/music/ and click on the only available flash link on that page (for the track Broken Mind), the player should appear and you'll see, at least in Firefox, a space

Re: [css-d] Space beneath flash player

2009-02-28 Thread Els
Thom Brown wrote: I've got a problem with a mystery space beneath a flash player I show on my site. If you go to http://www.killingcupid.co.uk/music/ and click on the only available flash link on that page (for the track Broken Mind), the player should appear and you'll see, at least in

Re: [css-d] Space beneath flash player

2009-02-28 Thread Thom Brown
The player itself is 20px high, so in my Firefox with my settings, this already makes the row higher. But to get rid of the extra space below, you can add 'vertical-align:bottom;' or 'display:block;' to the styles for the embed element. The space is what you see on any inline element, room