• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

JavaScript Help setting a position

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;
}
 
Back
Top