
May 7th, 2008, 23:06
|
 |
Nerdy Moderator
|
|
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Thanks: 2
Thanked 22 Times in 22 Posts
|
|
|
Re: need help with JS mouseover/popup
change this:
- Code: Select all
adobj.style.left=objleft-adobjwidth;
to this
- Code: Select all
adobj.style.right=objleft-adobjwidth;
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>"I think it's wrong that only one company makes the game Monopoly " - <name>Steven Wright </name></quote>
|