
August 22nd, 2005, 09:24 AM
|
 |
I have a red lunch bag
|
|
Join Date: Jan 2005
Location: The armpit of Niagara
|
|
|
Smilies in highlight blocks
Check this out:
css Code:
Original
- css Code |
|
|
|
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/freakman.png', sizingMethod='scale');
That is supposed to be this:
css Code:
Original
- css Code |
|
|
|
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/freakman.png', sizingMethod='scale');
but without the spaces after 'filter:' and 'progid:'. Can this be fixed?
Edit: PHP and code blocks seem unaffected, as seen here.
__________________
Web Design Tips - Posting and You
If I've been helpful, and/or you're really nice, consider buying something from my Amazon.com wishlist.- There is no room for pride when trying to be the best at what you do.
- Friends don't let friends use bad code.
The club is dead.
Last edited by cybersaga : August 22nd, 2005 at 09:30 AM.
|