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

2007-03-29 Thread Kieron McIntyre
find this unlikely!). I DO agree that sometimes name values are clearer. But consistency and good development practice (e.g. commenting your CSS files with swatch values) I think are more valuable. Kieron McIntyre -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [css-d] dreamweaver css

2007-03-12 Thread Kieron McIntyre
age don't show up in Dreamweaver and you can get a clean(er) central column layout for your client to update. Again apologies for this being off-topic. Kieron McIntyre www.digyswift.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jeffrey morin Sen

Re: [css-d] ie7 zoom issue

2007-02-01 Thread Kieron McIntyre
... Your font-szies in the side menu are defined in pixels, so changing this to "em" or "%" should solve the problem here. Hope this helps, Kieron McIntyre http://www.digbyswift.com __ css-discuss [EMA

Re: [css-d] Background flashes

2006-06-29 Thread Kieron McIntyre
ve tested the site in IE5, 5.5, 6 and 7 and I can't replicate the issue you describe. You do have a transition set on each page: This may be causing what you see. Alternatively, try setting "no-repeat" on the background image since the image is static. Kieron McInty

Re: [css-d] Firefox image background issue

2006-06-29 Thread Kieron McIntyre
create a new page with just the element and code in and see if it works. If it does then you know its something else contributing and your code is fine. As far as I can see, your CSS looks fine. However, you could try setting the positioning of the background image to be sure, e.g.

Re: [css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
27;t work on IE5.2/mac. Thanks, Kieron McIntyre www.digbyswift.com www.cssfilters.net __ 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] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
27;t work on IE5.2/mac. Thanks, Kieron McIntyre www.digbyswift.com www.cssfilters.net __ 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] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
Marc wrote: > I wanted to set a table to display with absolutely no border or cell > padding/spacing whatsoever. border-collapse:collapse; margin: 0; padding: 0; __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

[css-d] Border on tables in IE5.2/Mac

2006-06-28 Thread Kieron McIntyre
-style:none; border-collapse:collapse; border-spacing:0px; /* Netscape 6 */ } td { vertical-align:top; padding:0px; } Have I missed something? How do I get rid of the border? Thanks for the help. Kieron McIntyre www.digbyswift.com www.cssfilters.net

Re: [css-d] font issues

2006-06-28 Thread Kieron McIntyre
like arial or times new > roman, even though verdana is installed on their system. Why > does this > happen? Regards. It could be a range of things, could we see the css code? Thanks, Kieron McIntyre www.digb

Re: [css-d] Internet Explorer for Mac

2006-06-27 Thread Kieron McIntyre
ed macs but its just as well we developed for them! So, you shouldn't think in general internet stats, only of your audience. What do they use? Kieron McIntyre www.digbyswift.com __ css-discuss [EMAIL PROTECTED] http://ww

Re: [css-d] Alignment Problems

2006-06-25 Thread Kieron McIntyre
UL LI list instead of P's and BR's. Hope this helps, Kieron Mcintyre www.digbyswift.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.co

Re: [css-d] HR color

2006-06-20 Thread Kieron McIntyre
Ian wrote: > Having put color of HR into class as follows: > > .hrcolor {color:#ff;} > > and html as > > renders ok in IE but not in FF. > > If I use background:#ff; then FF renders darker color. > Set the following ... .hrcolor { color:#ff;

[css-d] IE6 Filter

2006-06-11 Thread Kieron McIntyre
Hi list, I was updating my CSS filter list (and generally playing) and I produced a multiple rule filter for IE6. It's a combination of two other common hacks: * html #se\lector { } Its so simple. I wouldn't have posted it only I hadn't seen it used before. Any views?

Re: [css-d] Updated CSS Filter/Hack List

2006-06-08 Thread Kieron McIntyre
est. Kieron McIntyre www.digbyswift.com __ 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-discuss.incutio.

Re: [css-d] IE6 doing something quite funky to horizontal li's

2006-06-07 Thread Kieron McIntyre
len back to the IE7 beta > >> renderer. Maybe someone with non-IE7 setup can advise how to > >> get those two boxes to be in a straight horizontal line. > >> Hi Brett, You were right the first time. You DID only need to floa

Re: [css-d] IE6 doing something quite funky to horizontal li's

2006-06-07 Thread Kieron McIntyre
solve the issue I think. Kieron McIntyre www.digbyswift.com __ 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/

Re: [css-d] IE BugFix Required :)

