Link Hover |
![]() ![]() |
Link Hover |
Nov 25 2004, 08:27 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Nov 2004 Member No: 63,399 |
I feel really dumb for asking cause I know I saw it somewhere on here before. What's the code for flipping the links, and mirroring and all that kind of stuff?
Thanks |
|
|
|
Nov 25 2004, 09:37 AM
Post
#2
|
|
![]() Legend ![]() ![]() ![]() ![]() Group: Member Posts: 214 Joined: Apr 2004 Member No: 10,265 |
add this to your 'custom header'
CODE <!-- begin code provided by createblog.com -->
<style> a:hover { /* edits when user mouseovers the links */ color: #1606E9; font:normal 11px arial; line-height:10px; text-decoration: none; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Nov 25 2004, 04:26 PM
Post
#3
|
|
![]() wake me up when september ends ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,381 |
actually that code that you just gave will only change the color. you want to go to http://www.createblog.com/forums/index.php?showtopic=1783 and theres about 10 different hovers there, plus if you look around that topic in xanga scripts there are a few others. please look in scripts next time!!
|
|
|
|
Nov 26 2004, 02:43 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Nov 2004 Member No: 63,399 |
well... I know little to no css and I was wondering how I could use the blur, horizontal flip, and vertical flip on my links.
|
|
|
|
Nov 26 2004, 03:08 PM
Post
#5
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
QUOTE(shekkel_kahn @ Nov 26 2004, 11:43 AM) well... I know little to no css and I was wondering how I could use the blur, horizontal flip, and vertical flip on my links. All the codes are on this page http://www.createblog.com/forums/index.php?showtopic=1783 |
|
|
|
Nov 26 2004, 03:14 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Nov 2004 Member No: 63,399 |
that's not what I meant. I want to make each one of those work together on my links.
|
|
|
|
Nov 26 2004, 08:24 PM
Post
#7
|
|
![]() wake me up when september ends ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,381 |
i dont think you can use the blur AND a flip one because teh blur one is just weird. let me check though....
yep...i tried using all three of those together and you cant use the blur one with flip ones i guess. its weird. sorry about that |
|
|
|
![]() ![]() |