CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: HanneSThEGreaT

Search: Search took 3.72 seconds.

  1. Replies
    3
    Views
    1,432

    JavaScript Re: Flip a picture

    Ah, I fixed it. I edited my Main.CSS file to include the CSS Transformations, like this :


    #main_object #wave_zone {
    position:relative;
    display:block;
    overflow:hidden;
    ...
  2. Replies
    3
    Views
    1,432

    JavaScript Re: Flip a picture

    Yes, that is basically it. I just have some CSS inside as well as call to a JS function :


    <div id="main_object" align="center">
    <img id="source_img" border="0"...
  3. Replies
    3
    Views
    1,432

    JavaScript [RESOLVED] Flip a picture

    OK, the title is a tad misleading.

    I have this script :

    Main.js

    // wave sub objects
    function WSubObj(num, img, object, iwidth, iheight){
    this.S = num;
    var o =...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured