Re: [WSG] JS patterns

2008-12-08 Thread tee
On Dec 7, 2008, at 5:55 AM, Tatham Oddie wrote: Hi Tee, There are no JQuery specific extensions to IE8. There are general speed and reliability improvements to the JS engine in the browser, and IDE support for JQuery in Visual Studio, however the support is not specific to IE+JQuery.

RE: [WSG] Downloading Fonts

2008-12-08 Thread Ted Drake
Safari and firefox3 support the @font-face attribute. I don't know the status of Opera and IE8. This allows you to put a font file on your server and reference it in the CSS. Ted _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Ducker Sent: Monday, December

RE: [WSG] Downloading Fonts

2008-12-08 Thread Patrick Lauke
Ted Drake Safari and firefox3 support the @font-face attribute. I don't know the status of Opera and IE8. I think current Opera doesn't, but the next version (Opera 10, currently available as alpha) will http://www.opera.com/browser/next/ P Patrick H. Lauke

RE: [WSG] hover state on icons(indivdual li backgrounds)

2008-12-08 Thread Essential eBiz Solutions Ltd
Hi Kevin, I thunk your problem is in the CSS you are using a class selected attached to the a attribute but in the XHTML you trying to use it as a ID selector on the LI element. Try this: ul li.home{ background-image:url(../images/icons/homeover.gif);

Re: [WSG] hover state on icons(indivdual li backgrounds)

2008-12-08 Thread kevin mcmonagle
Hi Ebiz, Thanks for the selector tip. Heres how what im using now, works in ff and safari. will test it in ie shortly. = #home a{border:0px solid black; background-image:url(../images/icons/area.gif); background-repeat:

Re: [WSG] Downloading Fonts

2008-12-08 Thread David Hucklesby
On Mon, Dec 8, 2008 at 1:03 PM, Marvin Hunkin [EMAIL PROTECTED] wrote: Hi. rebuilding my site. and i have the following fonts in my style sheet. georgia, century school book, courrier, new courrier, comic ms, and others. but i notice, that on my local hard disk, or when i did have it on

Re: [WSG] Downloading Fonts

2008-12-08 Thread David Hucklesby
On Mon, Dec 8, 2008 at 1:03 PM, Marvin Hunkin [EMAIL PROTECTED] wrote: Hi. rebuilding my site. and i have the following fonts in my style sheet. georgia, century school book, courrier, new courrier, comic ms, and others. but i notice, that on my local hard disk, or when i did have it on

Re: [WSG] Downloading Fonts

2008-12-08 Thread Joe Ortenzi
macs can run windows fonts as well. There may be conflicts though if you run the same font from both os's simultaneously though. but loading fonts can be a resource burden as they all load into RAM at startup. I recommend the excellent and free Linotype http://www.linotype.com/fontexplorerX

Re: [WSG] Downloading Fonts

2008-12-08 Thread Dave Hall
On Mon, 2008-12-08 at 12:33 -0800, David Hucklesby wrote: On Mon, Dec 8, 2008 at 1:03 PM, Marvin Hunkin [EMAIL PROTECTED] wrote: Hi. rebuilding my site. and i have the following fonts in my style sheet. georgia, century school book, courrier, new courrier, comic ms, and others.

Re: [WSG] Downloading Fonts

2008-12-08 Thread Andrew Cunningham
Just remember these are older versions of the fonts and will have different character repertoires and differences in the OpenType tables. But then again Vista and XP use different versions of the core fonts as well. On Tue, December 9, 2008 8:25 am, Dave Hall wrote: On Mon, 2008-12-08 at 12:33

[WSG] Out of Office AutoReply: WSG Digest

2008-12-08 Thread Jake Liddell
Hi, Thanks for your mail. I am on holiday until the 30th December, and will only be accessing my mail once in a while. If your mail requires an urgent response and relates to FourHats, please e-mail either Carl Turner ([EMAIL PROTECTED]) or Simon Bell ([EMAIL PROTECTED]), who will be able to

Re: [WSG] Downloading Fonts

2008-12-08 Thread Nick Cowie
@font-face supported by Firefox 3.1+ (currently beta), Safari 3+, Opera 10+ (currently alpha) and internet explorer 5+ only problem Firefox 3+, Safari 3+, Opera 10+ support raw font formats (OTF, TTF) only IE supports EOT format only Suggested reading (and tutorial)