Radiant_Stacie_Fan
02-17-2007, 04:26 AM
OK, so I'm working on a fansite and I need some help. I'm trying to get the marquee to go underneath the words "latest news" on my layout but I'm having a hard time moving it there.
If anybody could help me figure this out I'd really appreciate it!
Here's my code:
<IMG SRC="http://h1.ripway.com/corinnebaileyrae/brown_corinnebaileylayout.gif" USEMAP="#brown_corinnebaileylayout.gif" WIDTH=800 HEIGHT=800 BORDER=0>
<MAP NAME="brown_corinnebaileylayout.gif">
<AREA SHAPE=RECT COORDS="307,1,363,15" HREF="URL here" TARGET="inlineframe">
<AREA SHAPE=RECT COORDS="380,0,422,14" HREF="URL here" TARGET="inlineframe">
<AREA SHAPE=RECT COORDS="444,0,529,13" HREF="URL here" TARGET="inlineframe">
<AREA SHAPE=RECT COORDS="546,1,596,15" HREF="URL here" TARGET="inlineframe">
</MAP>
<IFRAME name="inlineframe" style="z-index:2; position:absolute; top:360px; left:230px; height:440px; width:572px;" src="index2.html" frameborder="0"></IFRAME>
<marquee behavior=slide direction=up>your message here</marquee> "style="z-index:2; position:absolute; top:360px; left:230px; height:440px; width:572px;"
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Copyright Corinne Fan";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<style type="text/css">
BODY {
background-color:#694600;
background-image: url();
background-attachment:fixed;
background-repeat:yes-repeat;
background-position:top left;
scrollbar-face-color: #694600;
scrollbar-3dlight-color: #D4CAB6;
scrollbar-darkshadow-color: #D4CAB6;
scrollbar-highlight-color: #D4CAB6;
scrollbar-shadow-color: #D4CAB6;
scrollbar-arrow-color: #D4CAB6;
scrollbar-track-color: #694600;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FFFFFF;
font:normal 11px verdana;
letter-spacing:0px;
text-decoration:none;
text-transform:normal;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#FFFFFF;
font:normal 11px verdana;
letter-spacing:0px;
text-decoration:none;
text-transform:normal;
}
a:hover {
/* edits when user mouseovers the links */
color:#FFFFFF;
font:normal 11px verdana;
letter-spacing:0px;
text-decoration:none;
text-transform:normal;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #D4CAB6;
font:normal 11px verdana;
text-transform: normal;
background-color:#694600;
color:#FFFFFF;
}
</style>
If anybody could help me figure this out I'd really appreciate it!
Here's my code:
<IMG SRC="http://h1.ripway.com/corinnebaileyrae/brown_corinnebaileylayout.gif" USEMAP="#brown_corinnebaileylayout.gif" WIDTH=800 HEIGHT=800 BORDER=0>
<MAP NAME="brown_corinnebaileylayout.gif">
<AREA SHAPE=RECT COORDS="307,1,363,15" HREF="URL here" TARGET="inlineframe">
<AREA SHAPE=RECT COORDS="380,0,422,14" HREF="URL here" TARGET="inlineframe">
<AREA SHAPE=RECT COORDS="444,0,529,13" HREF="URL here" TARGET="inlineframe">
<AREA SHAPE=RECT COORDS="546,1,596,15" HREF="URL here" TARGET="inlineframe">
</MAP>
<IFRAME name="inlineframe" style="z-index:2; position:absolute; top:360px; left:230px; height:440px; width:572px;" src="index2.html" frameborder="0"></IFRAME>
<marquee behavior=slide direction=up>your message here</marquee> "style="z-index:2; position:absolute; top:360px; left:230px; height:440px; width:572px;"
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Copyright Corinne Fan";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<style type="text/css">
BODY {
background-color:#694600;
background-image: url();
background-attachment:fixed;
background-repeat:yes-repeat;
background-position:top left;
scrollbar-face-color: #694600;
scrollbar-3dlight-color: #D4CAB6;
scrollbar-darkshadow-color: #D4CAB6;
scrollbar-highlight-color: #D4CAB6;
scrollbar-shadow-color: #D4CAB6;
scrollbar-arrow-color: #D4CAB6;
scrollbar-track-color: #694600;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FFFFFF;
font:normal 11px verdana;
letter-spacing:0px;
text-decoration:none;
text-transform:normal;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#FFFFFF;
font:normal 11px verdana;
letter-spacing:0px;
text-decoration:none;
text-transform:normal;
}
a:hover {
/* edits when user mouseovers the links */
color:#FFFFFF;
font:normal 11px verdana;
letter-spacing:0px;
text-decoration:none;
text-transform:normal;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #D4CAB6;
font:normal 11px verdana;
text-transform: normal;
background-color:#694600;
color:#FFFFFF;
}
</style>