Re: [css-d] CSS3 question redux: How do you select based on whether an element contains a particular child element?

2009-01-28 Thread Kathy Wheeler
On 29/01/2009, at 8:28 AM, Dylan Wilbanks wrote: > The rule he wants to set is: > IF an A element does NOT have a child element IMG, THEN apply this > style. You should be able to do it with javascript DOM manipulation, but that's probably outside this list spec. KathyW.

Re: [css-d] Font size

2009-01-28 Thread David Laakso
Hayden's Harness Attachment wrote: > David > > I have done nothing yet. IE7 reports "Choroideremia Research Foundation Inc." > in the H1 header as 18 point verdana. Annd "Greenwich Mannn Time ..." is 21 > point Verdana. Huh!? > > Angus MacKinnon > I suggest once again that you are sure your o

Re: [css-d] CSS3 selectors to filter out content style

2009-01-28 Thread David Hucklesby
On Wed, 28 Jan 2009 11:54:09 -0800, Dylan Wilbanks wrote: > Someone I know came to me with a problem: he wants his print stylesheet to > not apply a > style when a link contains an image. > [sample code stripped] > > The generated content appears around the example link AND the linked image > whe

Re: [css-d] Mysterious Padding Appearing

2009-01-28 Thread Els
christi...@netscape.net wrote on Wednesday, January 28, 2009: > Can anyone figure out why there is left padding appearing on the H1 > of this page: > > http://www.usmexfood.com/ > > Firebug isn't helping (it shows no padding on the element coming > from any style). Adding a border to the H1 sho

[css-d] Mysterious Padding Appearing

2009-01-28 Thread christianz
Can anyone figure out why there is left padding appearing on the H1 of this page: http://www.usmexfood.com/ Firebug isn't helping (it shows no padding on the element coming from any style). Adding a border to the H1 shows that the lettering does not hit the left edge.

Re: [css-d] spacing problem in IE

2009-01-28 Thread David Laakso
Jody Levinson wrote: > I think I may have fixed it. I'll be uploading the page in a moment. > > Thanks anyway! > > Jody > > > >> http://www.atlas-inspection.com/privacy.html >> >> >> Jody >> >> As of this writing XP IE 6/7 Mac Safari and Mac Firefox appear very similar. OTOH, only Mac Op

Re: [css-d] Font size

2009-01-28 Thread Hayden's Harness Attachment
David I have done nothing yet. IE7 reports "Choroideremia Research Foundation Inc." in the H1 header as 18 point verdana. Annd "Greenwich Mannn Time ..." is 21 point Verdana. Huh!? Angus MacKinnon Infoforce Services http://www.infoforce-services.com "Faith is the strength by which a shattered

Re: [css-d] spacing problem in IE

2009-01-28 Thread David Laakso
Jody Levinson wrote: > > I'm having a hard time incorporating Live Person chat support on a > site. The placement works for me in IE and FF on Mac and PC, but my > client, also using IE on a PC, sees the layout broken. I've uploaded a > screen shot of what she sees here: > http://www.atlas-i

Re: [css-d] spacing problem in IE

2009-01-28 Thread Jody Levinson
I think I may have fixed it. I'll be uploading the page in a moment. Thanks anyway! Jody On Jan 28, 2009, at 2:25 PM, Jody Levinson wrote: > Hi everyone, > > I'm having a hard time incorporating Live Person chat support on a > site. The placement works for me in IE and FF on Mac and PC, but my

Re: [css-d] Font size

