1.

Solve : Accesory Box/Table?

Answer»

Hello everyone,

Im currently working on the build for my new eCommerce business and I was LOOKING for some INPUT on something. I will be selling SCOPES for firearms on my website and there is about 30 different kinds. I want to do something like ebay does when your looking at an auction and you hover over one of the images and it enlarges.  I want to incorporate this into a nice at the same time.  The theme of my site is a dark gray and black.

Thanks  That said, for your problem you have two choices:

1. Hire a web developer to do this.

2.Do it yourself. that seems to be what you are going for you might be able to find something on dynamicdrive.com. If you know javascript, learn jquery- I believe it has functionality that does exactly this. If you don't know javascript then you might be better off with option 1. Also, you MAKE no mention of what CMS you are using, if any, or any of the available technologies that you are using, or that you know how to use, which makes it difficult to advise.

Im using an HTML template and I know how to incorporate java.  Nothing fancy here...just focusing on functionality because not every user has a top notch system these days that can handle animation intense websites.

It would have been nice if you lectured him like you did me tbh. And knowing what I am incorporating on my website is IMPORTANT because many of the items look the same and without the enlarge image feature someone could mistakenly order the wrong item.I did find this, Which has a few snippets of javascript that you might be able to integrate.

Actually, come to think of it, you can do this without javascript at all, purely via CSS; not sure why I didn't think of it because I am using a similar technique on my own web page for my navigation links.


Basically, you would end up with something like this:

Code: [Select]<img src="blah/blah/image.png" class="displayimage">

hopefully your template uses the tag for showing the images (assuming it's working as is). Then, you can have css in either a



Discussion

No Comment Found