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.

Help with widgets

2 posters

Go down

Help with widgets Empty Help with widgets

Post by LaArdilla March 30th 2013, 8:36 am

How make codes such as these widgets on left (with picture and text and animation ...).http://venice-streets.slovenianforum.com/ Thanks Wink
avatar
LaArdilla
New Member

Posts : 1
Reputation : 1
Language : slo

Back to top Go down

Help with widgets Empty Re: Help with widgets

Post by Cassius Dio March 30th 2013, 10:00 am

Hi! Very Happy

Add to CSS Stylesheet:
Code:
#left .forumline tr td.row1{
  opacity: 0.3;
  transition: 1s opacity;
}

#left .forumline:hover tr td.row1{
  opacity: 1.0;
}

#right .forumline tr td.row1{
  opacity: 0.3;
  transition: 1s opacity;
}

#right .forumline:hover tr td.row1{
  opacity: 1.0;
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

Back to top


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