Re: [css-d] CSS Lists and Sprites

2009-02-22 Thread Eric Katz
It worked perfectly! Thanks a lot guys. Hopefully I can learn this stuff good enough to pass some help to other people too. Eric 2009/2/22 Philippe Wittenbergh > > On Feb 22, 2009, at 3:05 PM, Eric Katz wrote: > > Thanks so much it looks like that fixed it pretty well! The height >> dimension

Re: [css-d] something simple that i just can get figured out in IE7

2009-02-22 Thread David Laakso
Rob Emenecker wrote: > The footer uses a dotted bottom > border for the A:HOVER pseudoclass. Works just fine in Firefox, not so in > IE7. > http://www.hairydogdigital.com/HairyDog02/ > > > Rob > > ul#footerLinks a:hover {zoom:1; } -- A thin red line and a salmon-color ampersand forthcom

Re: [css-d] something simple that i just can get figured out in IE7

2009-02-22 Thread Gunlaug Sørtun
Rob Emenecker wrote: > The footer uses a dotted bottom border for the A:HOVER pseudoclass. > Works just fine in Firefox, not so in IE7. I'm having a challenge > trying to figure out what is collapsing and causing the bottom border > to NOT appear. > http://www.hairydogdigital.com/HairyDog02/ Add.

[css-d] something simple that i just can get figured out in IE7

2009-02-22 Thread Rob Emenecker
Hi all, I have something that seems like such an easy thing to accomplish, but clearly I am doing something very wrong. I am working on a redesign of my site. The footer uses a dotted bottom border for the A:HOVER pseudoclass. Works just fine in Firefox, not so in IE7. I'm having a challenge tr

Re: [css-d] How to make boxes work dynamically?

2009-02-22 Thread Casey
On Sun, Feb 22, 2009 at 5:23 PM, Justin Leniger wrote: > Hello everyone. I am using PHP to make several boxes appear, but you can > save which ones you need to appear to a cookie. > It currently only works with the default of 6 boxes. > It's working like this: > > > some stuff > > > some stuff

[css-d] How to make boxes work dynamically?

2009-02-22 Thread Justin Leniger
Hello everyone. I am using PHP to make several boxes appear, but you can save which ones you need to appear to a cookie. It currently only works with the default of 6 boxes. It's working like this: some stuff some stuff some stuff some stuff some stuff some stuff The problem is, when

Re: [css-d] XML and DOM tests

2009-02-22 Thread David Laakso
Gabriele Romanato wrote: > This is my last delivery, about the interaction between the DOM and the > XML format: > > http://www.css-zibaldone.com/listing/test/xml-dom/tests.html > > HTH > > ^.^ > > Simple. Thought provoking studies. As always. Thanks. ~d -- A thin red line and a salmon-colo

Re: [css-d] One line of text will not wrap

2009-02-22 Thread Gunlaug Sørtun
Del Wegener wrote: > http://www.edi-cp.com/newweb/index.php > > is identified with a green border. The > first line of text to encounter this div does not wrap (following > lines seem to). What causes this and how do I fix it? Very old bug, and as far as I know only Opera and IE8 do *not* ove

[css-d] One line of text will not wrap

2009-02-22 Thread Del Wegener
Good Day; Please look at http://www.edi-cp.com/newweb/index.php is identified with a green border. The first line of text to encounter this div does not wrap (following lines seem to). What causes this and how do I fix it? I know there is also an issue with in FF, but one thing at a time. It

Re: [css-d] XML and DOM tests

2009-02-22 Thread tedd
At 2:32 AM +0100 2/22/09, Gabriele Romanato wrote: >This is my last delivery, about the interaction between the DOM and the >XML format: > >http://www.css-zibaldone.com/listing/test/xml-dom/tests.html > >HTH > >^.^ Very nice. However, your setAttributeNS-000.xml example doesn't work. Cheers, te

Re: [css-d] CSS Lists and Sprites

2009-02-22 Thread Philippe Wittenbergh
On Feb 22, 2009, at 3:05 PM, Eric Katz wrote: > Thanks so much it looks like that fixed it pretty well! The height > dimension to #area was just so I could visualize a content area coming > down before I coded it. > > Also thanks Philippe I added those additional fixes you mentioned! > > I think

Re: [css-d] Positioning Issues - how to center the middle float?

2009-02-22 Thread Virgilio Quilario
> I am having some positioning problems over here: http://tinyurl.com/5kxvdb > > I have a UL floating left - an image floating left - and a UL floating > right. > > There is probably an easier way to do this. But basically I want the > image to be centered between the two UL floats. Centered in th