littledeadgirl
12-09-2004, 10:25 PM
Well my iframes work in mozilla firefox but in other browsers they show up white. So if there wasn't a way to fix it is there anyway i can change the background to red so it fits in. http://www.straboard.com/hidingfromdeath/clown.html thats my site i know theres not much there.
umm yea :(
cheers
charliex
Monkey Bizzle
12-10-2004, 02:19 AM
Fix these errors in your code:
on the page that you linked to:
<div style="position: absolute; left: 0px; top: 0px; width;1302px" height;3549px>
that should read width: 1302px; height: 3549px;"
<div style="position: absolute; left: 255px; top: 500px; width;200px" height;1000px>
that should read width: 200px; height: 1000px;"
<IFRAME ... style="FILTER: chroma(color=#000000)"
you set it to filter out the color black... but in your iframe page, you don't even have a background color specified...
here is the code for the page IN the iframe...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NIPPLES? I HAVE NO NIPPLES!!!!</title>
<meta http-equiv="content-type" content= "text/html; iso-8859-1">
<meta http-equiv="pragma" content= "cache">
<meta name="robots" content= "INDEX,FOLLOW">
<meta http-equiv="content-language" content= "uk">
<meta name="description" content= "my little but loud, ^^^y site with stuff for all.">
<meta name="abstract" content= "my little but loud, ^^^y site with stuff for all.">
<meta name="keywords" content= "handcuffs, hand, cuffs, hand cuffs, nasty, dirty, marks, leave, ^^^, ">
<meta name="author" content= "charlie millem">
<meta name="publisher" content= "charlie millem">
<link rev="made" content= "cmillem@aol.com">
<meta name="copyright" content= "charlie millem">
<meta name="audience" content= "All">
<meta name="page-type" content= "Private homepage">
<meta name="page-topic" content= "Others & Misc.">
<meta name="revisit after" content= "7 days">
<script type="text/javascript" src="http://www.haloscan.com/load/prettylittledeadgirl"> </script>
<style type="text/css">
A:link
{text-decoration : none;
color : #FFFFFF;}
A:visited
{text-decoration : none;
color : #FFFFFF;}
A:active
{text-decoration : none;
color : #FFFFFF;}
A:hover
{text-decoration : underline;
cursor : help;
color : #FFFFFF;}
body
{color : #FFFFFF;
font-size : 7pt;
font-family : Trebuchet MS;
cursor : default;
text-align : justify;
line-height :9pt;
filter:chroma(color=#000000);
you don't need that since you already put it in the iframe code on the main page... instead, you need to put background-color: #000000;
scrollbar-face-color:#FF0000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-Shadow-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
}
</style>
</head>
<body>
you need to add those
<br><br>
<b>Updates : 3/12/04</b>
Finally Caulrophobia is up. what ya think? If anything isn't working just say
<br><br>
Charliex
<br><br>
<a href="javascript:HaloScan('clown');" target="_self"><script type="text/javascript">postCount('clown');</script></a> | <a href="javascript:HaloScanTB('clown');" target="_self"><script type="text/javascript">postCountTB('clown'); </script></a>
</div>
</style>
you need to get rid of that
</body>
</html>