Several coding issues |
Several coding issues |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 35 Joined: Jun 2005 Member No: 157,503 ![]() |
My myspace looks like this: http://profile.myspace.com/index.cfm?fusea...iendid=97995986
I've put in several codes trying to get my pictures to flip upside down, blur, or turn to grayscale upon my hovering over them but none of the codes provided in scripts will work on my profile. I'm also trying to get my text so that it's justified but so far the codes I've tried for that don't work either. I want to make my profile one big table; no space in between tables. I want the tables to look like this: http://profile.myspace.com/index.cfm?fusea...riendid=9322868 but so far no one can tell me how to fuse the tables together. I tried this code: http://www.createblog.com/scripts/download.php?id=234 and now I no longer have a background. |
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
Post
#2
|
Guest ![]() |
Hm, try these. They are JUST when you hover the images, not for images that are linked or nonlinked images.
Gray: CODE <style>a:hover img {filter:Gray;}</style> Flipped: CODE <style>a:hover img {filter:FlipV;}</style> Blur: CODE <style>a:hover img {filter:Blur(Add = 0, Direction = 225, Strength = 10);}</style> As far as justifying your text (right, center, or left) in your CSS you need to add text-align:right; or text-align:center; and so on. The tables problem that you're having you already have a topic on. |
|
|
![]() ![]() |