| View previous topic :: View next topic |
| Author |
Message |
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Fri Nov 13, 2009 1:28 pm code help |
|
|
|
hey all
im stuck doing a website for one my classes in uni
and i wanna blow my teacher out of the water
i was just wondering if someone could help me out with finding a website that explains/shows you the code/script for something like the picture viewer on http://tigerwoods.com/ (scroll down you see three pictures that you can click and see more like a slideshow)
it doesnt have to be extactly like that, in fact a few choices would be nice
and also i need a code for having a "seperate window" inside another window (like having another scrollbar)that shows another page (like news.html) but on the index.html
i need specific height's and width's for both
the sooner the better the projects due on tuesday and i wanna start finishing it tonight or tomorrow
whoever helps me know you're the coolest and i greatly appreciate it!!
thanks scottie! |
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Fri Nov 13, 2009 1:30 pm |
|
|
|
oh and the for the pictures it doesnt have to display 3 at a time, if its easier if it just has the arrows and adds one new one each time you click thatd be cool too!
thankkkss |
|
sticks464

Joined: 31 Dec 2006 Posts: 2627
|
Posted: Fri Nov 13, 2009 3:52 pm |
|
|
|
| Quote: |
micacchi
| Quote: |
| a website that explains/shows you the code/script for something like the picture viewer on http://tigerwoods.com/ |
|
jcarousel lite
| Quote: |
| a code for having a "seperate window" inside another window (like having another scrollbar)that shows another page |
Iframes |
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Fri Nov 13, 2009 7:52 pm |
|
|
|
ooh that was fast thanks!
for the jCarouselLite plugin
i tried to look at the installation guide and im getting confused
do i just copy steps 1,2,3 into the frame i want it in and adjust the "someimage" to the location?
the pictures show up below like
next prev
picture
picture
picture
i want it to show up exactly like the demo
is there any other pluggin thats a little nicer looking ?
maybe without those ugly next and prev buttons lol
if not its cool |
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Fri Nov 13, 2009 8:06 pm |
|
|
|
| Quote: |
| a code for having a "seperate window" inside another window (like having another scrollbar)that shows another page |
Iframes[/quote]
whats wrong with my iframe?
my index.html is a blank black page that reads
test
test
test
but doesn't show up?
http://www.frag9.happyhost.org/default.html |
|
sticks464

Joined: 31 Dec 2006 Posts: 2627
|
Posted: Fri Nov 13, 2009 8:15 pm |
|
|
|
| Quote: |
| i want it to show up exactly like the demo |
Copy the code from the demo, substitute your own images into the code.
| Quote: |
| is there any other pluggin thats a little nicer looking ? |
Sure, google image carousel, or try one from this list. |
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Fri Nov 13, 2009 8:37 pm |
|
|
|
ok thanks ill keep trying to figure out the pictures..
as for the iframe..
i got it working a bit better..
it now looks like
www.frag9.happyhost.org/default.html
why is there a frame around it?
i wan't it to be just the page
no visible frame |
|
sticks464

Joined: 31 Dec 2006 Posts: 2627
|
Posted: Fri Nov 13, 2009 8:54 pm |
|
|
|
| Code: |
<iframe src="index.html" frameborder="0" align="center" class="style2" style="width: 100%; height: 488px">
<p>See our <a href="news.html">newsflashes</a>.</p>
</iframe> |
|
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Fri Nov 13, 2009 9:16 pm |
|
|
|
ok thanks i got the iframe working
what about the picture's?
i checked that list and i don't think thats what i'm looking for
is there one that shows the pictures as a slideshow like this one:
http://www.e2interactive.com/e2_photo_gallery/demo/
but have it so when you click on a certain picture or on mouse over it shows the picture as a larger image in a frame? not a new window |
|
sticks464

Joined: 31 Dec 2006 Posts: 2627
|
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
|
sticks464

Joined: 31 Dec 2006 Posts: 2627
|
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Sat Nov 14, 2009 8:15 am |
|
|
|
ok sweet man
im diggin that one
how do i install it?
i have an empty frame ready to go for it
im sorry im really new to this stuff
might need a step by step i couldnt figure out the download stuff before  |
|
sticks464

Joined: 31 Dec 2006 Posts: 2627
|
Posted: Sat Nov 14, 2009 8:47 am |
|
|
|
| OK, first thing, what browser are you using? |
|
micacchi
Joined: 05 Jul 2009 Posts: 46
|
Posted: Sat Nov 14, 2009 8:50 am |
|
|
|
IE
or firefox
or safari? |
|
|