Free Wordpress Themes, Blogger Tutorials, Blogger Templates, Blogger Tips, Blogger Resources

Archive

Posts Tagged ‘linklist’

How To Add Horizontal LinkList Blogger Jquery Tips

May 13th, 2010
Comments Off

1.Log in to your dashboard–> layout- -> Edit HTML 2.Scroll down to where you see </b:skin>tag. 3.Now copy below code and paste it just before </b:skin> tag . #nav, #nav ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;line-height:26px;}#nav a:link,#nav a:active,#nav a:visited{display:block;color:#FFF;text-decoration:none;background:#444;height:26px;line-height:26px;padding:0 6px;margin-right:1px;}#nav a:hover{background:#0066FF;color:#FFF;}#nav li{float:left;position:relative;}#nav ul {position:absolute;width:12em;top:26px;display:none;}#nav li ul a{width:12em;float:left;}#nav ul ul{width:12em;top:auto;}#nav li ul ul {margin:0 0 0 13em;}#nav li:hover ul ul,#nav li:hover [...]

Read More >>