• Resolved aafke

    (@aafke)


    Hi,

    I’m having a problem with IE7 and absolute positioning and its turning me crazy. I’ve been trying for over two houres to fix this but nothing seems to work.

    This is my webpage:
    https://www.aafkeonline.nl/

    The problem: When I open it in IE7 the bottom bar of absolute positioned images jumps to the bottom and to the right of the relative wrapper it sits in. In firefox everything looks fine. Even when I open the page locally in IE7 it looks fine.

    I tried replacing position absolute by fixed and that seems to work. The bottom area of image where positioned under the other image as should be accept I want to center the wrapper which isn’t possible with the fixed property.

    I hope somebody can help me!
    Thanks on forhand!

Viewing 1 replies (of 1 total)
  • Thread Starter aafke

    (@aafke)

    Problem solved, wasn’t something that applies to something general.

    <?php
    		global $more; $more = 0;
    		$content = substr(get_the_content(),0,100) . "...";
    		?>
    		<div class="post-content"><?=$content?></div>

    but the content didn’t have anymore than 100 symboles…

Viewing 1 replies (of 1 total)
  • The topic ‘Absolute positioning not working in IE7’ is closed to new replies.