Re: [css-d] 508 compliance

2016-04-14 Thread Nick Fitzsimons
eet. They may therefore be overridden by subsequent style sheet rules" - <http://www.w3.org/TR/2011/REC-CSS2-20110607/cascade.html#preshint> Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ @NickFitz

Re: [css-d] HTMLdog website / Son of Suckerfish

2011-06-27 Thread Nick Fitzsimons
working for me at http://www.htmldog.com/articles/suckerfish/. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] replace submit button with image, entirely with css?

2009-11-03 Thread Nick Fitzsimons
. The value of the src attribute specifies the URI of the image that will decorate the button. For accessibility reasons, authors should provide alternate text for the image via the alt attribute. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] A simple question - h1 before p

2009-07-09 Thread Nick Fitzsimons
inappropriate or has been excluded in the original question), but to have it happening on css-d... I despair. More in sorrow than anger, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [cs...@lists.css-discuss.org] http

Re: [css-d] Percentage width for input type=file

2009-06-30 Thread Nick Fitzsimons
its two components... Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ 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] Disappearing border in IE

2009-03-31 Thread Nick Fitzsimons
that property to IE6 (and IE7, if that also struggles). HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] styling select drop down in IE

2009-03-27 Thread Nick Fitzsimons
. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] IE and png transparency

2009-03-27 Thread Nick Fitzsimons
Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] css3 selectors

2009-03-26 Thread Nick Fitzsimons
thing (for the example you give) using CSS2.1 adjacent-sibling selectors [1]: p + ul { font-style: italic; } [1] http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] css3 selectors

2009-03-26 Thread Nick Fitzsimons
On Thu, March 26, 2009 2:03 pm, Climis, Tim wrote: Unless I'm misreading the spec, that would match the ul and make my list text italicized, which isn't what I want. I want to match the p. DOH! Yes, I fail - sorry :-( Well, it is lunchtime... -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Is a missing ; OK?

2009-02-27 Thread Nick Fitzsimons
/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Font-color issue

2009-02-18 Thread Nick Fitzsimons
://www.nickfitz.co.uk/bugs/browsers/css/IE-Win/ie_percent_test.html Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] top border for list items not showing in ie

2008-05-15 Thread Nick Fitzsimons
- a pixel is an indivisible thing, so you should just set the size of the border to be 1px - either the browser will round it up to 1px or round it down to 0px, when it becomes invisible. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Conditional Commenting

2008-04-16 Thread Nick Fitzsimons
fallback content for such lesser browsers as Netscape 3 and 4. Now that the roles are reversed, simply read downlevel as uplevel and vice versa, and it should make sense ;-) Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] PNG transparency in IE6 and below

2008-03-13 Thread Nick Fitzsimons
in a format it can cope with. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List

Re: [css-d] Targeting IE8

2008-03-12 Thread Nick Fitzsimons
development community is to inform them of these issues. http://blogs.msdn.com/ie/archive/2008/03/05/ie8-beta-feedback.aspx Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] how big is a space in ems?

2008-03-11 Thread Nick Fitzsimons
be accurate enough :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] IE8 beta1 parses IE5 mac band pass filter

2008-03-06 Thread Nick Fitzsimons
reliable way of communicating with them than expecting them to go off and check somebody else's wiki every day on the offchance there's something new there :-) Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css

Re: [css-d] IE8 beta1 parses IE5 mac band pass filter

2008-03-06 Thread Nick Fitzsimons
of existing and known-good code for the work on IE 8, and this CSS-comment -parsing bug has crept in along with the good stuff? Just a thought... Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL

Re: [css-d] IE8 is better but still slightly broken

2008-03-06 Thread Nick Fitzsimons
. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org

Re: [css-d] FW: IE6 and IE7 issues Need help

2008-02-06 Thread Nick Fitzsimons
. In the one fix you give of... html {font-size: 100%;} body {font-size: 1em;} Wouldn't that second BODY declaration be considered a font-size keyword? Absolute and relative font-size keywords, CSS 2.1: http://www.w3.org/TR/CSS21/fonts.html#value-def-absolute-size HTH, Nick. -- Nick

Re: [css-d] reserved words as properties?

2007-10-17 Thread Nick Fitzsimons
cheeky as to auto-correct it (pun inevitable, I'm afraid) to something else, it won't be a problem. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] CSS specifictity conundrum

