stationary Nav Bar


i have test page @ oakmontelks.com/test2.htm. keep navigation bar stationary when adjusting browser width. please assist me correcting code. please tell me move, add or delete.
thank you.

hello,

there number of problems fix first (which may fix issue
you're asking about)

your stylesheet , javascript links on host's server pointing
your hard drive , not files on server:.

<link
href="file:///hard%20drive/users/moea/desktop/elks%20web%20page/p7exp/p7exp.css"
rel="stylesheet" type="text/css">
<script type="text/javascript"
src="file:///hard%20drive/users/moea/desktop/elks%20web%20page/p7exp/p7exp.js"></script>

you have no closing </head> tag.

it should come before <body> , this:

</head>
<body>

you have second body tag , 2 <div> tags id "wrapper" furthur
down in code.

<div id="wrapper">
<body onload="p7_expmenu()">
<div id="wrapper">

there should 1 body tag, , ids can used once per page.
delete first <div id="wrapper">

cut <body onload="p7_expmenu()">
<div id="wrapper">
and replace first <body> tag on page it.
this put content in wrapper.

lastly, add closing wrapper div tag right before </body> looks
like this:
</div>
</body>

i hope helps.

take care,
tim




"allsopp" <webforumsuser@macromedia.com> wrote in message
news:fsiunh$r22$1@forums.macromedia.com...
>i have test page @ oakmontelks.com/test2.htm. keep
> navigation bar stationary when adjusting browser width.
> please assist me correcting code. please tell me move,
> add or
> delete.
> thank you.
>




More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

VIDIOC_S_FMT error 16, Device or resource busy - Raspberry Pi Forums

using a laptop skeleton to build a pi laptop - Raspberry Pi Forums

Forum for Joomla? - Joomla! Forum - community, help and support