inherit
189160
0
Dec 18, 2015 21:41:54 GMT -8
Fanfreakingtastic
23
January 2013
nadiakit
|
Post by Fanfreakingtastic on Aug 11, 2013 13:24:38 GMT -8
Hello, I am looking for a code that is like this one, found in the side tables of the site in the quick link box. If you can find me that code or something close that would be fantastic! Thanks!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 20, 2013 0:00:17 GMT -8
Sorry your post seemed to be missed, Fanfreakingtastic. Did you get that figured out or do you still need help with it. Also is this a V5 or V4.5 site?
|
|
inherit
189160
0
Dec 18, 2015 21:41:54 GMT -8
Fanfreakingtastic
23
January 2013
nadiakit
|
Post by Fanfreakingtastic on Aug 30, 2013 13:00:30 GMT -8
Its a v.5 site. And I kinda need a better code if there is one possible. Sorry for the delayed response. Tumbleweed
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 30, 2013 22:26:40 GMT -8
You can try this if you like. You'll need to edit it to suit your needs and I'm not sure if it is exactly like that site you linked to but pretty close.
<style type="text/css"> .myqlinks{background-color:#dbb9b9; width: 130px; padding: 2px; } .myqlinks a:link, .myqlinks a:visited{ background-color:#ece2e2; color:#3c1212; display: block; padding: 1px 1px 1px 5px; margin-bottom: 2px; border-left: 5px solid #ffffff; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .myqlinks a:hover{ color:#932c2c; padding: 1px 1px 1px 20px; } </style>
<div class="myqlinks"> <a href="http://linkhere.com">Link One</a> <a href="http://linkhere.com">Link Two</a> <a href="http://linkhere.com">Link Three</a> <a href="http://linkhere.com">Link Four</a> </div>
|
|