image flipping and those cute boxes |
![]() ![]() |
image flipping and those cute boxes |
Apr 22 2005, 01:05 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 36 Joined: Apr 2005 Member No: 128,009 |
Hi! I was wondering if anyone could help me with this. I tried looking in the xanga scripts and help section, then even tried searching for it, but couldn't find anything for these two.
First thing is, is there a code to make the image flip from left to right on mouseover? Like this. Second thing is, some sites have some small boxes in their headers that have scrolling messages in them. Like this. Is there any code for that? Any help is much appreciated! Thank you! |
|
|
|
| *Azarel* |
Apr 22 2005, 01:09 PM
Post
#2
|
|
Guest |
To make links flip horizontally, insert this code:
CODE <style type="text/css"> a:hover { height:0; filter:fliph;} </style> Scrolling messages? Do you have an example? It could just be a simple marquee, but I doubt that's what you're asking for. |
|
|
|
Apr 22 2005, 01:11 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 36 Joined: Apr 2005 Member No: 128,009 |
Thanks! Yup. Like in this page http://www.xanga.com/home.aspx?user=JaveriaFayyaz
See how in her header there are these cute little boxes with the messages in them? that. Edit: Oh I wonder if its possible to make just the images flip and not the links? |
|
|
|
Apr 22 2005, 01:17 PM
Post
#4
|
|
|
sweet but sour ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Jul 2004 Member No: 35,953 |
there ya go |
|
|
|
| *Azarel* |
Apr 22 2005, 01:19 PM
Post
#5
|
|
Guest |
CODE <table> <tr> <td> <fieldset> <marquee direction="left" height=35 width=50 scrollamount="2">Insert text here.</marquee> </fieldset> </td> </tr> </table> Direction: direction of marquee (left, right, up, down) Height: vertical height of the box Width: horizontal width of the box Scrollamount: speed of marquee (bigger integer makes it scroll faster) To get only images to flip, change code to: CODE <style type="text/css">
a:hover img { height:0; filter:fliph;} </style> |
|
|
|
Apr 22 2005, 01:24 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 36 Joined: Apr 2005 Member No: 128,009 |
WOW. Very nice.
OK just one more qn. What if I want to change the background of those boxes to white? |
|
|
|
Apr 22 2005, 01:34 PM
Post
#7
|
|
|
sweet but sour ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Jul 2004 Member No: 35,953 |
change your background to white, i saw your page yesterday its black right? if you don't want to change the black background, change the font color to white in the marquee boxes.
edit// or change the fone color to whatever color you want of course. |
|
|
|
Apr 22 2005, 01:36 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 36 Joined: Apr 2005 Member No: 128,009 |
Oh OK! It looks nice now. Thanks for all your help. Her's a link if you want to take a look. My Webpage Thanks again!!
|
|
|
|
| *Azarel* |
Apr 22 2005, 01:36 PM
Post
#9
|
|
Guest |
To get a white background:
CODE <table bgcolor=ffffff>
<tr> <td> <fieldset> <marquee direction="left" height=35 width=50 scrollamount="2">Insert text here.</marquee> </fieldset> </td> </tr> </table> |
|
|
|
Apr 22 2005, 01:41 PM
Post
#10
|
|
|
sweet but sour ![]() ![]() ![]() ![]() Group: Member Posts: 170 Joined: Jul 2004 Member No: 35,953 |
it looks good.
|
|
|
|
| *mona lisa* |
Apr 22 2005, 02:54 PM
Post
#11
|
|
Guest |
QUOTE(artemis3001 @ Apr 22 2005, 2:36 PM) Oh OK! It looks nice now. Thanks for all your help. Her's a link if you want to take a look. My Webpage Thanks again!! Topic Closed |
|
|
|
![]() ![]() |