Re: [css-d] How to make the background wrap around the image?

2010-09-30 Thread Anthony
Thanks so much for that Duncan The overflow: hidden fix works in Firefox but not IE8 :( A On Thu, Sep 30, 2010 at 4:46 PM, Duncan Hill wrote: > On Thu, 30 Sep 2010 07:22:44 +0100, Anthony wrote: > > Sorry about that. Hope it makes more sense now: >> >> > > Apply overflow: hidden; to your #bl

Re: [css-d] CSS3 media queries

2010-09-30 Thread David Laakso
On 9/30/10 4:46 AM, Bernat Lleonart wrote: I'm using CSS3 media queries on a site, and I'd like them to work on IE8 and older browsers. I've read about css3-mediaqueries-js (http://code.google.com/p/css3-mediaqueries-js/), but I don't know how to use the script. I'm including this on my ma

[css-d] display 'filmstrip' at bottom of page

2010-09-30 Thread Thijs Hakkenberg
Dear list, I'm building a mockup for a magazine with jquery. The carousel generates a filmstrip in html (see below) on the page http://tijdschriftei.nl/ (user is jasper, pass is EImagazine (caps!)) But, I want the filmstrip seperated, on the bottom of the page, and with a grey background with

[css-d] CSS3 media queries

2010-09-30 Thread Bernat Lleonart
Hello, I'm using CSS3 media queries on a site, and I'd like them to work on IE8 and older browsers. I've read about css3-mediaqueries-js (http://code.google.com/p/css3-mediaqueries-js/), but I don't know how to use the script. I'm including this on my main.css: @media (max-width: 500px) {

Re: [css-d] How to make the background wrap around the image?

2010-09-30 Thread Duncan Hill
On Thu, 30 Sep 2010 07:22:44 +0100, Anthony wrote: Sorry about that. Hope it makes more sense now: Apply overflow: hidden; to your #block-12 .blockinner rules and the div will contain the image. The revised code that you provided is broken, and the fix above 'may' not fix the other (f

Re: [css-d] How to make the background wrap around the image?

2010-09-30 Thread Anthony
Thanks so much for your help Chris Unfortunately I can't set a fixed height to the border wrapper as both the image and the text will be variable :( I've replaced my align: left with float: right, but for the life of my can't work out what container to clear. I think I've tried all of them and sti