The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to make this?

3 posters

Go down

how to make this? Empty how to make this?

Post by akoe.akbar November 8th 2011, 7:22 am

hello,
how to make this images,
you can see the images in http://kingscrafters.com/
its moving picture
please help me,.. Very Happy
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Poser November 8th 2011, 7:28 am

You can ask the graphic designers to make something like that for you.
Poser
Poser
Helper
Helper

Male Posts : 413
Reputation : 43
Language : English, Filipino
Location : @ohmpawatt

http://maristpress.forumotion.com/

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 8:24 am

You want the slider?
avatar
Guest
Guest


Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 8:25 am

Johnny. wrote:You want the slider?

sure,.
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 9:23 am

This is the complete code:
Code:
<head>
<style>
#banner {
   margin:15px auto;
   width:100%;
}

.slideshow {
   height: 300.0px;
   width:100%;
   margin: 0 auto ;
}


.slideshow img {
   padding: 0;
   margin:0;
   width:920px;
   height:300.0px;
}

.slideshow a img { border:none }

.slideshowContainer {
   display:block;
   clear:both;
   width:100%;
   position:relative;
}




.slideshowBottom {
   clear:both;
   height:20px;
   position:absolute;
   top:280.0px;
   width:920px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowBottom.png') no-repeat scroll center center transparent;
}

.slideshowLeftCorner {
   height:10px;
   position:absolute;
   top:0;
   left:0;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowLeftCorner.png') no-repeat scroll center center transparent;
}

.slideshowRightCorner {
   height:10px;
   position:absolute;
   top:0;
   left:910px;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowRightCorner.png') no-repeat scroll center center transparent;
}
   


</style>

<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/addon.js"></script>
<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/custom.js"></script
</head>

<center>
      <div id="banner" class="slideshowContainer">
          <!-- put your slideshow images here --> 
          <div class="slideshow">
            <a href="#" title="Specs" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/stars.jpg" />
            </a> 
            <a href="#" title="Plugins" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/psyrchus.jpg" />
            </a> 
            <a href="#" title="KingsCraft" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/pseudoart.jpg" />
            </a>
          </div> 
          <div class="slideshowLeftCorner"></div> 
          <div class="slideshowRightCorner"></div> 
          <div class="slideshowBottom"></div>
        </div> 
</center>
avatar
Guest
Guest


Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 9:58 am

Johnny. wrote:This is the complete code:
Code:
<head>
<style>
#banner {
   margin:15px auto;
   width:100%;
}

.slideshow {
   height: 300.0px;
   width:100%;
   margin: 0 auto ;
}


.slideshow img {
   padding: 0;
   margin:0;
   width:920px;
   height:300.0px;
}

.slideshow a img { border:none }

.slideshowContainer {
   display:block;
   clear:both;
   width:100%;
   position:relative;
}




.slideshowBottom {
   clear:both;
   height:20px;
   position:absolute;
   top:280.0px;
   width:920px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowBottom.png') no-repeat scroll center center transparent;
}

.slideshowLeftCorner {
   height:10px;
   position:absolute;
   top:0;
   left:0;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowLeftCorner.png') no-repeat scroll center center transparent;
}

.slideshowRightCorner {
   height:10px;
   position:absolute;
   top:0;
   left:910px;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowRightCorner.png') no-repeat scroll center center transparent;
}
   


</style>

<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/addon.js"></script>
<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/custom.js"></script
</head>

<center>
      <div id="banner" class="slideshowContainer">
          <!-- put your slideshow images here --> 
          <div class="slideshow">
            <a href="#" title="Specs" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/stars.jpg" />
            </a> 
            <a href="#" title="Plugins" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/psyrchus.jpg" />
            </a> 
            <a href="#" title="KingsCraft" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/pseudoart.jpg" />
            </a>
          </div> 
          <div class="slideshowLeftCorner"></div> 
          <div class="slideshowRightCorner"></div> 
          <div class="slideshowBottom"></div>
        </div> 
</center>

what is the background url?
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 10:00 am

What background?
avatar
Guest
Guest


Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 10:01 am

Johnny. wrote:What background?

CLICK:
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 10:02 am

There are the backgrounds of border ( top - left; top - right and the main bottom background border )
avatar
Guest
Guest


Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 10:05 am

Johnny. wrote:There are the backgrounds of border ( top - left; top - right and the main bottom background border )

the link is that?
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 10:08 am

Yes. If you delete the backgrounds, slider border will disappear.
avatar
Guest
Guest


Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 10:12 am

Johnny. wrote:Yes. If you delete the backgrounds, slider border will disappear.

where i can add the code?
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 10:17 am

In to a HTML page, overall_header, overall_footer, index_body.

ACP > Display > Templates > General: overall_header, overall_footer, index_body.
ACP > Modules > HTML Pages administration > Create a new page.
avatar
Guest
Guest


Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 10:59 am

Johnny. wrote:In to a HTML page, overall_header, overall_footer, index_body.

ACP > Display > Templates > General: overall_header, overall_footer, index_body.
ACP > Modules > HTML Pages administration > Create a new page.

ok its solve, but its too big
i want to make it be header,.. how to make it?
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by tommycoo November 8th 2011, 11:49 am

Johnny. wrote:This is the complete code:
Code:
<head>
<style>
#banner {
   margin:15px auto;
   width:100%;
}

.slideshow {
   height: 300.0px;
   width:100%;
   margin: 0 auto ;
}


.slideshow img {
   padding: 0;
   margin:0;
   width:920px;
   height:300.0px;
}

.slideshow a img { border:none }

.slideshowContainer {
   display:block;
   clear:both;
   width:100%;
   position:relative;
}




.slideshowBottom {
   clear:both;
   height:20px;
   position:absolute;
   top:280.0px;
   width:920px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowBottom.png') no-repeat scroll center center transparent;
}

.slideshowLeftCorner {
   height:10px;
   position:absolute;
   top:0;
   left:0;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowLeftCorner.png') no-repeat scroll center center transparent;
}

.slideshowRightCorner {
   height:10px;
   position:absolute;
   top:0;
   left:910px;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowRightCorner.png') no-repeat scroll center center transparent;
}
   


</style>

<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/addon.js"></script>
<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/custom.js"></script
</head>

<center>
      <div id="banner" class="slideshowContainer">
          <!-- put your slideshow images here --> 
          <div class="slideshow">
            <a href="#" title="Specs" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/stars.jpg" />
            </a> 
            <a href="#" title="Plugins" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/psyrchus.jpg" />
            </a> 
            <a href="#" title="KingsCraft" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/pseudoart.jpg" />
            </a>
          </div> 
          <div class="slideshowLeftCorner"></div> 
          <div class="slideshowRightCorner"></div> 
          <div class="slideshowBottom"></div>
        </div> 
</center>
can this code for invision ?
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by akoe.akbar November 8th 2011, 12:00 pm

tommycoo wrote:
Johnny. wrote:This is the complete code:
Code:
<head>
<style>
#banner {
   margin:15px auto;
   width:100%;
}

.slideshow {
   height: 300.0px;
   width:100%;
   margin: 0 auto ;
}


.slideshow img {
   padding: 0;
   margin:0;
   width:920px;
   height:300.0px;
}

.slideshow a img { border:none }

.slideshowContainer {
   display:block;
   clear:both;
   width:100%;
   position:relative;
}




.slideshowBottom {
   clear:both;
   height:20px;
   position:absolute;
   top:280.0px;
   width:920px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowBottom.png') no-repeat scroll center center transparent;
}

.slideshowLeftCorner {
   height:10px;
   position:absolute;
   top:0;
   left:0;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowLeftCorner.png') no-repeat scroll center center transparent;
}

.slideshowRightCorner {
   height:10px;
   position:absolute;
   top:0;
   left:910px;
   width:10px;
   z-index:10;
   background:url('http://kingscrafters.com/images/css/slideshowRightCorner.png') no-repeat scroll center center transparent;
}
   


</style>

<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/addon.js"></script>
<script type="text/javascript" language="javascript" src="http://kingscrafters.com/js/custom.js"></script
</head>

<center>
      <div id="banner" class="slideshowContainer">
          <!-- put your slideshow images here --> 
          <div class="slideshow">
            <a href="#" title="Specs" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/stars.jpg" />
            </a> 
            <a href="#" title="Plugins" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/psyrchus.jpg" />
            </a> 
            <a href="#" title="KingsCraft" target="_blank" shape="rect">
              <img src="http://kingscrafters.com/images/pseudoart.jpg" />
            </a>
          </div> 
          <div class="slideshowLeftCorner"></div> 
          <div class="slideshowRightCorner"></div> 
          <div class="slideshowBottom"></div>
        </div> 
</center>
can this code for invision ?

yes, i use it already
avatar
akoe.akbar
Forumember

Male Posts : 251
Reputation : 4
Language : Bontang

http://www.tarsiusforum.forumid.net

Back to top Go down

how to make this? Empty Re: how to make this?

Post by Guest November 8th 2011, 6:23 pm

You you how to use them, you can make it for all versions.
So, you need more help?
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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