Jump to content

Make Text Fade In

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
I'd like to make the background fade in and I have this:

{ 
background: url('images/x1.gif') no-repeat 0px 5px;
padding-left: 15px;
}

As my CSS. What can I add to make it fade in instead of just appear?

#2
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Bump, anyone?

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I'm not sure how you would do it in CSS but it sounds like you want to make a gradient, why not just create a gradient in photoshop and repeat it horizontally for your background? That way you wouldnt have to worry about browser support of gradients/opacity.