Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Images moving per page?

edited May 2012 in Vanilla 2.0 - 2.8

Hey Guys,

Does anyone know why this is happening: http://screensnapr.com/v/AmUPz0.jpg

It's fine when you're on the index but if you go into a page it moves for some reason.

Live: www.forum.amphicraft.com

Thanks,
Amphios

«1

Answers

  • I didnt understand from the image what the issue is, could you explain more?

    There was an error rendering this rich post.

  • On the index www.forum.amphicraft.com The moon is where it should (now the moons actually on the background and then theres the same image on top so I could use as a link and tool tip. But when you go in other pages its moved.

  • the moon being the square thing ?

    There was an error rendering this rich post.

  • Yeah, the moon is the white square left of the logo.

  • 422422 MVP
    edited May 2012

    you talking about the square moon with the crack on it isnt aligned correctly ? over the top of the background normal square moon.?

    You have no positioning element attached to the other moon ( crack ) as far as I can see .. just an input element..

    <input id="purple" type="image" src="http://www.amphicraft.com/forum/vanilla/themes/amphicraftv2/design/moon.png">

    There was an error rendering this rich post.

  • It's positioned through a div. It's not a crack either it's the vines coming over the top of the image.

  • 422422 MVP
    edited May 2012

    whats the div element ?

    this?
    <div style="padding-top: 45px; margin-left: 151px;"> </div>

    There was an error rendering this rich post.

  • 422422 MVP
    edited May 2012

    you are wrapping the siv elements incorrectly.

    try this:
    <div class="vinemoon"><input type="image" id="purple" src="http://www.amphicraft.com/forum/vanilla/themes/amphicraftv2/design/moon.png"></div>

    .vinemoon {
        position: absolute;
        left: 150px;
    }

    There was an error rendering this rich post.

  • I did that, it's sort of messed the entire page. www.forum.amphicraft.com

    <!-- Moon Start --> <div style="padding-top: 45px; position: absolute; left: 150px;"> <a href="http://minestatus.net/20937-amphicraft-v6-true-survival-server-no-whitelist"> <input type="image" src="http://www.amphicraft.com/forum/vanilla/themes/amphicraftv2/design/moon.png" id="purple" /> </a> </div> <!-- Moon End -->

  • how are you generating the two different images, they both seem to posess the same class ?

    There was an error rendering this rich post.

  • The moon is part of the background, then it's a seperate image.

    http://www.amphicraft.com/forum/vanilla/themes/amphicraftv2/design/main_bg.png

    That's the main_bg. Then theres the moon image.

  • will have a smoko and another looksy ina few mins

    There was an error rendering this rich post.

  • reset your css ( to how it was )

    There was an error rendering this rich post.

  • I've reset it.

    padding-top: 45px; margin-left: 151px;

    Is that it is now.

  • Will check asap, i ventured back last night but didnt see any changes. Its 6.30am so bear with me.

    There was an error rendering this rich post.

  • Im still trying to figure out what you are trying to achieve, could you re explain it.

    There was an error rendering this rich post.

  • peregrineperegrine MVP
    edited May 2012

    @amphios - I think you have a serious problem - I'll pm you.

    edited.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Beat me to it.

    There was an error rendering this rich post.

  • peregrineperegrine MVP
    edited May 2012

    I wasn't trying to find it, if just came right to me. :)

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.