2007-10-16 Thread Nick Fitzsimons
of an element's style attribute are style sheet rules. These rules have no selectors, so a=1, b=0, c=0, and d=0.) http://www.w3.org/TR/CSS21/cascade.html#specificity So the style attribute on the a has a specificity of 1000, overriding the 101 of the stylesheet rule. HTH, Nick. -- Nick Fitzsimons http

Re: [css-d] Absolute position problem in IE

2007-10-02 Thread Nick Fitzsimons
are encountering. You could use one of the usual methods, preferably a conditional comment, to give IE6 height: 400px; as IE 6 treats height as min- height. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Nick Fitzsimons
#collapsing-margins Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Margin vs. Padding

2007-09-27 Thread Nick Fitzsimons
On 27 Sep 2007, at 14:40, Mark Story wrote: Nick Fitzsimons wrote: On 27 Sep 2007, at 14:04, Scott Povlot wrote: If I don't have a border, what is the difference between using padding or margin to add space around an element? Is there any reason to choose one over the other? Vertical

Re: [css-d] Question about attribute selectors

2007-09-27 Thread Nick Fitzsimons
? Not a fool, and not _obviously_ wrong; matters of specificity have tripped up everybody at some point, I think. (It still gets me on a regular basis...) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL

Re: [css-d] Safari background issue

2007-09-20 Thread Nick Fitzsimons
for those interested: http://nightly.webkit.org/ Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Safari background issue

2007-09-20 Thread Nick Fitzsimons
redundant in the finished product. It's the same with Safari 3; the time to start testing _our_ work is when the final version is released. Until that date we are testing _Apple's_ work. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] I'm not that good with tables.

2007-09-19 Thread Nick Fitzsimons
you can learn how to do a simple header/two columns/footer layout like this. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] I'm not that good with tables.

2007-09-19 Thread Nick Fitzsimons
On 19 Sep 2007, at 18:50, Nick Fitzsimons wrote: But you shouldn't use tables for layout. Ah, just seen your earlier post about this being for an HTML newsletter; forget what I said. For HTML email, it looks like we're stuck with tables for the foreseeable future. Incidentally

Re: [css-d] Font-size checker

2007-09-11 Thread Nick Fitzsimons
the client beautifully smooth designs which were not, in reality, achieveable in a web browser on Windows. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] Font-size checker

2007-09-11 Thread Nick Fitzsimons
on Windows. Thats a very good idea, I will suggest it, I think it'll go down like a lead balloon with our design team. They do tend to whine about it rather a lot, in my experience :D Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Font-size checker

2007-09-11 Thread Nick Fitzsimons
a !important rule elsewhere (which would be the only way to override the specificity of that attribute), that DOM property would remain unchanged, because it reflects what was in the page source, not the computed style. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] * in css

2007-09-11 Thread Nick Fitzsimons
Eric :-) http://meyerweb.com/eric/thoughts/2005/05/31/universal-child-replacement/ Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] * in css

2007-09-11 Thread Nick Fitzsimons
Eric :-) http://meyerweb.com/eric/thoughts/2005/05/31/universal-child-replacement/ Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] IE6 to IE7 to IE6 design

2007-09-07 Thread Nick Fitzsimons
in IE 6, is to throw it away and start again. Trying to go in the direction of getting IE 6-compatible CSS to work in proper browsers is the road to insanity. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css

Re: [css-d] [solved] Background shorthand: Quick question

2007-09-06 Thread Nick Fitzsimons
From: Rafael [mailto:[EMAIL PROTECTED] Nick Fitzsimons wrote: Although top 5% is invalid, that's only because the horizontal position must come first if one of the values is not a keyword; so 5% top or left 23px are valid. However, for clarity, I tend to use either

Re: [css-d] [solved] Background shorthand: Quick question

2007-09-05 Thread Nick Fitzsimons
. However, for clarity, I tend to use either just keywords or just units, rather than mixing them together: 0 23px, for example. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Safari form input height

2007-08-23 Thread Nick Fitzsimons
, or how CSS can be used to style them. User agents may apply CSS properties to these elements. Authors are recommended to treat such support as experimental. http://www.w3.org/TR/CSS21/conform.html#conformance Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Firefox IE Scaling Issue Goes Deeper than Fonts

2007-08-22 Thread Nick Fitzsimons
content that you're having problems with. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] Aural Style Sheets

2007-07-25 Thread Nick Fitzsimons
is probably the single most common misconception about assistive technologies. They can and do interface to IE and Firefox, but they are used for a lot more than that. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] CSS color names values versus accessibility

2007-03-30 Thread Nick Fitzsimons
... although none of those extended colour names appear in any formal spec relating to CSS, so that's OT. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] CSS color names values versus accessibility

