View Full Version : iframe positioning & music;


xjuw0n
04-10-2005, 10:30 PM
http://xjuw0n.tripod.com/index.htm

that is my site so far. i have a few questions;
1. does the drop down music list work? is the music playing?
2. is the drop down music list correctly positioned?
3. is the iframe correctly positioned? [inside the green "stitches"]
4. how do i made the iframe and drop down music like positioned correctly on all browsers/moniters?

http://img.photobucket.com/albums/v35/xssaranghaex@hotmail.com/v1.jpg
that is the screenshot of what my site looks like on my browser/moniter.

PM me if you need the coding I did for it. I can't seem to figure out how to put the whole thing in a codebox on this. [i'm a newbie.]

Thanks! If you find that it will be easier to explain it with us both talking my AiM is : xjuw0n.

MaGiCSuN
04-10-2005, 11:36 PM
it would be easier if we could somehow see if the iframe is there :S

however change the index.htm page to this:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>version 1.0; so long & goodnight.</title>

<style type="text/css">
<!--
body {margin: 0; background-image: url(http://www.geocities.com/xjuw0n/backroundforsiteversiononepoint0.jpg); }
-->
</style>

</head>

<body>
<center>

<iframe name="christine" id="azerty" src="http://xjuw0n.tripod.com/blog" style="position: absolute; top: 630px; left: 223px; z-index: 2; width: 540px; height: 270px; overflow: hidden; border: none" allowtransparency="true"></iframe>

<!-- Created by CoffeeCup Image Mapper++ (www.coffeecup.com) -->

<!-- Beginning of CSIM -->
<IMG SRC="http://www.geocities.com/xjuw0n/solongandgoodnight.jpg" USEMAP="#solongandgoodnight" BORDER="0">
<MAP NAME="solongandgoodnight">
<AREA SHAPE=RECT COORDS="12,6,34,27" TARGET="christine"
HREF="http://xjuw0n.tripod.com/me" ALT="me." OnMouseOut="window.status=''; return true" OnMouseOver="window.status='me.'; return true">
<AREA SHAPE=RECT COORDS="13,35,32,54" TARGET="christine" HREF="http://xjuw0n.tripod.com/you" ALT="you." OnMouseOut="window.status=''; return true" OnMouseOver="window.status='you.'; return true">
<AREA SHAPE=RECT COORDS="14,61,32,80" TARGET="christine" HREF="http://xjuw0n.tripod.com/goodbye" ALT="goodbye." OnMouseOut="window.status=''; return true" OnMouseOver="window.status='goodbye.'; return true">
<AREA SHAPE=RECT COORDS="14,87,34,108" TARGET="christine" HREF="http://xjuw0n.tripod.com/blog" ALT="blog." OnMouseOut="window.status=''; return true" OnMouseOver="window.status='blog.'; return true">
<AREA SHAPE=default HREF="http://xjuw0n.tripod.com/blog">
</MAP>
<!-- End of CSIM -->

<div style="position: absolute; top: 930px; left: 400px; z-index: 1; visibility: show;">
DARKPLAYER HERE PLEASE !</div>
</center>

</body>
</html>

Insert the whole darkplayer coding yourself, since the forum puts in spaces that might mess up the whole coding :)

if you want it to look the same in each browser then delete the <center> and </center> tags and absolute position the image (from the imagemap) aswell :)

love,
Mirna