Hi
"optical illusion" yes or two much time on the pc.
as it look like you now a lot about css is it pos to fade a color from top to bottom? ie with out haveing to add loads of div?
Hi
"optical illusion" yes or two much time on the pc.
as it look like you now a lot about css is it pos to fade a color from top to bottom? ie with out haveing to add loads of div?
Zen Version: v1.3.8a, cPanel Version: 11.16.0-RELEASE, Apache version: 2.0.61, PHP version: 5.2.4, MySQL version: 5.0.27-standard, Operating system: Linux
You can make a "fade" image, say 1000px by 5px, and use it as the background for the element you want to fade. If the fade is top to bottom, specify
background-repeat: repeat-x;
and the strip will repeat for the whole width of the element.
CSS3 is supposed to have the ablity to have lots of fancy fade effects without loading images, but it will be a while before those are safe to use in the real world.
Thanks for all your help.
all I need to do now is to get the biff box and header colors to be alternate color.
Zen Version: v1.3.8a, cPanel Version: 11.16.0-RELEASE, Apache version: 2.0.61, PHP version: 5.2.4, MySQL version: 5.0.27-standard, Operating system: Linux