Re: [css-d] Elastic/Fluid Layout - problem scaling images in Safari

2009-06-10 Thread Philippe Wittenbergh
On Jun 11, 2009, at 6:38 AM, Rod Castello wrote: > Thanks for your solution. It got the thumbnails to obey and not > stretch out in Safari. > > But now when the hover-activated image appears on the right, it's > too large. Not sure how, where, or if it's possible to add selectors > to the h

Re: [css-d] IE6 Nvigation woes

2009-06-10 Thread Alan Gresley
Karl Bedingfield wrote: > Hi all, > > I have coded a template in which I am having some problems with IE6. > It is only the navigation that does not play fair in IE6. Everything > else seems fine (apart from jcycle - but that's another group!) . > > Here is my link: http://www.nuveautek.com/beta/

Re: [css-d] IE6 Woes

2009-06-10 Thread Todd Libby
Todd Libby wrote: > Hello, > > I'm trying to figure out, without pulling my hair out, what the problem > is with the navigation in IE6 on my site (http://six03.com). > > It looks the way I want in Firefox 3.0.10 and in IE7/8. I used the IE > Net Renderer and it looks broken in IE6. > > I'd app

Re: [css-d] Elastic/Fluid Layout - problem scaling images in Safari

2009-06-10 Thread Rod Castello
I'm posting again as I forgot to add the link to the revised site: http://rodcastello.com/pedro/index9c.html Rod Thanks for any insights you can provide. --- On Wed, 6/10/09, Philippe Wittenbergh wrote: From: Philippe Wittenbergh Subject: Re: [css-d] Elastic/Fluid Layout - problem scaling im

Re: [css-d] Elastic/Fluid Layout - problem scaling images in Safari

2009-06-10 Thread Rod Castello
Rod Castello http://rodcastello.com --- On Wed, 6/10/09, Philippe Wittenbergh wrote: From: Philippe Wittenbergh Subject: Re: [css-d] Elastic/Fluid Layout - problem scaling images in Safari To: "CSS-D" Cc: "Rod Castello" Date: Wednesday, June 10, 2009, 4:07 AM On Jun 10, 2009, at 6:01 AM,

[css-d] IE6 Woes

2009-06-10 Thread Todd Libby
Hello, I'm trying to figure out, without pulling my hair out, what the problem is with the navigation in IE6 on my site (http://six03.com). It looks the way I want in Firefox 3.0.10 and in IE7/8. I used the IE Net Renderer and it looks broken in IE6. I'd appreciate any help. Todd ___

Re: [css-d] IE6 Nvigation woes

2009-06-10 Thread Karl Bedingfield
Thanks for the advice. Tried your suggestions but still no joy. Thanks anyway :) Karl __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] html 5 and styling

2009-06-10 Thread Nancy Johnson
Thank you for your responses. I will be going through the resources and try what you suggested Nancy On Wed, Jun 10, 2009 at 12:07 PM, Erik Vorhes wrote: > On Wed, Jun 10, 2009 at 9:47 AM, David Dorward wrote: >> 2009/6/10 David Hucklesby : >>> Interesting. That's similar to Thierry's suggestion

Re: [css-d] IE6 Nvigation woes

2009-06-10 Thread Chrinstine Dunn
You might also need to put a width on you tags in your css. IE doesn't know what to do with the width. Christine Dunn Web Designer The Hibbert Group cd...@hibbertgroup.com 609-394-4763 On 6/10/09 2:27 PM, "Karl Bedingfield" wrote: > Hi all, > > I have coded a template in which I am havin

Re: [css-d] IE6 Nvigation woes

2009-06-10 Thread Chrinstine Dunn
Karl, It appears to me that you may have to adjust the width of your div or container that's holding your navigation. IE and Firefox/safari interpret pixel differently. It's been my experience that IE pixels always take up more space then in Firefox/Safari. It appears that your navigation is not

[css-d] IE6 Nvigation woes

2009-06-10 Thread Karl Bedingfield
Hi all, I have coded a template in which I am having some problems with IE6. It is only the navigation that does not play fair in IE6. Everything else seems fine (apart from jcycle - but that's another group!) . Here is my link: http://www.nuveautek.com/beta/ This is my navigation CSS: http://pa

Re: [css-d] html 5 and styling

2009-06-10 Thread Erik Vorhes
On Wed, Jun 10, 2009 at 9:47 AM, David Dorward wrote: > 2009/6/10 David Hucklesby : >> Interesting. That's similar to Thierry's suggestion for enabling styling >> of ABBR in IE 5/6 - > > It is the same. Using DOM to generate an element of an unknown type in > IE registers it in a way that makes tha

Re: [css-d] html 5 and styling

2009-06-10 Thread David Dorward
2009/6/10 David Hucklesby : > Interesting. That's similar to Thierry's suggestion for enabling styling > of ABBR in IE 5/6 - It is the same. Using DOM to generate an element of an unknown type in IE registers it in a way that makes that type available for styling. -- David Dorward

Re: [css-d] html 5 and styling

2009-06-10 Thread David Hucklesby
Erik Vorhes wrote: > On Tue, Jun 9, 2009 at 12:59 PM, Nancy Johnson wrote: >> However, because of the javascript it worked fine in IE6 and 7. > > Also, you should probably put that JavaScript in a conditional > comment, so only IE sees it. Firefox 3, Safari, and Opera don't have a > problem, it se