JavaScript Help setting a position

Ravin

Junior Member
May 11, 2001
19
0
0
How do I set the position using Java Script for something on my web page?
 

Ravin

Junior Member
May 11, 2001
19
0
0
I'm trying to set the position of a menu. I got this code from a site and I'm trying to change it around so I can put it where I want to on my web page. The position I want to change is in this bit:

#menuStart{
border: 1px solid #666666;
background-color: #111111;
padding: 10px;
font-size: 10px;
font-family: Verdana, Arial;
h]position: absolute;[/h]
width: auto;
height: auto;
}
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
more than likely you will have to put the script in a table.




dam()