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
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
://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
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
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
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
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
__