ChyneseVintage
09-23-2004, 09:25 PM
How can I change the color bar title so that it fades for one color to another or if there is any other effects...please tell me....Thanks...
|
View Full Version : Titlebar color... ChyneseVintage 09-23-2004, 09:25 PM How can I change the color bar title so that it fades for one color to another or if there is any other effects...please tell me....Thanks... XxZen_StoicxX 09-23-2004, 09:57 PM um, do you have an example of what you're talking about? i'm not sure i understand you. ChyneseVintage 09-23-2004, 11:27 PM Well I don't have an example, but I have seen it done before...Ok, you know the bar that has the text: username, subscription, my blogrings, or posting Calendar...Well I know how you change the background color of the bar, but I want to make one side color of the bar a color I choose and it fades to a different color as it goes to the othe side...Hmmm...I dunno how else to explain it.... retardednerd 09-24-2004, 06:23 AM i think you mean a gradient. here's the code: style="filter:progid:DXImageTransform.Microsoft.Gradient( GradientType=1, StartColorStr='COLOR HERE', EndColorStr='COLOR HERE'); just add it to this part of your stylesheet: table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: ; width:180px; font:normal 8pt arial; line-height: 16px; color: #000000; text-align: center; border: ffffcc; } retardednerd 09-24-2004, 06:32 AM sorry i gave you a code that doesn't work on xanga. here's the one that works: filter: alpha (opacity=100, finishopacity=0, style=1) add it to this part of your stylesheet: table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: ffffcc; width:180px; font:normal 8pt arial; line-height: 16px; color: #000000; text-align: center; border: ffffcc; } ChyneseVintage 09-27-2004, 02:35 AM Where am I suppose to add it? and I'm suppose to put a mark in front of the whole code right? JiNgLeBeLLz77 09-27-2004, 02:53 AM try this <style type="text/css"> table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-image: url(http://url.com/to/the/site/image.gif); background-color: #FCEBFF; filter:progid:DXImageTransform.Microsoft.Gradient( GradientType=1,StartColorStr=#000000,EndColorStr=# CCCCCC); font: bold 11px arial; text-transform: uppercase; color: #C991AE; border: none; } </style> make sure you delete the space between Tran and sform. and also the space between ( and Gradient, and Color and Str ChyneseVintage 09-27-2004, 07:32 PM I put that into my website stats and when I changed all the color urls...I always got blue faded to black...I don't think the black is a problem but I can't changed the blue..Help plz! JiNgLeBeLLz77 09-28-2004, 03:54 AM put it in your header... ChyneseVintage 09-28-2004, 07:25 PM I put it in the header but whatever code I put in for the color it will always be blue faded to black....hmmmm why is that? JiNgLeBeLLz77 09-29-2004, 02:37 AM did you delete all the spaces? ChyneseVintage 09-30-2004, 01:57 AM I think that was it but I still can't make it fade from a dark red either #770000 or #660000 to a black...If you can can you plz do it for me....thanx so much... JiNgLeBeLLz77 09-30-2004, 04:13 AM other people has had this problem before... sometimes it just *doesn't* work =\ ChyneseVintage 09-30-2004, 11:09 PM AAAWWWW MAN!!!!Well thanx for tryin' |