View Full Version : grr....


sqirm
07-23-2003, 02:07 PM
<HTML>

<style type="text/css">
body{background:black}
</style>

<HEAD>
<TITLE>Staind Graphics - Surgd</TITLE>
<img src="/staindshooz90/staindgraphics2.jpg" name="image" width="667" height="500" border="0" id="image">
<div style="position: absolute; top:144; left:185">
<IFRAME src="http://www.geocities.com/staindshooz90/Home.htm" name="frame" width="342" height="340" frameborder="0"></IFRAME></div>
<div id="Layer2" style="position: absolute; bottom:100; left:50; z-index: 0; left: 482; top: 63">

<font face="Arial"><center>
<form name="gotolocation2" method="POST">
<select name="lissamenu4" size=1
style="font-family: tahoma"
style="color: #FFFFFF"
style="border: none"
style="font-size: 10"
style="background: green">

<option value="" style=background-color:green;color:ffffff>Navigate</option>

<option value="/staindshooz90/home.htm" style=background-color:green;color:FFFFFF>Home</option>

<option value="/staindshooz90/Updates.htm" style=background-color:green;color:FFFFFF>Updates</option>

<option value="services.htm" style=background-color:green;color:FFFFFF>Services</option>

<option value="http://www.freewebs.com/alwaystrue/" style=background-color:green;color:FFFFFF>Nikki =D</option>

<option value="http://www.horseland.com" style=background-color:green;color:FFFFFF>HorseLand</option>

</select>

<input type="button" style="font-family: trebuchet ms"
style="color: FFFFFF"
style="font-size: 10px"
style="background: green" onClick="location =
document.gotolocation2.lissamenu4.options
[document.gotolocation2.lissamenu4.selectedIndex].value;"
value="Go">
</form>




</div></center>

<LINK REL=stylesheet HREF="css.htm" TYPE="text/css">




















</BODY>

</HTML>


----------------------------------------------------------

thats my html..... is their ANYWAY i can target the links into the frame?

Dude128
07-23-2003, 02:34 PM
use the drop down menu that targets frames, found here: http://www.lissaexplains.com/fun.shtml#dropframe

MaGiCSuN
07-23-2003, 03:51 PM
also correct your html to this. You had no <BODY> no </HEAD> and you had the <HEAD> on the wrong place. ANd you had stylesheet codes outside the head tags and the link code to the .css file into the body part.

<HTML>
<HEAD>
<style type="text/css">
body{background:black}
</style>
<LINK REL=stylesheet HREF="css.htm" TYPE="text/css">
<TITLE>Staind Graphics - Surgd</TITLE>
</HEAD>
<BODY>
<img src="/staindshooz90/staindgraphics2.jpg" name="image" width="667" height="500" border="0" id="image">
<div style="position: absolute; top:144; left:185">
<IFRAME src="http://www.geocities.com/staindshooz90/Home.htm" name="frame" width="342" height="340" frameborder="0"></IFRAME></div>
<div id="Layer2" style="position: absolute; bottom:100; left:50; z-index: 0; left: 482; top: 63">

<font face="Arial"><center>
<form name="gotolocation2" method="POST">
<select name="lissamenu4" size=1
style="font-family: tahoma"
style="color: #FFFFFF"
style="border: none"
style="font-size: 10"
style="background: green">

<option value="" style=background-color:green;color:ffffff>Navigate</option>

<option value="/staindshooz90/home.htm" style=background-color:green;color:FFFFFF>Home</option>

<option value="/staindshooz90/Updates.htm" style=background-color:green;color:FFFFFF>Updates</option>

<option value="services.htm" style=background-color:green;color:FFFFFF>Services</option>

<option value="http://www.freewebs.com/alwaystrue/" style=background-color:green;color:FFFFFF>Nikki =D</option>

<option value="http://www.horseland.com" style=background-color:green;color:FFFFFF>HorseLand</option>

</select>

<input type="button" style="font-family: trebuchet ms"
style="color: FFFFFF"
style="font-size: 10px"
style="background: green" onClick="location =
document.gotolocation2.lissamenu4.options
[document.gotolocation2.lissamenu4.selectedIndex].value;"
value="Go">
</form>
</div></center>


</BODY>

</HTML>

also the bold css.htm is not a valid adres. it should end with .css and not with .htm otherwise your css file will not work.

Love,
Mirna