View Full Version : HOw can i position a dropdown menu? and put scrollbar transparent
veela_hobbit 03-02-2003, 04:49 PM Does enyone know how can i position a dropdown menu on this !:(site (http://www.geocities.com/ilovebrendan_fraser/frames1.htm) , im trying and not even the dropdown menu code comes out! i wanna put it just below were it says Vivi's dolls. oh another thing is how can i make my scrollbar transparent????? pleaSE help!
MaGiCSuN 03-02-2003, 08:57 PM First off all i don't even see the dropdown menu code in your source. Secondly, you don't even have your page splitted into a <html><head></head><body></body></html>
I guess you want to use the targetting dropdown menu? (because of the iframe) Or please tell us what you want to do with it (where you want the pages to open etc). thanks
love,
Mirna
veela_hobbit 03-02-2003, 11:50 PM yeah i want a targeting dropdown menu, i want my pages to open on the inline frame, how can i split my page into those tags?
veela_hobbit 03-03-2003, 01:06 AM ok now i added the dropdown menu code, i havent edited it yet so its the same one provided here, what i want to know is how can i position it just below were it says Vivi's dolls. btw this page is made with the geocities html editor maybe thats why its not splited in the head,body tags. hope this helps
MaGiCSuN 03-03-2003, 06:17 PM You mean the filemanager? or the Pagebuilder?
with the filemanager you have to add those codes yourself. So you have to splitt it up yourself. Anywayz
the code to position a dropdownmenu with is:
<DIV id="menu" style="position: absolute; top: 0px; width: 436px; left: 0px;" align=left>
Drop down menu code
</DIV>
replace "drop down menu code" with the code of the drop down menu. Fill in the numbers to position it.
Love,
Mirna
veela_hobbit 03-04-2003, 01:56 AM it doesnt work:( were is it that im supposed to put it?
pink_fishies 03-04-2003, 04:54 AM to position a drop down menu, use div layers..and theres a transparant scrollbar code you can find at jennyspage.net
MaGiCSuN 03-04-2003, 11:45 AM Originally posted by veela_hobbit
it doesnt work:( were is it that im supposed to put it?
Just put it between your <body> and </body> tags
and put the dropdown code between the <div> codes. Like i said
Love,
Mirna
veela_hobbit 03-04-2003, 03:28 PM thank u all for trying to help me but the div layer thing still doesnt work
veela_hobbit 03-04-2003, 04:13 PM look heres the code of my page
<html>
<head>
<title>Frames1</title>
<base target="iframe">
</head>
<body>
<body bgcolor="#1B0B28" text="#0099FF" link="#0066FF" vlink="#00CCFF" alink="#0099CC">
<table cellspacing="0" cellpadding="0" border="0" width="736">
<tr>
<td colspan="2"><img src="header1.jpg" width="736" height="134" alt="header"></td>
</tr><tr>
<td><img src="left.jpg" width="264" height="315"></td>
<td><iframe src="http://www.geocities.com/ilovebrendan_fraser/" frameborder="0" framespacing="0" width="472" height="315" name="iframe"></td>
</tr>
</table>
</body>
</html>
ive tried that div layer thing but it doesnt come out, i want to put the menu just over the header1.jpg were it says vivi's dolls
MaGiCSuN 03-04-2003, 04:50 PM I guess you put the div layer on the exact place where you wanted it to appear. When you work with div layers you can place them wherver you want in the file because it is 'absolute poisitioned' so the code will place it automatically on the exact place. here's the code, i took one <body> out because you had 2, you can edit the bold parts:
<html>
<head>
<title>Frames1</title>
</head>
<body bgcolor="#1B0B28" text="#0099FF" link="#0066FF" vlink="#00CCFF" alink="#0099CC">
<base target="iframe">
<div style="position:absolute; left: 320px; top: 100px;">
<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="iframe");
}
}
//-->
</script>
<form name="lissamenu2">
<select name="menu" style="background-color: #CC99FF ;
font size=10 ; font-family: comic sans ms; color:#ffff00"
size="1" onchange="jump(this.form)">
<option value="0">Where to?</option>
<option value="0"></option>
<option value="http://www.lissaexplains.com">Home</option>
<option value="http://www.lissaexplains.com/fun.shtml">Fun Stuff</option>
<option value="http://www.lissaexplains.com/cursor.shtml">Lissa's Cursors</option>
</select>
</form>
</div>
<table cellspacing="0" cellpadding="0" border="0" width="736">
<tr>
<td colspan="2"><img src="header1.jpg" width="736" height="134" alt="header"></td>
</tr><tr>
<td><img src="left.jpg" width="264" height="315"></td>
<td><iframe src="http://www.geocities.com/ilovebrendan_fraser/" frameborder="0" framespacing="0" width="472" height="315" name="iframe"></td>
</tr>
</table>
</body>
</html>
veela_hobbit 03-04-2003, 07:29 PM OMGGGGGGGGG!!! THANKU SOOO MUUUCHHH!!! OMG THANKU FOR UR PATIENCE! THANKU SOOO MUCH Uve made my day!!!!!!!!!!
!
XOXO
VIVI!!
|