pippin_is_luvly
02-28-2003, 05:41 PM
Hi!
2 questions. For this website, how do I
-align the iFrame all the way to the right (but without having to have a horizantal scrollbar, I hate those grrr) and make it so that the contents completely fills the border (you might notice it doesn't completely fill it up!)
-put a border, like the one around the iFrame (except one that fits haha) only on the top of the table and the bottom? u can see how it shows up on this sample: http://magical-marker.org/curlylocks/layout3.html and my code is below. thanks!
<html>
<head>
<TITLE>CURLYLOCKS *</TITLE>
<style type="text/css">
BODY {
scrollbar-face-color:#948D7C;
scrollbar-highlight-color:#948D7C;
scrollbar-3dlight-color:#948D7C;
scrollbar-darkshadow-color:#948D7C;
scrollbar-shadow-color:#948D7C;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#948D7C;
cursor: help;
}
BODY, P, TD, li {
font-family:Times New Roman;
text-align: justify;
line-height:11px;
font-size: 10px;
color:#000000;
font-weight:none;}
A {color:#FFFFFF;cursor:crosshair;}
text-decoration:none;
cursor:default;}
A:visited{text-decoration:line-through;}
A:hover{text-decoration:underline overline;}
A IMG {border-color:#948D7C;}
</style>
<STYLE type="text/css"> BODY { cursor: help; } </STYLE>
</head>
<BODY topmargin=0>
<BODY bgcolor="#948D7C">
<table border="0" background="main1.jpg" Cellpadding=3 cellspacing=3 height="373px" width="983px" style="position:absolute; top:0; left:0;">
<div style="position:absolute; top:450; right:0; bottom:0;">
<tr>
<td width="583"></td>
<td width="400"><DIV style="WIDTH: 450px; HEIGHT: 340px; border: solid
1px;background:transparent;filter:Alpha(opacity=60 )">
<iframe FRAMEBORDER="0" width=400
height=340 src="inlinetest.html"
name=COOLFRAME></iframe></td>
</tr>
</table>
</BODY>
</html>
2 questions. For this website, how do I
-align the iFrame all the way to the right (but without having to have a horizantal scrollbar, I hate those grrr) and make it so that the contents completely fills the border (you might notice it doesn't completely fill it up!)
-put a border, like the one around the iFrame (except one that fits haha) only on the top of the table and the bottom? u can see how it shows up on this sample: http://magical-marker.org/curlylocks/layout3.html and my code is below. thanks!
<html>
<head>
<TITLE>CURLYLOCKS *</TITLE>
<style type="text/css">
BODY {
scrollbar-face-color:#948D7C;
scrollbar-highlight-color:#948D7C;
scrollbar-3dlight-color:#948D7C;
scrollbar-darkshadow-color:#948D7C;
scrollbar-shadow-color:#948D7C;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#948D7C;
cursor: help;
}
BODY, P, TD, li {
font-family:Times New Roman;
text-align: justify;
line-height:11px;
font-size: 10px;
color:#000000;
font-weight:none;}
A {color:#FFFFFF;cursor:crosshair;}
text-decoration:none;
cursor:default;}
A:visited{text-decoration:line-through;}
A:hover{text-decoration:underline overline;}
A IMG {border-color:#948D7C;}
</style>
<STYLE type="text/css"> BODY { cursor: help; } </STYLE>
</head>
<BODY topmargin=0>
<BODY bgcolor="#948D7C">
<table border="0" background="main1.jpg" Cellpadding=3 cellspacing=3 height="373px" width="983px" style="position:absolute; top:0; left:0;">
<div style="position:absolute; top:450; right:0; bottom:0;">
<tr>
<td width="583"></td>
<td width="400"><DIV style="WIDTH: 450px; HEIGHT: 340px; border: solid
1px;background:transparent;filter:Alpha(opacity=60 )">
<iframe FRAMEBORDER="0" width=400
height=340 src="inlinetest.html"
name=COOLFRAME></iframe></td>
</tr>
</table>
</BODY>
</html>