Login | Register For Free!
     LAYOUTS  |  SCRIPTS  |  GRAPHICS  |  TUTORIALS |  WEBSITES   |  FORUMS
Advanced Search:
How to search  |  Popular tags Contribute your work!
Layouts
Blogger(157)
LiveJournal(48)
Myspace(2490)
Websites(2)
Xanga(118)
Hi5(155)
Friendster(29)

Scripts
Myspace(1)
Xanga(1)
PHP Scripts(0)

Graphics
Avatars/Icons(241)
Backgrounds(514)
Banners(15)
Photos(21)
Smiley Sets(15)
Wallpapers(272)
Extended Network(17)
Contact Tables(22)
Comments(18)

Tutorials
All Other(78)
CSS(6)
HTML(14)
Javascript(17)
Photoshop(148)

Websites
vBulletin Templates(6)
Clan Templates(0)
Wordpress Themes(64)
Full Websites(704)
phpBB style skins(1)
Flash Sites(45)

Fake Image Map Rollovers
Fake Image Map Rollovers
 
If you are an impatient individual, you will more than likely not want to use this tutorial!
I was online, as usual, when Amanda (blaqheartedstar) was frustrated. She was confident about an hour earlier about making her latest design, of which she was going to use rollovers on her image map. She later replied giving up because Myspace had rejected the rollover codes due to the fact that they were Javascript. As everyone knows, Myspace doesn't allow Javascript, so I made a solution to her problem. This tutorial will teach you how to make an image map rollover without Javascript (intended for Myspace users because of the Javascript problem.)
First: You need to make your overlay image with the text that you want to be hovered. Click to enlarge.
Second: You need to make rollover image. User posted image
Third: Host all of your images either in Photobucket or ImageShack.
Fourth:Open your overlay image in Miscrosoft Paint. Use the Select Tool to make a rectangle around the text on the image that you want to be hovered. Click to enlarge. The first two numbers are your positioning numbers, the second two numbers are your size numbers (The numbers in the image are just an example). You will need both of them when you code your rollovers.
Fifth:You now need to add CSS to make your overlay image appear. Get the overlay image url that you hosted earlier and replace the URLHERE in the header style codes. You will also need to adjust the NUMBER property to fit the image's size. Leave all other CSS as is to prevent the code from not fuctioning properly.
<style type="text/css">
.header{
background:url(URLHERE) top left no-repeat;
display:block;width:NUMBERpx;height:NUMBERpx;
position:absolute;left:0px;top:0px;
z-index:0;
}
</style>

Sixth:After you have your overlay image up, you now need to create the rollover images. You will need however many rollover images to correspond with your links. Look back at the working preview to understand. Each rollover class will have it's own positioning and background image. Get the rollover image url that you hosted earlier and replace the URLHERE in the rollover style codes. You will also need to adjust the NUMBER property to fit the image's size. Leave all other CSS as is to prevent the code from not fuctioning properly. You also do not need to copy and paste the script that ImageReady gives for image mapping if you are using this tutorial. You will however have to make multiple CSS names for each rollover you create. This involves a lot image hosting and positioning (Just as a warning). If you are an impatient individual, you will more than likely not want to use this tutorial. Read further if you are using this tutorial.
<style type="text/css">
a.NAMEHERE{
position:absolute;top:NUMBERpx;left:NUMBERpx;
display:block;overflow:hidden;
width:NUMBERpx;height:NUMBERpx;
background-color:transparent;
z-index:4;
visibility:visible;display:inline;
}
a.NAMEHERE:hover{
background:url(URLHERE) top left no-repeat;
z-index:4;
visibility:visible;display:inline;
}
</style>

Seventh:After the CSS is installed, you now need to imput the actual HTML tags. (You can either place this in your I'd Like To Meet or About Me section in your editing page.)
<a href=""class="NAMEHERE"></a>
<div class="header"></div>

^You will need to add and change the CSS rollover HTML tags by how many you create.
The tutorial is over. Click to see the working preview once again.
^It is mainly just a link with a background image that is placed over the overlay image when you hover over a desired place.
 
Description :
Intended for Myspace users.
by subash123
under CSS/Advanced
 
Add To Favourites
Add/View Comments
Download Now
 
Tags :
Map Rollovers
Fake Image
Fake
Rollovers
 
Help
Get Personalized Help
 
Viewed 302 times
In 0 favorite lists
Submitted on April 17,2007

 

© 2006 sharealayout.com, All rights reserved. Site Map | Help | About Us | Contact Us | Terms of Use | Privacy Policy