sorry but i have another question |
![]() ![]() |
sorry but i have another question |
![]()
Post
#1
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 ![]() |
how do u make all ur links and everything GLOW...???
|
|
|
![]()
Post
#2
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 ![]() |
ok here is an egzample!!
|
|
|
![]()
Post
#3
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 ![]() |
umm...do you mean like how do you make your links change color when you put your mouse over it? if that's what you mean then try adding this to your code and change the color to whatever you want.
![]() CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> } a:hover { /* edits when user mouseovers the links */ color: #FFFFFF; font:normal 11px arial; line-height:10px; text-decoration:none; cursor:crosshair; } </style> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#4
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 ![]() |
know do u see how its is all nice and to gloes the colour is blue and it is all glow
|
|
|
![]()
Post
#5
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 ![]() |
oh ok, this is the code she has that's making her text glow. this goes in your custom header section.
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> A:link{ color:"#FFFFFF"; cursor:crosshair; height: 0; filter: glow(Color=0033cc, Strength=3); text-decoration: none} A:visited{ color:"#FFFFFF"; cursor:crosshair; height: 0; filter: glow(Color=0033cc, Strength=3); text-decoration: none } A:active{ color:"#FFFFFF"; cursor:crosshair; height: 0; filter: glow(Color=0033cc, Strength=3); text-decoration: none } A:hover{ color:"#FFFFFF"; cursor:crosshair; height: 2; filter: blur;text-decoration: none;}h1 {font-family: century gothic;color:"#FFFFFF"; cursor:crosshair; height: 0; filter: glow(Color=0033cc, Strength=3); } p {font-family:century gothic;color:"#FFFFFF"; cursor:crosshair; height: 0; filter: glow(Color=0033cc, Strength=3); } <style> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#6
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 ![]() |
and also how did they make it so bold i love it its just so bold
|
|
|
![]()
Post
#7
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 ![]() |
where did u get that code from??
|
|
|
![]()
Post
#8
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 ![]() |
QUOTE(lhuvhurts @ Aug 21 2004, 6:18 AM) where did u get that code from?? She viewed the source. Use the code she provided, if you want it bold use this instead |
|
|
![]() ![]() |