2007-03-30 Thread Nick Fitzsimons
On 30 Mar 2007, at 14:26:14, Bjoern Hoehrmann wrote: * Nick Fitzsimons wrote: Incidentally, the gray/grey issue isn't helped by the fact that Netscape Navigator had an extensive list of colour names, which included both gray and lightgrey - the story I heard back in the day

Re: [css-d] Small-as-possible text in Opera?

2007-02-28 Thread Nick Fitzsimons
the browser whose notions get enforced. Opera has a minimum font size enabled by default, so playing with 1px text is never going to work with the default settings in that browser. This is why most people recommend using other techniques. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Weird Firefox Hidden input forms and background image issue

2006-08-26 Thread Nick Fitzsimons
: 0; padding: 0; } and see if it helps. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] Site testing

2006-08-26 Thread Nick Fitzsimons
Windows on it using Bootcamp. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page

Re: [css-d] width of col span=2 / - I don't get it

2006-08-23 Thread Nick Fitzsimons
it very lucidly :-( If it remains unclear, I'll try to find a better way to explain. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] width of col span=2 / - I don't get it

2006-08-23 Thread Nick Fitzsimons
to each individual column, rather than to the group of columns, otherwise the two cases above would not be equivalent. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] width of col span=2 / - I don't get it

2006-08-23 Thread Nick Fitzsimons
and therefore would not be expected to map to anything in CSS. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http

Re: [css-d] YUI Navigation Tabs: IE5.0/PC. IE5.2/Mac

2006-08-22 Thread Nick Fitzsimons
). This is discussed near the end of Doug Bowman's Sliding Doors article at: http://alistapart.com/articles/slidingdoors/ where you'll find a hack which works for his example; I don't know if it would be suitable for your case. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Sliding door rounded corner boxes

2006-08-08 Thread Nick Fitzsimons
in that, too: if you have problems, somebody here will help :-) Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http

Re: [css-d] Float being overlapped

2006-07-31 Thread Nick Fitzsimons
be, but this might help you to work out what's happening. If you don't need that header, just take it out of the page :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] dynamic classes

2006-07-31 Thread Nick Fitzsimons
application. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

Re: [css-d] IE loading and showing images

2006-07-26 Thread Nick Fitzsimons
of normal users would see. Have a look at http://archivist.incutio.com/viewlist/css-discuss/72983 in the list archives. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] IE page is too long and produces vertical scroll bar

2006-07-25 Thread Nick Fitzsimons
strict rendering (standards-compliant mode in MS-speak) for HTML 4.01 Transitional, if (as is the case here) the URL is in the DOCTYPE: http://msdn.microsoft.com/library/en-us/dnie60/html/cssenhancements.asp?frame=true#cssenhancements_topic2 Cheers, Nick. -- Nick Fitzsimons http

Re: [css-d] Best CSS Online Validator

2006-07-13 Thread Nick Fitzsimons
going to miss... Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Alpha Transparency - How do I

2006-07-04 Thread Nick Fitzsimons
JavaScript techniques/behaviors/etc. which are around are ways to automate the above process by dynamically creating and assigning the IE-only CSS rules, but won't work if JavaScript is disabled. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Nick Fitzsimons
jog fix on the home page, but not on the other pages. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] Browser Load order

2006-06-30 Thread Nick Fitzsimons
.) Probably OT for css-d... ah well :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page

Re: [css-d] Background flashes

2006-06-29 Thread Nick Fitzsimons
related posts in the archives; see http://www.google.co.uk/search?q=site%3Aarchivist.incutio.com+background+image+ie+flicker HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Strange serif font in Firefox??

2006-06-25 Thread Nick Fitzsimons
box, you can set it back to Times New Roman or whatever and all will be well. As to how such an inappropriate font got selected in the first place: who knows. Could one of your mates be trying to wind you up? :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Double-star selector, layout question:

2006-06-21 Thread Nick Fitzsimons
margins pAs will this paragraph/p /form /div /div It could be done using child selectors rather than descendant selectors: .col* { margin-left: 15px; margin-right: 15px; } but they aren't supported by IE 6 down, so this provides a workaround. HTH, Nick. -- Nick Fitzsimons http

Re: [css-d] font-size in Firefox

2006-06-09 Thread Nick Fitzsimons
the option to none when experimenting with this a while back, so maybe it's 10px, as you suggest. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Why is IE doing that to me ?

