Log In · Register

 
Several coding issues
suntaxis
post Nov 29 2006, 05:59 PM
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.
 
 
Start new topic
Replies
*WHIMSICAL 0NE*
post Nov 29 2006, 06:13 PM
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.
 

Posts in this topic
suntaxis   Several coding issues   Nov 29 2006, 05:59 PM
WHIMSICAL 0NE   Hm, try these. They are JUST when you hover the im...   Nov 29 2006, 06:13 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: