Re: [css-d] Pre-Loaders in CSS

2008-03-03 Thread Christopher
I read some of the pages on using sprites for a pre-loader effect but is still is not clear to me, how you do this. David Hucklesby wrote: > On Fri, 29 Feb 2008 08:57:50 -0500, Christopher wrote: > >> Anyone know in CSS if you can do a pre-loader effect ? >> > > You can pre-load images

Re: [css-d] Pre-Loaders in CSS

2008-02-29 Thread David Hucklesby
On Fri, 29 Feb 2008 08:57:50 -0500, Christopher wrote: > Anyone know in CSS if you can do a pre-loader effect ? You can pre-load images in a number of ways: either by using "sprites[1]" or with CSS. This is what I have used successfully: HTML CSS #preload {text-indent:-5000px;} -- > Also can y

Re: [css-d] Pre-Loaders in CSS

2008-02-29 Thread Michael Adams
On Fri, 29 Feb 2008 08:57:50 -0500 Christopher wrote: > Anyone know in CSS if you can do a pre-loader effect ? > Also can you do transitions as done by MooTools ? in CSS > and if not does anyone know how you blend in MooTools into your HTML ? > Not really AFAIK, but there are a couple of hacks i

[css-d] Pre-Loaders in CSS

2008-02-29 Thread Christopher
Anyone know in CSS if you can do a pre-loader effect ? Also can you do transitions as done by MooTools ? in CSS and if not does anyone know how you blend in MooTools into your HTML ? Thank You __ css-discuss [EMAIL PROTECTED] http