LOTRchick
04-27-2003, 08:57 PM
Okay, I have my webpage up and its here. http://bittersweetrhapsody.sinfree.net/orlando/indexxx.html
I got the iframe aligned to the right, the only thing is, I put an image over the background and now its all screwed up. Is there anyway to lock the page - not the iframe, so theres no scrolling and a way to move it back up to where it had been?
Thanks again.
MaGiCSuN
04-28-2003, 09:59 AM
uhm i have no idea where you are talking about because the page looks great to me. I don't need to scroll and the page doesn't looked screwed up either.
Only the links don't work, they give a 403 forbidden and they open in a new page. :)
[edit] i checked your code and you have no <head> tags at all. So change your html to this:
<html>
<head><title>
Bloom Addiction : Version 1 :: On My Mind
</title>
<style type="text/css">
<!--
body {
background-image:url(http://bittersweetrhapsody.sinfree.net/orlando/orlando2.jpg);
background-attachment:fixed;
background-position:bottom center;
background-repeat:no-repeat;
background-color: #FFFFFF;
}
-->
</style></head>
<body>
<img src="http://bittersweetrhapsody.sinfree.net/orlando/links.gif" alt="links.gif" usemap="#links.gif" style="border: 0;" /></a>
<map name="links.gif">
<area shape="rect" coords="7,13,35,30" href="" target="inlineframe" alt="Home" />
<area shape="rect" coords="6,29,36,49" href="" target="inlineframe" alt="Fics" />
<area shape="rect" coords="4,48,43,71" href="" target="inlineframe" alt="Submit" />
<area shape="rect" coords="4,70,37,89" href="" target="inlineframe" alt="FAQ" />
<area shape="rect" coords="4,89,42,107" href="" target="inlineframe" alt="Guides" />
<area shape="rect" coords="5,107,46,129" href="" target="inlineframe" alt="Inspire" />
<area shape="rect" coords="7,129,57,149" href="" target="inlineframe" alt="E-mail Me" />
<area shape="rect" coords="6,148,38,167" href="" target="inlineframe" alt="Fun" />
</map>
<div style="position: absolute; top: 17; left: 465">
<iframe FRAMEBORDER="0" BORDER=1 width=300
height=385 src="indexxx2.html"
name=inlineframe style="filter:alpha(opacity=70)" scrolling=Yes></iframe>
</div>
</body>
</html>
Love,
Mirna
LOTRchick
04-28-2003, 10:36 AM
Thanks for your help anyway. I ended up fixing it, and forgot to put that I had fixed it.