2009-01-28 Thread David Laakso
Hayden's Harness Attachment wrote: > David > > I will try uninstalling and re installing Firefox 3.0.5. Something might be > not normal with Firefox. I should see my changes but nothing has changed. > Angus MacKinnon > Anything is possible. Check to see you are at default. On a Mac it's (PC

[css-d] spacing problem in IE

2009-01-28 Thread Jody Levinson
Hi everyone, I'm having a hard time incorporating Live Person chat support on a site. The placement works for me in IE and FF on Mac and PC, but my client, also using IE on a PC, sees the layout broken. I've uploaded a screen shot of what she sees here: http://www.atlas-inspection.com/Pictu

[css-d] width of scrollable table

2009-01-28 Thread Jim Albert
I've create a scrollable table by surrounding the table with: The table contains a variable number of thumbnail images. It seems like the only way I can get table to be "clipped" properly and scroll is to give a pixel length to the width of the DIV. I thought I could use: and I was expecting

Re: [css-d] scrolling table via overflow

2009-01-28 Thread Jim Albert
Philippe Wittenbergh wrote: > On Jan 28, 2009, at 12:16 PM, Jim Albert wrote: > >> I'm trying to create a horizontal scrolling table using the overflow >> property via something like the following code: >> [snip code example] > >> This works the way I would like and expect in most browsers e

[css-d] Hover problem IE7 with submit buttons inside span

2009-01-28 Thread dimpie
In IE7 I have a problem with the hover effect on the submit buttons. Sometimes when I move the mouse over the button the hover effect works and sometimes it doesn't. I think it has to do with the 'inline-block' attribute value. Does anyone recognize this problem? Here's a link to the webpage: htt

[css-d] CSS3 question redux: How do you select based on whether an element contains a particular child element?

2009-01-28 Thread Dylan Wilbanks
I asked this earlier, but the more I look at what he's asking me the more I see I got the issue wrong. Here's the sample HTML again: http://flickr.com";>http://flickr.com/foo/picture-ID"; /> Here is an http://example.com";>example link. The rule he wants to set is: IF an A element does NOT have

Re: [css-d] CSS table layout

2009-01-28 Thread Jørgen Farum Jensen
Gunlaug Sørtun skrev: > Jørgen Farum Jensen wrote: > >> http://webdesign101.dk/fv/ >> >> The problem is the small amount of background coloring that shows >> above the first link in the menu. > > Add... > > #nav {vertical-align: top;} > > ...to get the alignment you want without a gap. Same in the

Re: [css-d] CSS3 selectors to filter out content style

2009-01-28 Thread Els
Dylan Wilbanks wrote: > I thought that using the :not selector was the solution: > a:not([href*="flickr"]):before { >content: " ["; >color: #000; >text-decoration: none; > } > a:not([href*="flickr"]):after { >content: " " attr(href) "] "; >color: #000; >text-decoration:

[css-d] CSS3 selectors to filter out content style

2009-01-28 Thread Dylan Wilbanks
Someone I know came to me with a problem: he wants his print stylesheet to not apply a style when a link contains an image. Here's some sample HTML to explain the problem: http://flickr.com";>http://flickr.com/foo/picture-ID"; /> Here is an http://example.com";>example link. His CSS puts in gen

Re: [css-d] Font size

2009-01-28 Thread Hayden's Harness Attachment
David Sorry for the late reply. I am working on a number of projects. Once a USB external HDD is formatted, I will try uninstalling and re installing Firefox 3.0.5. Something might be not normal with Firefox. I should see my changes but nothing has changed. Angus MacKinnon Infoforce Services ht

Re: [css-d] div full length of page

2009-01-28 Thread Gunlaug Sørtun
Ed Pybus wrote: > For example in this page the red right hand side column only runs the > length of the screen - how would I make it run the length of the > whole page? > > http://www.mastersoflunacy.net/stardust/ As that page stands now I think a variant of this method is best suited:

Re: [css-d] CSS table layout

2009-01-28 Thread Gunlaug Sørtun
Jørgen Farum Jensen wrote: > http://webdesign101.dk/fv/ > > The problem is the small amount of background coloring that shows > above the first link in the menu. Add... #nav {vertical-align: top;} ...to get the alignment you want without a gap. Same in the other table-cells if you want their c

[css-d] div full length of page

2009-01-28 Thread Ed Pybus
Hiya, I think I'm missing something really obvious, but how do you make a DIV run for the full length of the page rather than just the full length of the screen?? For example in this page the red right hand side column only runs the length of the screen - how would I make it run the length of

[css-d] CSS table layout

2009-01-28 Thread Jørgen Farum Jensen
I'm working my way thru Kevin Yank's and Rachel Andrews' book, "Everything you know about CSS is wrong". That's not entirely true, but that aside I do have a serious problem with the premier example in the book. This example is pretty fairly replicated on this page: http://webdesign101.dk/fv/ Th

Re: [css-d] Png and good ol' IE6

2009-01-28 Thread Ian Young
> Subject: Re: [css-d] Png and good ol' IE6 > > 2009/1/28 Ian Young > > > This an old chestnut, I know, but I have tried several fixes to make > the > > png > > work on IE6 and it doesn't. > > > > > > > I use DD Belated PNG ( > http://www.dillerdesign.com/experiment/DD_belatedPNG/) which works >

Re: [css-d] Png and good ol' IE6

2009-01-28 Thread Thom Brown
2009/1/28 Ian Young > This an old chestnut, I know, but I have tried several fixes to make the > png > work on IE6 and it doesn't. > > > I use DD Belated PNG ( http://www.dillerdesign.com/experiment/DD_belatedPNG/) which works perfectly for me. I've been through quite a few scripts to get PNGs d

Re: [css-d] Png and good ol' IE6

2009-01-28 Thread Els
Ian Young wrote: > This an old chestnut, I know, but I have tried several fixes to > make the png work on IE6 and it doesn't. > > Now I don't know whether this is due to the fact that I amusing IE6 > along with IE7 but the filter is not working. > > Quick test page at > > http://www.iyesolution

Re: [css-d] Different looking site in different browsers?

2009-01-28 Thread Martyn Merrett
Utter quality! ~Mx 2009/1/28 Vladislav Vladimirov : > Here is one of my favorites: > > http://dowebsitesneedtolookexactlythesameineverybrowser.com/ > > Vladislav > www.ovalpixels.com > __ > css-discuss [cs...@lists.css-discuss.or

Re: [css-d] Different looking site in different browsers?

2009-01-28 Thread Vladislav Vladimirov
Here is one of my favorites: http://dowebsitesneedtolookexactlythesameineverybrowser.com/ Vladislav www.ovalpixels.com __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] Global Rules?

2009-01-28 Thread Bobby Jack
--- On Wed, 1/28/09, johny why wrote: > i want to apply the !important rule to all the > properties (height, color, etc) of a.myclass, by stating > !important only once for the entire element. You could achieve this with a CSS pre-processor if you really want to, but the overriding question

Re: [css-d] Global Rules?

2009-01-28 Thread Vladislav Vladimirov
On Wed, Jan 28, 2009 at 4:48 AM, johny why wrote: >>>does anyone know how to apply !important globally to all properties of an >>>element? >>>like this?: >>>a.myclass !important {... > >>You can just be more specific in defining the selector >>html body a.myclass {... > > --not quite what i mean.

Re: [css-d] scrolling table via overflow

2009-01-28 Thread Philippe Wittenbergh
On Jan 28, 2009, at 12:16 PM, Jim Albert wrote: > I'm trying to create a horizontal scrolling table using the overflow > property via something like the following code: > [snip code example] > > This works the way I would like and expect in most browsers except > Internet Explorer (in my ca

[css-d] Png and good ol' IE6

2009-01-28 Thread Ian Young
This an old chestnut, I know, but I have tried several fixes to make the png work on IE6 and it doesn't. Now I don't know whether this is due to the fact that I amusing IE6 along with IE7 but the filter is not working. Quick test page at http://www.iyesolutions.co.uk/templates/db-test/png-tes