The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Gradient

2 posters

Go down

Gradient Empty Gradient

Post by adminplpl December 4th 2009, 9:05 pm

How to make a a gradient color in table like here:

http://www.beautygloss-forum.nl/
adminplpl
adminplpl
Forumember

Male Posts : 98
Reputation : 11
Language : Polish, English, Css, Html, BBcode, Wiki Syntax
Location : Poznañ

http://www.orchidswiki.com/

Back to top Go down

Gradient Empty Re: Gradient

Post by Jophy December 5th 2009, 5:06 am

that link is not a Forumotion forum so we don't know about it.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Gradient Empty Re: Gradient

Post by adminplpl December 12th 2009, 4:58 am

I made it using this in CSS

Code:
ul.forums {
   background-color: #COLOR;
   background-image: url(ADRESS OF TRANSPARENT PICTURE);
   background-repeat: repeat-x;
   }

and this for rollover background

Code:
li.row:hover {
   background-color: #COLOR;
   background-image: url(ADRESS OF TRANSPARENT PICTURE);
   background-repeat: repeat-y;
   }

On this forum:
http://storczykiwiki.forumotion.com/
adminplpl
adminplpl
Forumember

Male Posts : 98
Reputation : 11
Language : Polish, English, Css, Html, BBcode, Wiki Syntax
Location : Poznañ

http://www.orchidswiki.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum