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.

Page peel/ Curvy Corner

2 posters

Go down

In progress Page peel/ Curvy Corner

Post by Perfection August 27th 2012, 11:56 am

Hello, everyone. I have a big problem. I want to put a page peel on my forum, but everything i had found didn't help.

Do you have any idea how to do this?
avatar
Perfection
New Member

Female Posts : 14
Reputation : 1
Language : English

Back to top Go down

In progress Re: Page peel/ Curvy Corner

Post by Nera. August 27th 2012, 12:06 pm

Ciao,

AP > Moduels > HTML pages managment > Make a new HTML page > edit the code I gave you.

Code:
    <html>
            <head>
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
            <script type="text/javascript">
    $(document).ready(function(){
    $("#pageflip").hover(function() { //On hover...
      $("#pageflip img , .msg_block").stop()
          .animate({ //Animate and expand the image and the msg_block (Width + height)
            width: '300px',
            height: '300px'
          }, 500);
      } , function() {
      $("#pageflip img").stop() //On hover out, go back to original size 50x50
          .animate({
            width: '50px',
            height: '50px'
          }, 220);
      $(".msg_block").stop() //On hover out, go back to original size 50x50
          .animate({
            width: '50px',
            height: '50px'
          }, 200); //Note this one retracts a bit faster (to prevent glitching in IE)
    });
    });
            </script>
            </head>
            <style>
            body {
            background-repeat: no-repeat;
            background-position: top center;
            background-color: #202020;
            }
         
            </style>
            <body>
            <body background ="http://i40.servimg.com/u/f40/14/90/77/10/naviga11.jpg" bgproperties="fixed">
            <table>
            <tr>
            <div id="pageflip">
              <a href="#">
                  <img src="http://i216.photobucket.com/albums/cc174/ToxiCure/Corner.png" alt="" />
                  <span class="msg_block">Subscribe via RSS</span>
              </a>
            </div>
            <style>
            #pageflip {
              position: relative;
            }
            #pageflip img {
              width: 50px; height: 50px;
              z-index: 99;
              position: absolute;
              right: 0; top: 0;
              -ms-interpolation-mode: bicubic;
            }
            #pageflip .msg_block {
              width: 50px; height: 50px;
              position: absolute;
              z-index: 50;
              right: 0; top: 0;
              background: url(http://i216.photobucket.com/albums/cc174/ToxiCure/InfoCorner.png) no-repeat right top;
              text-indent: -9999px;
            }
            </style>
            </tr>
            </table>
            </body>
            </html>

If the dollar sign gets deformed save it a fiew times untill it works.

http://tiki.makingforum.com/h1-testtoshowyouitworks#
http://tiki.makingforum.com/h1-testtoshowyouitworks#
http://tiki.makingforum.com/h1-testtoshowyouitworks#

Hope that's what you wanted.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Page peel/ Curvy Corner

Post by Perfection August 27th 2012, 12:22 pm

Well, nothing happened.

Here a link to the forum I saw it

http://twilight.foromotion.net/
avatar
Perfection
New Member

Female Posts : 14
Reputation : 1
Language : English

Back to top Go down

In progress Re: Page peel/ Curvy Corner

Post by Nera. August 27th 2012, 12:28 pm

I don't see any peeling corners there?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Page peel/ Curvy Corner

Post by Perfection August 27th 2012, 12:35 pm

It's on the top of the page, on the right
avatar
Perfection
New Member

Female Posts : 14
Reputation : 1
Language : English

Back to top Go down

In progress Re: Page peel/ Curvy Corner

Post by Nera. August 27th 2012, 12:36 pm

Page peel/ Curvy Corner CbTK

?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Page peel/ Curvy Corner

Post by Perfection August 27th 2012, 12:55 pm

Ok, I put the code, but when I made it homepage it gave me This page cannot be set as the homepage until you insert a link to the website bulgarianforum.net.. Where to put this link?
avatar
Perfection
New Member

Female Posts : 14
Reputation : 1
Language : English

Back to top Go down

Back to top


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