Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello all...

I know that title seems like a tall order...(unless you know your way around js, which I do not)...but I'm only attempting to create one for myself already done for me by sitey...please have a look:

hello all...

I know that title seems like a tall order...(unless you know your way around js, which I do not)...but I'm only attempting to create one for myself already done for me by sitey...please have a look:

HOME

quick background: I want to recreate that site on my own, so as to be able to post directly thru a domain account I have w/ godaddy (as opposed to a dns redirect w/ sitey; & working in their editor); & I've managed to build everything except that fading gallery show. Attempts to copy/paste the sitey source code into dreamweaver (2004) have gone unsuccessful.

so I only need two things to happen:
1) I need it to be positioned exactly where it is on that home page (which is why I referred to placing it in a div...but am open to other avenues).
2) All those images you see are of different dimensions; & sitey, in their coding, makes them fit perfectly. In looking at it, it is probably a resize to 'width', w/ the image height then centered vertically (judging from what my raw images look like in the slideshow...the entire image width is captured, w/ the same amount of height sawed off at the tops & bottoms).

anyway, if someone could shoot me some simple coding to create that exact slideshow showing at the link above...in a 936 X 224 div...it would be greatly appreciated.

[please bear in mind that I am not a professional coder like most of you...just a struggling singer-songwriter trying to build a nice site].

thanx very much,

mw4man d: I want to recreate that site on my own, so as to be able to post directly thru a domain account I have w/ godaddy (as opposed to a dns redirect w/ sitey; & working in their editor); & I've managed to build everything except that fading gallery show. Attempts to copy/paste the sitey source code into dreamweaver (2004) have gone unsuccessful.

so I only need two things to happen:
1) I need it to be positioned exactly where it is on that home page (which is why I referred to placing it in a div...but am open to other avenues).
2) All those images you see are of different dimensions; & sitey, in their coding, makes them fit perfectly. In looking at it, it is probably a resize to 'width', w/ the image height then centered vertically (judging from what my raw images look like in the slideshow...the entire image width is captured, w/ the same amount of height sawed off at the tops & bottoms).

anyway, if someone could shoot me some simple coding to create that exact slideshow showing at the link above...in a 936 X 224 div...it would be greatly appreciated.

[please bear in mind that I am not a professional coder like most of you...just a struggling singer-songwriter trying to build a nice site].

thanx very much,

mw4man
Posted
Comments
George Jonsson 22-Oct-15 22:05pm    
You forgot to put the link to the web site.

AS you are not so skilled in web programming, I would look into Bootstrap.
Bootstrap is a framework that uses the concept "mobile first", which might be of interest for you.

Bootstrap has something called a Carousel that might be what you want.
Bootstrap Carousel[^]

There are also various addons to Bootstrap that might be useful, for example Jssor Slider[^]

However, depending on how your HTML code is written it might not be feasible to introduce Bootstrap in your existing design, but as the link to the web site you refer to is missing it is difficult to give any better help.
 
Share this answer
 
v2
Your question is very confuse and may not be suited to this forum.

Advice: Improve your question and remove parts that are duplicated, and you didn't provide the link to the site.

To copy a part of a website, you can also contact the owner to get hints on how it is done.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900