ASP.NET and smooth colour changing
-
Hi guys I'm fairly new to ASP.NET, so I'm sorry if this is a silly question... I was wondering if anyone knows if there is a way of having a nice, smooth colour change effect on a section of header without using flash? I was thinking of maybe an animated giff, but it may need to be a bit too big to be efficient... Any idea's?
If your wife wants to learn to drive, don't stand in her way...
-
Hi guys I'm fairly new to ASP.NET, so I'm sorry if this is a silly question... I was wondering if anyone knows if there is a way of having a nice, smooth colour change effect on a section of header without using flash? I was thinking of maybe an animated giff, but it may need to be a bit too big to be efficient... Any idea's?
If your wife wants to learn to drive, don't stand in her way...
You can try AdRotator Control. It will display sequence of images with specified interval. Try this basic example[^]. This example[^] using database.
thatraja
-
Hi guys I'm fairly new to ASP.NET, so I'm sorry if this is a silly question... I was wondering if anyone knows if there is a way of having a nice, smooth colour change effect on a section of header without using flash? I was thinking of maybe an animated giff, but it may need to be a bit too big to be efficient... Any idea's?
If your wife wants to learn to drive, don't stand in her way...
You may use JavaScript with timer to change the background color.