WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : 1, 2  Next

View previous topic View next topic Go down  Message [Page 1 of 2]

1JQuery slider Empty JQuery slider Fri Oct 08, 2010 5:58 pm

verrell123

verrell123
Registered Member
Registered Member
I need a html code

When the picture click it will be chance to left and a new text on there

example:

Thanks! Very Happy



Last edited by verrell123 on Fri Oct 08, 2010 6:36 pm; edited 1 time in total

http://www.freshartz.co.cc/

2JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:26 pm

Guest


Guest
when you say page,what do you mean?

3JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:29 pm

ankillien

ankillien
Administrator
Administrator
Hello,

Pleas give a proper title to your topic. I'm not answering until you will change the topic title to a more relevant to your problem.

4JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:33 pm

verrell123

verrell123
Registered Member
Registered Member
See Iwebbuddy then check on bottom, the twitter click the arrow. how to make that?

http://www.freshartz.co.cc/

5JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:33 pm

Guest


Guest
alright,thats JQuery slider.
Do you want me to provide you a code?

6JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:36 pm

ankillien

ankillien
Administrator
Administrator
ankillien wrote:Hello,

Pleas give a proper title to your topic. I'm not answering until you will change the topic title to a more relevant to your problem.

verrel, please change your topic title to a relevant one, unless we are not going to help you.

Thanks

7JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:36 pm

verrell123

verrell123
Registered Member
Registered Member
yes please?

@Ankillien

Done Smile

Sorry i don't know this html name Sad

http://www.freshartz.co.cc/

8JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:39 pm

Guest


Guest
okay i will give it to you in the afternoon.
Sorry for keeping you waiting but i am really busy. Wink

9JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:40 pm

verrell123

verrell123
Registered Member
Registered Member
okay, i will wait for it.

P.S: Now night (in my country) lol

http://www.freshartz.co.cc/

10JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:46 pm

ankillien

ankillien
Administrator
Administrator
You can try this tutorial :
http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html

11JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:53 pm

verrell123

verrell123
Registered Member
Registered Member
I use it but it only show image, can you help me please ankillien?

http://www.freshartz.co.cc/

12JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:55 pm

Guest


Guest
can you follow the tutorial ankillien posted,or you want me to code it for you?

13JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 6:58 pm

verrell123

verrell123
Registered Member
Registered Member
maybe yes, the ankillien link use but the code on the link is not use?

http://www.freshartz.co.cc/

14JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 7:02 pm

Guest


Guest
Alright,just hang on.I will give you the code,i am a ittle busy right now.If ankillien wants to give you the code before i do please let me know Wink

15JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 7:13 pm

verrell123

verrell123
Registered Member
Registered Member
I want you both

http://www.freshartz.co.cc/

16JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 7:22 pm

ankillien

ankillien
Administrator
Administrator
verrell123 wrote:maybe yes, the ankillien link use but the code on the link is not use?

Hey, don't just copy-pase the codes from that page. jQuery is never about copy-pasting.
Read the tutorial, try to understand, download the files they provide, upload them to your host and then use the codes they provided.

17JQuery slider Empty Re: JQuery slider Fri Oct 08, 2010 7:39 pm

verrell123

verrell123
Registered Member
Registered Member
Okay i will try tomorrow, its night now.

http://www.freshartz.co.cc/

18JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 4:01 am

blindbat1457


Registered Member
Registered Member
*whispers* copy and paste them.

Haha jk but he is right.

19JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 4:25 am

verrell123

verrell123
Registered Member
Registered Member
I already copy and i need to download and read the tutorials

http://www.freshartz.co.cc/

20JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 12:13 pm

Kratos

Kratos
Registered Member
Registered Member
is this solved?

21JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 12:34 pm

verrell123

verrell123
Registered Member
Registered Member
No, i need the JQuery Slider

http://www.freshartz.co.cc/

22JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 3:20 pm

Guest


Guest
i couldnt get that slider working,so i give you onother one.
If you like it i can upload my files to my own host so that you wont lose them Wink

Code:
<head> 
    <script type="text/javascript" src="http://cssglobe.com/lab/easyslider1.7/js/jquery.js"></script>
    <script type="text/javascript" src="http://cssglobe.com/lab/easyslider1.7/js/easySlider1.7.js"></script>
    <script type="text/javascript">
        $(document).ready(function(){   
            $("#slider").easySlider({
                auto: true,
                continuous: true
            });
        });   
    </script>
   

<link href="http://cssglobe.com/lab/easyslider1.7/css/screen.css" rel="stylesheet" type="text/css" media="screen" />
   
</head>
<body>

<div id="container">

    <div id="header">
    </div>

    <div id="content">

   
        <div id="slider">
            <ul>               
                <li><a href="http://templatica.com/preview/30"><img src="http://cssglobe.com/lab/easyslider1.7/images/01.jpg" alt="Css Template Preview" /></a></li>
                <li><a href="http://templatica.com/preview/7"><img src="images/02.jpg" alt="Css Template Preview" /></a></li>
                <li><a href="http://templatica.com/preview/25"><img src="images/03.jpg" alt="Css Template Preview" /></a></li>
                <li><a href="http://templatica.com/preview/26"><img src="images/04.jpg" alt="Css Template Preview" /></a></li>
                <li><a href="http://templatica.com/preview/27"><img src="images/05.jpg" alt="Css Template Preview" /></a></li>           
            </ul>
        </div>
           
        </body>

23JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 3:28 pm

verrell123

verrell123
Registered Member
Registered Member
Wow that's wonderful! Thanks nick solved and lock!

http://www.freshartz.co.cc/

24JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 3:30 pm

Guest


Guest
one question,can you download the 2 js and the 1 css file to your pc and upload them to your host?

eg : http://cssglobe.com/lab/easyslider1.7/js/easySlider1.7.js => copy/paste to your browser url field>Save to your pc>upload to your host > http://test.webs.com/js/easySlider1.7.js

or i will do this for ya or everything is okay?

25JQuery slider Empty Re: JQuery slider Sat Oct 09, 2010 3:37 pm

verrell123

verrell123
Registered Member
Registered Member
Okay Very Happy

http://www.freshartz.co.cc/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum