View Full Version : iFrames won't work, help please.


AtreidesPhalanx
01-25-2005, 08:23 PM
For some reason unknown to me, my links that are intended to be targetted at iframes are popping up in new browsers. Can anyone help me figure out what's wrong with my codes?

the page that's going whacko is this one: http://domain.atpx.net

Thank you! <3

Chris
01-25-2005, 08:29 PM
There must be a problem with another part of your code, because when I put

<iframe FRAMEBORDER="0" BORDER="0" width="600"
height="400" src="http://domain.atpx.net/splashiframe1.html"
name="domain" style="position:absolute; left:200px; top:50px" scrolling=no allowtransparency="true">
</iframe>

<DIV id=scroll4 style="BORDER-RIGHT: #ff0000 1px dashed; BORDER-TOP: #ff0000 1px solid; OVERFLOW: auto; BORDER-LEFT: #ffffff 1px dashed; WIDTH: 600px; BORDER-BOTTOM: #ffffff 1px solid; HEIGHT: 100%; filter:alpha(opacity=100); ">
ATPX NETwork -----&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://domain.atpx.net/apply.html" target="domain">Apply</a> &nbsp;&nbsp;&nbsp; About &nbsp;&nbsp;&nbsp; Members
</div>

into a new page, it works.

Chris

AtreidesPhalanx
01-25-2005, 08:51 PM
There must be a problem with another part of your code, because when I put



into a new page, it works.

Chris

thanks for telling me! I have somehow fixed the problem, although I really have no idea how i fixed it.

Thank you!=]

Chris
01-25-2005, 08:52 PM
Your welcome :)

Even though I didn't really do anything :lol:

pb&j
01-26-2005, 05:00 AM
even though you solved your problem, a couple notes...

1. i like 800x600 :P

2. this tag...
<body bgcolor="#FFFFFF" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">
should move down your coding and replace this one that is extra...
<body>

3. in your link hover, this part should be fixed...
background-image:url(http://atpx.net/images/cobaltlink.gif);

4. in your css, this part seems to be... well... in dry space not belonging to anything...
background-image: url(/images/domainbg.jpg);
background-color: #000000;
cursor: ne-resize;}

5. this script...
* Auto Maximize Window Script
is very annoying... but that is personal preference.

6. you seem to be missing this at the ending of your coding...
</body>
</html>

other than that... hope all goes well for ya !