View Full Version : Iframes and scrolling


aisuruneko
03-01-2003, 10:45 PM
I need a little help with my coding. For some reason it keeps coming up with scroll bars and they don't scroll far down enough when they do come up. It's rather odd, and would be disabling for visitors. Have any ideas why this is happening?

<html>
<head>
<title>The Napalm Theory*Digital Dreaming</title><style>
a:link{color: FFFFFF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:visited{color: FFFFFF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:active{color: FFFFFF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:hover{color: 999999;text-decoration:none;font-family: Century Gothic;font-size:xx-small;cursor:crosshair;filter: fliph}
</style>
<STYLE type="text/css">
</STYLE>
<body background="http://www.napalmtheory.com/digidream.jpg" bgcolor="FFFFFF" bgproperties="fixed">
<div style="width: 300; height: 300; overflow: auto; border: 2px dashed #9999FF" style="LEFT: 180px;
POSITION: absolute; TOP: 175px;"><iframe src="http://www.napalmtheory.com/econtrollers/frame1.html" width="300"

height="300" style="filter:alpha(opacity=50)" frameborder="0" border="0"
name="inlineframe" scrolling="no"></iframe>

aisuruneko
03-01-2003, 10:56 PM
Never mind! I fixed it.