[WSG] Thumbnail floats and container div

2005-12-28 Thread Dean Matthews
I am using float left to have a series of thumbnails rewrap their rows as their container div is resized with the browser. Is there a way to make sure the container div expands vertically so that the thumbnail floats don't overrun the bottom of the container div when the browser is

Re: [WSG] Thumbnail floats and container div

2005-12-28 Thread Dean Matthews
On Dec 28, 2005, at 3:36 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If I understand your issue correctly, then I strongly suggest you read this excellent article on the subject from P.I.E http://www.positioniseverything.net/easyclearing.html Perfect! Thanks very much. Dean

[WSG] Background image problem

2007-07-06 Thread Dean Matthews
I have a page with 3 divs in a wrapper div, essentially top, middle, bottom. The repeating background for the middle div is showing about 5 pixels below the bottom div (which has it's own background). This is only happening on IE 6 Windows. http://www.madisonFH.com/new Any ideas?

Re: [WSG] Background image problem

2007-07-06 Thread Dean Matthews
On Jul 6, 2007, at 8:23 PM, David Hucklesby wrote: Try adding background-position: bottom left; to your rule for #bottomBevel. David, Thanks so much. You've ended a day of frustration and IE cursing ;-) Dean *** List

[WSG] Fieldset background

2007-07-07 Thread Dean Matthews
IE6 doesn't appear to render the background correctly in a fieldset with a legend (extends beyond top border). Is there a fix or alternatively how would you hide the background- color from IE6 only. Thanks, Dean *** List

Re: [WSG] Fieldset background

2007-07-07 Thread Dean Matthews
On Jul 7, 2007, at 7:25 PM, Micky Hulse wrote: Hope that helps. Thanks Micky, It does. Just what I needed. Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Fieldset background

2007-07-07 Thread Dean Matthews
On Jul 7, 2007, at 7:58 PM, Thierry Koblentz wrote: If CSS validation is a concern for you then try: fieldset {background-color:#ccc !important;background-color:#fff;} Very elegant! Thanks Thierry, Dean *** List

[WSG] Shadow validation

2007-07-09 Thread Dean Matthews
I don't understand what the W3C validator is objecting to here: Value Error : text-shadow Property text-shadow doesn't exist : #7f7f7f 2px 2px 2px Offending CSS: h2, h3 { margin: 24px 0 0; font-size: 1.4em; text-shadow: #7f7f7f 2px 2px 2px; color: #25447d;

Re: [WSG] Shadow validation

2007-07-09 Thread Dean Matthews
On Jul 9, 2007, at 9:16 PM, Cameron Singe wrote: am probaly wrong, but i think text-shadow is a CSS3 spec which might not be picked up by the validation Nope, your right. I thought I was dense but now I think the W3C is just behind the curve ;-) Dean

Re: [WSG] Shadow validation

2007-07-09 Thread Dean Matthews
On Jul 9, 2007, at 11:32 PM, Lucien Stals wrote: Regardless of whether it's valid or not, hardly any mainstream browsers currently support text shadows. Yes, well it really is a let down viewing a site in Safari or OmniWeb and then viewing it in IE or FF. I am finding quite a few

[WSG] Minimum width help

2007-10-24 Thread Dean Matthews
Can someone explain why I am generating a horizontal scroll bar at 1024 width? http://www3.andersrice.com/ Thanks, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Minimum width help

2007-10-24 Thread Dean Matthews
On Oct 24, 2007, at 5:04 PM, Dave Woods wrote: You could take my original suggestion and remove the padding but the better suggestion would be just to remove the width: 100%; Thanks for the assist Dave. *** List Guidelines:

[WSG] Lists CSS

2007-12-27 Thread Dean Matthews
What is the method for controlling the amount of indent (specifically, reducing it) in a list? Thanks, Dean *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

[WSG] Image links

2008-05-01 Thread Dean Matthews
When you set up an anchor rule that has an underline on hover meant for text, is there a simple way to prevent the underline on image links in the same ID or do you have to set up a separate class with anchor rules? Thanks, Dean

Re: [WSG] Image links

2008-05-03 Thread Dean Matthews
On May 3, 2008, at 5:48 AM, Stuart Foulstone wrote: As someone mentioned earlier you should also remove borders from the image, a img { border: 0; } This is what I was hoping would work but it doesn't. Explorer still shows the bottom border on hover. Interestingly it is not a problem

Re: [WSG] Image links

2008-05-04 Thread Dean Matthews
On May 4, 2008, at 8:10 AM, Stuart Foulstone wrote: which is what usually happens when you go against the natural order of things That is an unnecessarily pedantic comment. I already said I solved my design anomaly by applying a class to the image anchor. I simply asked if there was a

Re: [WSG] XHTML 1.1 CSS3 - Is it worth using right now?

2008-05-12 Thread Dean Matthews
On May 12, 2008, at 11:13 PM, dwain wrote: and if you are wanting valid css then css3 will throw up errors in the w3c css validator. Not if you use the CSS level 3 validator ;) *** List Guidelines:

Re: [WSG] XHTML 1.1 CSS3 - Is it worth using right now?

2008-05-13 Thread Dean Matthews
On May 13, 2008, at 3:44 PM, dwain wrote: where is it and is it incorporated into firefox yet? dwain On 5/12/08, Dean Matthews [EMAIL PROTECTED] wrote: On May 12, 2008, at 11:13 PM, dwain wrote: and if you are wanting valid css then css3 will throw up errors in the w3c css validator