I am currently working on my site and I want to replace the EZ page links with images that change with a mouse roll over. Where would I even start to attempt this.
Thanks
I am currently working on my site and I want to replace the EZ page links with images that change with a mouse roll over. Where would I even start to attempt this.
Thanks
You would call you images from your stylesheet.css, such as:
#navEZPagesTop {
background: url(../images/your_image_1.jpg);
}
#navEZPagesTop:hover {
background: url(../images/your_image_2.jpg);
}
and of course, you may have to add some other attributes, like margin and padding to position it the way you need it.
Hope this helps.
If you have any problems, pm me.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Now if I wanted to take each link I have from the Ez pages and eliminate that bar completely and just add an individual image to replace the each link. How would I go about that? here is a site that has what i am looking for.
http://www.ifixit.com/
If those are in fact the same links that you're wanting to use, then you can add whatever background image you want, plus button images, plus hover images. So, I would do that rather than deleting all your EZ-Pages links, as they are much easier to make, modify, and delete than hard coding links or starting fresh with another menu that you would have the same problem with.
P.M. me, and I'll help get you all fixed up.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!