2006-05-27 Thread Nick Fitzsimons
. Looks like the doubled float margin bug on the first page: http://positioniseverything.net/explorer/doubled-margin.html Try putting display: inline; on #divflottant. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css

Re: [css-d] Elastic layouts: want to confirm

2006-05-26 Thread Nick Fitzsimons
. (Well, he'd have to switch over to his screen reader, but that only currently works with IE, so he'd have to fire that up, then paste the URL... you get the idea.) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Three CSS questions re; identifier naming, auto and canceling previous rules

2006-05-24 Thread Nick Fitzsimons
the definition of each of those properties and see what it means in that context. For your final question, cj has already answered it, so I won't bother :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL

Re: [css-d] font sizing

2006-05-23 Thread Nick Fitzsimons
a demo here: http://www.nickfitz.co.uk/bugs/browsers/css/IE-Win/ie_percent_test.html HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] 5 column CSS box

2006-05-22 Thread Nick Fitzsimons
aware of the 0.92px, it's still smaller than you would expect.) Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

Re: [css-d] Selector complexity

2006-05-19 Thread Nick Fitzsimons
want to know: http://weblogs.mozillazine.org/hyatt/archives/2005_05.html#007507 Short answer: yes :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Debugging Techniques.

2006-05-15 Thread Nick Fitzsimons
worth. Your mileage may vary, of course. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] png transparency with image-background

2006-05-08 Thread Nick Fitzsimons
Bill Brown wrote: !--[if gte IE 5] It's not a good idea to use gte IE 5 in this conditional comment, as IE 7 is capable of displaying background PNGs, and hacks should only be applied as necessary. Use lte IE 6 instead. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Intervening HTML comments break CSS adjacent sibling selection in IE7

2006-04-30 Thread Nick Fitzsimons
I and every other programmer in the world make all the time :-) You might want to add the above CSS 2.1 reference to your bug report at the IE feedback site, just so they know. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Intervening HTML comments break CSS adjacent sibling selection in IE7

2006-04-30 Thread Nick Fitzsimons
Nick Fitzsimons wrote: At a guess, their code for implementing adjacent selectors (which is part of the new IE 7 code and thus not yet thoroughly testes) TESTED! I meant TESTED, dammit! Hell of a Freudian slip though... Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] IE6 supports white-space: pre; Not.

2006-04-23 Thread Nick Fitzsimons
=/workshop/author/dhtml/overview/ccomment_ovw.asp [3]http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp [4]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ietechcol/cols/dnexpie/expie20050831.asp HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] question about safari, IE and FF

2006-04-12 Thread Nick Fitzsimons
On 12 Apr 2006, at 19:31, Paul Seale wrote: Here is an example. The CSS validates. Help would be great. http://www.wrightforauditor.com/aboutmark.asp Thanks. Have you fixed this? It looks fine one my Mac with Safari 2.0.3 (417.9.2). Regards, Nick. -- Nick Fitzsimons http

Re: [css-d] IE flicker

2006-04-09 Thread Nick Fitzsimons
of the dialogs and you'll then find the images are fetched from the cache correctly. Automatically is the factory setting and the only people who ever change it are web developers; so normal people will see the site as you intended anyway. HTH, Nick. -- Nick Fitzsimons http

Re: [css-d] IE, alphaImageLoader img (not background)

2006-04-06 Thread Nick Fitzsimons
and valid, you should keep the above CSS in a separate file, linked within an IE conditional comment: !--[if lte IE 6] link rel=stylesheet type=text/css hrefie-win-fixes.css ![endif]-- HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

[css-d] Site check: 30+ sites now live...

2006-03-22 Thread Nick Fitzsimons
time I checked there was only one real problem on IE/Mac. (That was a while ago though.) Safari should be OK, although I'll have to wait until I get home at the weekend to properly debug any problems there. TIA, Nick. -- Nick Fitzsimons http://www.nickiftz.co.uk

Re: [css-d] Site check: 30+ sites now live...

2006-03-22 Thread Nick Fitzsimons
housetrained. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

Re: [css-d] IE 7 Beta - Partial Hiding of List Item Text

2006-03-17 Thread Nick Fitzsimons
of the problems people are reporting in the Beta Preview. So don't worry about it. Just send your bug report via one of the mechanisms described on the IE Team blog: http://blogs.msdn.com/ie/archive/2006/01/31/520817.aspx Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] footerStickAlt

2006-03-17 Thread Nick Fitzsimons
. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css

Re: [css-d] footerStickAlt

