styles in yahoo webpage
-
hi all can anyone tell me what type of styles are used to show the color as glowing(like in yahoo front page)and also the color codes of the colors used in the yahoo front page.
pintoo
If the color changes, it's being done with javascript, no style or color changes by itself.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
If the color changes, it's being done with javascript, no style or color changes by itself.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
That's CSS. you create a one pixel wide bitmap with the gradient and make it the background image of the button, repeating.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
That's CSS. you create a one pixel wide bitmap with the gradient and make it the background image of the button, repeating.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
chithra The glowing effect is created with images, have a look at the css for the site and you will find the url of the images. For example here is the header image[^]. You can create this type of image very easily using Photoshop etc but I usually use The Gimp[^] as its free / open source.
Declan Bright www.declanbright.com
-
chithra The glowing effect is created with images, have a look at the css for the site and you will find the url of the images. For example here is the header image[^]. You can create this type of image very easily using Photoshop etc but I usually use The Gimp[^] as its free / open source.
Declan Bright www.declanbright.com
there are some gradient effects in CSS you can also use that if you dont want to use the Image.
Usman Munier Xavor Corporation Pakistan