Printable Version of Topic

Click here to view this topic in its original format

Forums _ Myspace Resolved Topics _ Problem with a div graphic moving with the page dimensions

Posted by: shynomi Aug 9 2010, 01:29 PM

I have a scrolling div that works perfectly in FF and Safari but not in IE.
Is there something I can add to the code for an IE fix?

LINK: http://www.myspace.com/coiamusic

Here's the code for the div and the graphic:

CODE

<div style="position:fixed; top: 0px; left: 0;">

<a href="http://www.msplinks.com/MDFodHRwOi8vaXR1bmVzLmFwcGxlLmNvbS91cy9hbGJ1bS90aGUtcGllY2VzLXRoYXQtZmFsbC9pZDM3
jc5OTgzMw=="><img src="http://i382.photobucket.com/albums/oo268/dygynomi/2010%20FRUCA%20FRUCA/2010%20COIA/topad.png" /></a>

</div>


Thanks in advance!

Posted by: shynomi Aug 10 2010, 02:19 PM

FIXED :)
In case anyone is wondering I just used the IE hack and did this to the code.

CODE


<div style="position:fixed; _position:absolute; top: 0px; _top: -95px; left: 0; _left: 24px; z-index:9;">

<a href="http://www.msplinks.com/MDFodHRwOi8vaXR1bmVzLmFwcGxlLmNvbS91cy9hbGJ1bS90aGUtcGllY2VzLXRoYXQtZmFsbC9pZDM3
jc5OTgzMw=="><img src="http://i382.photobucket.com/albums/oo268/dygynomi/2010%20FRUCA%20FRUCA/2010%20COIA/topad.png" /></a>
</div>

Topic can be closed.


Posted by: manny-the-dino Aug 14 2010, 11:53 PM

Topic Closed and Moved