2006-03-17 Thread Nick Fitzsimons
%; } body { height: 100%; } #nonFooter { position: relative; min-height: 100%; } * html #nonFooter { height: 100%; } #footer { position: relative; margin-top: -7.5em; } which seems like a pretty simple template with layout CSS and no element styling :-) Cheers, Nick. -- Nick Fitzsimons http

Re: [css-d] footerStickAlt

2006-03-17 Thread Nick Fitzsimons
; } * html #nonFooter { height: 100%; } #footer { position: relative; margin-top: -7.5em; background-color: #600; height: 7.5em; } HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Mozilla - limited hover area on linked image

2006-03-15 Thread Nick Fitzsimons
to explicitly add that. Cheers, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Styling Lists

2006-03-07 Thread Nick Fitzsimons
-bp.co.uk/home/] should point you to the answer: you are using li where you apparently meant div on your search section. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Problem with content left alignment in IE Win

2006-03-01 Thread Nick Fitzsimons
/index.htm Sounds like the IE 3 pixel text jog: http://positioniseverything.net/explorer/threepxtest.html HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] IE (6?) Border Bug

2006-02-23 Thread Nick Fitzsimons
;-) But seriously, do persevere; I must have spent a couple of years really getting my head round CSS, but finally I can (most days) get it to do what I want. Best of luck, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css

Re: [css-d] IE (6?) Border Bug

2006-02-23 Thread Nick Fitzsimons
Oh, I should point out that the clear: both; in the .myBit rule was just to get my stuff on a level playing field beneath your bit; if you want to float several such boxes next to each other, you'll want to remove it: .myBit { clear: both; -- You probably don't want this rest

Re: [css-d] CSS image rollover - IE 6?

2006-02-22 Thread Nick Fitzsimons
but normal people don't see it. See http://archivist.incutio.com/viewlist/css-discuss/66818 in the list archives. Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] CSS image rollover - IE 6?

2006-02-22 Thread Nick Fitzsimons
Nick Fitzsimons wrote: Mikhail Bozgounov wrote: Just a general question concerning CSS rollovers: You remember, that in *some cases* IE tries to download a CSS image background EVERY TIME you mouse over the link! This could happen even in cases when you use only ONE image for both normal

Re: [css-d] CSS image rollover - IE 6?

2006-02-22 Thread Nick Fitzsimons
Oops, spoke too soon. Indeed, the effect is gone when I set my IE to check for new versions of pages on automatic. So, all those people causing these many lines in my log were developers? Possible I guess. Thanks for the explanation, and sorry for the too quick reply :-) -- Els No

Re: [css-d] IE7 hovers and a IE vertical list bug?

2006-02-22 Thread Nick Fitzsimons
site I'm currently working on. If IE5/Win is important to you (which your site's user agent stats can tell you) then go for the traditional Holly Hack with height: 1%; and use conditional comments to make sure IE7 doesn't get its hands on it. HTH, Nick. -- Nick Fitzsimons http

Re: [css-d] Any tricks to get IE:mac to refresh?

2006-02-16 Thread Nick Fitzsimons
http, and I had the same issues with IE-Mac. For images, one trick is to use the View image (or whatever it says) context menu item, then force a proper reload, then hit the back button. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk

Re: [css-d] Evil CMS generated IDs

2006-02-16 Thread Nick Fitzsimons
://www.w3.org/TR/html4/types.html#type-id [2] http://www.bea.com/framework.jsp?CNT=index.htmFP=/content/products/weblogic HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] IE Repeating Text

2006-02-15 Thread Nick Fitzsimons
elements etc. in your page to cause the PiE bug. HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] vertical stretch .. just can't get it - ALMOST GOT IT

2006-02-08 Thread Nick Fitzsimons
the consequences of that mistake, and you don't want to make it. [Ref. 1] http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL

Re: [css-d] How close is MS from releasing IE7?

2006-02-03 Thread Nick Fitzsimons
knowledge, and is therefore worthless. Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com

Re: [css-d] No scrollbar at all in IE

2006-02-03 Thread Nick Fitzsimons
there is no scrollbar at all. Sounds like the unscrollable content bug: http://www.positioniseverything.net/explorer/unscrollable.html HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] IE 7 and max-width?

2006-02-02 Thread Nick Fitzsimons
and aren't in this beta. HTH, Nick. [1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/ie7_css_compat.asp?frame=truehidetoc=true (just after the subheading Working around overflow:visible default behavior) [2] http://msdn.microsoft.com/ie/ -- Nick Fitzsimons

  1   2   >