I love you kthanks. |
![]() ![]() |
I love you kthanks. |
![]()
Post
#1
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
I need help on roll overs but not 2 images. I want it like this.
- http://www.hidden-street.net/monsters/mons8.php hover over the links and you see the picture that pops out when you hover the links. k. |
|
|
![]()
Post
#2
|
|
![]() sang loves hayden. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,373 Joined: Feb 2004 Member No: 5,687 ![]() |
Haha, maplestory.
I'm not really sure, just look at the source. This is my guess. <a href="LINK" onMouseOver="return overlib('<img src=\'LINK OF IMAGE' alt=\'\' />');" onMouseOut="nd();">TITLE OR W.E</a> |
|
|
![]()
Post
#3
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
^ I tried doesn't work for myspace...
|
|
|
*Azarel* |
![]()
Post
#4
|
Guest ![]() |
I don't think what you want is feasible on myspace (Javascript? Not sure). This script is somewhat similar, but not exactly what you want.
http://www.createblog.com/scripts/download.php?id=254 |
|
|
![]()
Post
#5
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
yea that will do... but how do i adjust the code to make each seperate picture have different margins like a regular rollover... since I dont want all the picture to be at the same places.
|
|
|
![]()
Post
#6
|
|
![]() What's my name? Janette. and ily. <3 ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,139 Joined: Apr 2006 Member No: 391,911 ![]() |
You can make classes. :]
|
|
|
![]()
Post
#7
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
|
|
|
![]()
Post
#8
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Its like font classes. You give each link you want to rollover its own class . Then I'm guessing for the hover part you can add positions to it?
Heres an example of font classes: http://www.createblog.com/scripts/download.php?id=99 Heres one of plainl ink classes: http://www.createblog.com/scripts/download.php?id=345 |
|
|
![]()
Post
#9
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 ![]() |
ok but how would i changed the class for this part
CODE <style stype="text/css"> a span{display:none;} a:hover span {display: block; position: absolute; top: 10px; left: 130px; width:100px; padding: 0px; margin: 0px; z-index: 5; color: white; background: black;filter:none; font-size: 10px;font-family: small fonts; text-align: left; text-decoration:none;} .hidethem {visibility:hidden; display:none;} </style> cause wouldn't I have to make a pair of class for this code and the link part CODE <a href="LINK URL">NAME OF LINK HERE<span><img src="URL TO IMAGE" width="100px"></span></a> and a different class for another pair. Sorry if I sound confusing >.> |
|
|
![]()
Post
#10
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
You would have to make a new class. Use the second link... He basically set up the code in class styles.
Thats how you make a new class. Then in the hover part, put positions in there (position: absolute; left: #px; top: #px; ) and see if that works. I am NO WAY good at image rollovers, thats just an idea. Might not work. sorry I tried. Plus your example doesn't work in my browser. ![]() |
|
|
*Azarel* |
![]()
Post
#11
|
Guest ![]() |
Actual links:
<a href="LINK URL">NAME OF LINK HERE<span class="class1"><img src="URL TO IMAGE" width="100px"></span></a> The bold coding should correspond to the bolded coding in the About Me/Who I'd Like To Meet: <style stype="text/css"> a span{display:none;} .class1:hover span {display: block; position: absolute; top: 10px; left: 130px; width:100px; padding: 0px; margin: 0px; z-index: 5; color: white; background: black;filter:none; font-size: 10px;font-family: small fonts; text-align: left; text-decoration:none;} </style> Duplicate the italicized coding and change the bolded area to give each span class a different name. |
|
|
![]() ![]() |