golarin214
06-23-2006, 10:15 PM
Hi all.
For some odd reason, this (http://mysite.verizon.net/golarin214/frost/rf.html) is not showing up as a narrow (height 30 width 100%)
bar across the top of the screen. Can anyone please help me with the Why not? part of the whole thing?
here is the source where i think the problem lies, but I dont know enough about calling scripts.
<title>The Robert Frost Web Page</title>
<style type="text/css">
body {background-image: url(tan.jpg); margin-top: 0px}
img {border-width: 0}
#links {position: absolute; top: 0; left: 0}
#links a {margin-right: 10px}
#links applet {width: 100%; height: 30}
#head {text-align: center; margin-top: 30px}
.firstp:first-letter {float: left; font-size: 300%; line-height: 0.7; margin: 0px 3px 3px 0px}
.firstp:first-line {font-variant: small-caps}
.poem {float: left; margin-right: 20px}
.poem h4 {font-family: sans-serif}
#footer {border-top: 1px solid black; width: 100%; text-align: right; font-size: 8pt;
font-family: sans-serif; clear: left}
</style>
</head>
<body>
<div id="links">
<applet code="PopMenu.class">
<param name="labelpos" value="right" />
<param name="src0" value="button0.gif" />
<param name="text0" value="The Robert Frost Web Page" />
<param name="href0" value="http://www.robertfrost.org/" />
<param name="src1" value="button1.gif" />
<param name="text1" value="Robert Frost on the Web" />
<param name="href1" value="http://www.amherstcommon.com/walking_tour/frost.html" />
<param name="src2" value="button2.gif" />
<param name="text2" value="A Frost Bouquet" />
<param name="href2" value="http://www.lib.virginia.edu/exhibits/frost/home.html" />
<param name="src3" value="button3.gif" />
<param name="text3" value="Robert Frost: America's Poet" />
<param name="href3" value="http://www.ketzle.com/frost/" />
</applet>
</div>
Any help would be greatly appreciated.
Thank's in advance!
For some odd reason, this (http://mysite.verizon.net/golarin214/frost/rf.html) is not showing up as a narrow (height 30 width 100%)
bar across the top of the screen. Can anyone please help me with the Why not? part of the whole thing?
here is the source where i think the problem lies, but I dont know enough about calling scripts.
<title>The Robert Frost Web Page</title>
<style type="text/css">
body {background-image: url(tan.jpg); margin-top: 0px}
img {border-width: 0}
#links {position: absolute; top: 0; left: 0}
#links a {margin-right: 10px}
#links applet {width: 100%; height: 30}
#head {text-align: center; margin-top: 30px}
.firstp:first-letter {float: left; font-size: 300%; line-height: 0.7; margin: 0px 3px 3px 0px}
.firstp:first-line {font-variant: small-caps}
.poem {float: left; margin-right: 20px}
.poem h4 {font-family: sans-serif}
#footer {border-top: 1px solid black; width: 100%; text-align: right; font-size: 8pt;
font-family: sans-serif; clear: left}
</style>
</head>
<body>
<div id="links">
<applet code="PopMenu.class">
<param name="labelpos" value="right" />
<param name="src0" value="button0.gif" />
<param name="text0" value="The Robert Frost Web Page" />
<param name="href0" value="http://www.robertfrost.org/" />
<param name="src1" value="button1.gif" />
<param name="text1" value="Robert Frost on the Web" />
<param name="href1" value="http://www.amherstcommon.com/walking_tour/frost.html" />
<param name="src2" value="button2.gif" />
<param name="text2" value="A Frost Bouquet" />
<param name="href2" value="http://www.lib.virginia.edu/exhibits/frost/home.html" />
<param name="src3" value="button3.gif" />
<param name="text3" value="Robert Frost: America's Poet" />
<param name="href3" value="http://www.ketzle.com/frost/" />
</applet>
</div>
Any help would be greatly appreciated.
Thank's in advance!