[css-d] PNG; apply class in stylesheet?

2011-05-25 Thread Michael Stevens
I'm reworking a site and changing some colors around and I've decided to remove some backgrounds from images and resave everything as transparent PNGs. In my stylesheet I've got the following to allow older versions of IE to properly display PNGs: img.png { background-image: expression(

Re: [css-d] PNG; apply class in stylesheet?

2011-05-25 Thread Barney Carroll
On 25 May 2011 16:14, Michael Stevens wrote: > I'm reworking a site and changing some colors around and I've decided to > remove some backgrounds from images and resave everything as transparent > PNGs. In my stylesheet I've got the following to allow older versions of IE > to properly display PN

[css-d] mobile site issue

2011-05-25 Thread Greg Wilker
Hello Everyone, I am creating a site that is targeted to iPhones and Droids. http://mobile.peacecereal.com/about.php For the life of me I can not figure out two issues: 1. why can I not get the three content elements to be right against each other? I have a container element and 3 div elements

Re: [css-d] mobile site issue

2011-05-25 Thread David Laakso
On 5/25/11 8:32 PM, Greg Wilker wrote: By the way, I am willing to do the work/research so if you know of a good resource - I'm for it. Greg ] 1/ w3cMedia Queries 2/ Responsive web design

[css-d] Fwd: Trying to find active state

2011-05-25 Thread Chris Blake
Hi, http://blakeys.com/index.php/profile I would like the current / active title to be a colour. I have managed to find the tag to make hover work: #page div.whitespace div.yoo-accordion dt span.header-r:hover{ color: red; } but :active doesn't seem to work. Any ideas? Thanks, Chris

Re: [css-d] mobile site issue

2011-05-25 Thread Alex Mitchell
> > http://mobile.peacecereal.com/about.php > > 1. why can I not get the three content elements to be right against each > other? > > I have a container element and 3 div elements within it: header, content, > footer. > > There is a background image for the content so it is important that header >

Re: [css-d] Fwd: Trying to find active state

2011-05-25 Thread Jukka K. Korpela
26.05.2011 8:40, Chris Blake wrote: http://blakeys.com/index.php/profile I would like the current / active title to be a colour. I have managed to find the tag to make hover work: #page div.whitespace div.yoo-accordion dt span.header-r:hover{ color: red; } but :active doesn't seem to work.

Re: [css-d] mobile site issue

2011-05-25 Thread Philippe Wittenbergh
On May 26, 2011, at 9:32 AM, Greg Wilker wrote: > http://mobile.peacecereal.com/about.php > > For the life of me I can not figure out two issues: > > 1. why can I not get the three content elements to be right against each > other? > > I have a container element and 3 div elements within it: h