2006-06-07 Thread Kieron McIntyre
a rush. Many of the problems occur because people don't spend long enough on the fundamentals! The ones who do become the "Eric Meyers" I guess. Hope this helps. Kieron McIntyre www.digbyswift.com __ css-discuss [

Re: [css-d] IE layout - losing margin on a two column layout???

2006-06-07 Thread Kieron McIntyre
en yes, code for a wide base, but in your case if its to show case your photography, modern mac and modern pc browsers will be sufficient, i.e. IE5+, Mozilla and Safari maybe. Either way don't make it hard for yourself, not immediately anyway! If you want

Re: [css-d] IE BugFix Required :)

2006-06-07 Thread Kieron McIntyre
the sub navigation elements as lists within the headings' elements: League link link ... Regards, Kieron McIntyre www.digbyswift.com __ css-discuss [EMAIL PROTECTED] ht

Re: [css-d] Updated CSS Filter/Hack List

2006-06-06 Thread Kieron McIntyre
Tom wrote: > Does Safari 2.0.3x act differently than the latest one listed? Hi Tom, Honestly, I'm not sure. I'll test it and update the list for you by the weekend. Thanks for your response, its much appreciated. Kieron __ cs

[css-d] Updated CSS Filter/Hack List

2006-06-06 Thread Kieron McIntyre
The address is www.digbyswift.com/dithered, so enjoy. I would very much appreciate any feedback as to missing filters/browsers or mistakes. Kieron McIntyre www.digbyswift.com __ css-discuss [EMAIL PROTECTED] http://www.css-discus

Re: [css-d] Updated browser compatibility charts?

2006-06-06 Thread Kieron McIntyre
thered. I'm hooking it up to a database so it can be updated easily as new browsers arrive. Hope this helps. Kieron McIntyre www.digbyswift.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinf

Re: [css-d] Site check + block-level elements no coloured backgrounds

2006-05-24 Thread Kieron McIntyre
Rachel wrote: > #1) Site check for > please. I'm aware of IE's inability to display the > transparent PNG used for my header. Also, the header's > position is off in my Firefox (vs 1.5.0.3), but not in my friend's. It looks like >

Re: [css-d] IE create a huge unnessisary gap

2006-05-24 Thread Kieron McIntyre
Chris wrote: > The only thing I really want to adjust is why FF and Opera (correctly > interprets) the below and IE doesn't. heading > > FF and Opera's output: > > Heading > [form data here] > > > IE's output: > > Heading > >

Re: [css-d] Marquee xhtml and css3

2006-05-24 Thread Kieron McIntyre
I think this is a little unhelpful. The short answer is no. To generate the movement of the text simulating a marquee would currently require client-side scripting, (i.e. Javascript) although css and xhtml would be required to create the box and mask. The reason there are few references (publishe

Re: [css-d] Marquee xhtml and css3

2006-05-24 Thread Kieron McIntyre
I think this is a little unhelpful. The short answer is no. To generate the movement of the text simulating a marquee would currently require client-side scripting, (i.e. Javascript) although css and xhtml would be required to create the box and mask. The reason there are few references (publishe

Re: [css-d] font sizing

2006-05-23 Thread Kieron McIntyre
Just to clarify Nick, the "62.5%/1.6em" isn't a calculation as in 62.5% divided by 1.6em. It is shorthand for font-size/line-height. In this case, the 62.5% sets the font-size to a percentage of the browser's default font-size. The 1.6em does something similar but uses the "em" unit which like pe

Re: [css-d] Menu buttons visual glitch

2006-05-23 Thread Kieron McIntyre
Hi Ian, Try adding the following rule: * html ul#mainNav { margin-right:-5px; } This will be read only by IE and although an arbitrary value should solve the problem. K __ css-discuss [EMAIL PRO

Re: [css-d] Menu buttons visual glitch

2006-05-23 Thread Kieron McIntyre
Hi Ian, Try adding the following rule: * html ul#mainNav { margin-right:-5px; } This will be read only by IE and although an arbitrary value should solve the problem. K __ css-discuss [EMAIL PRO