[css-d] force stylesheet cache to clear

2007-04-12 Thread Geoff Krajeski
Is there any known way besides expiring the pages themselves to have the cache of a site's stylesheet to clear? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discu

[css-d] Javascript Bookmarking in Safari

2007-01-19 Thread Geoff Krajeski
Does anyone know a method to bookmark in Safari using Javascript? I'm using this function currently, but cannot seem to find anything on a working model for adding in Safari/Mac: function bookmarksite(title,url){ if (document.all) window.external.AddFavorite(url,title); else if (window.sidebar) w

[css-d] Looking for feedback on site redesign

2006-09-27 Thread Geoff Krajeski
://www.taunton.com/finecooking/recipes/. We strive to have cross platform/browser compatibility. Let me know your thoughts please. Geoff Krajeski __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

Re: [css-d] CSS conferences/symposiums

2006-07-26 Thread Geoff Krajeski
I am in CT, so the New England, Northeast US.. -Original Message- From: Christian Heilmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 9:44 AM To: Geoff Krajeski Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] CSS conferences/symposiums > Does anyone know of any

[css-d] CSS conferences/symposiums

2006-07-26 Thread Geoff Krajeski
there for CSS. Anyone know about this? Geoff Krajeski The Taunton Press, Inc. __ 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

[css-d] Need 1px border with 5px radius curves

2006-06-21 Thread Geoff Krajeski
I am trying to get a border that is compliant on all 4 main systems/browsers that has a 1px border with a 5px radius curved corner. I was thinking of going the image route but is this really the best way? Geoff Krajeski

[css-d] Styling numbered lists

2005-12-20 Thread Geoff Krajeski
I am looking to style an ordered list with colored blocks with a number inside. How can I get an orange block with a white number inside without turning the list item text white as well? See http://krajeski.net/list_item.jpg __