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.

Side bar Help

Go down

Solved Side bar Help

Post by uJhisper January 21st 2012, 8:43 pm

Ok This is my Message Content on my Home Page:

Code:
<p style="font-family:verdana;color:red;">Side Bar</p>
  <li><a href="My Forum Link"><img src="http://clanfru.com/Templates/fru/Images/button_profile.png" alt="Your Profile"></a></li>
Then i added this to CSS styleSheet
Code:
 
 ul.sidebar{
        list-style: none;
        margin:0px;
        padding:12px;
        position:fixed;
        left:10px;
        top:250px;
    }
  ul.sidebar li{
        padding-bottom:4px;
        padding-left:10px;
    }
    ul.sidebar li img{
        opacity:0.5;
    }
    ul.sidebar li img:hover{
        opacity:1.9;
    }
    ul.sidebar li p{
        opacity:0.5;
    }
    ul.sidebar li p:hover{
        opacity:1.9;
  }
However i want to add a Collapsible DIV like so http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm
If anyone can help i would appreciate it.


Last edited by uJhisper on January 22nd 2012, 4:37 pm; edited 1 time in total
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

Solved Re: Side bar Help

Post by uJhisper January 22nd 2012, 4:36 pm

Tanks Solved ! can be locked!
avatar
uJhisper
Forumember

Posts : 135
Reputation : 2
Language : english

Back to top Go down

Back to top


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