Javascript & CSS

M

maribeth

Whenever I make a change in my JScript nav bar, my css messes up. Does anyone
know what causes this and how I can correct it....

see page: www.cherrypoint.usmc.mil

The include page "pagetop" and the bottom nav bar only show up when moused
over.

Any suggestions would be appreciated.

Maribeth
 
S

Stefan B Rusynko

Invalid broken html

You have 2 sets of head & body tags in the page
- validate your page & correct it




| Whenever I make a change in my JScript nav bar, my css messes up. Does anyone
| know what causes this and how I can correct it....
|
| see page: www.cherrypoint.usmc.mil
|
| The include page "pagetop" and the bottom nav bar only show up when moused
| over.
|
| Any suggestions would be appreciated.
|
| Maribeth
 
M

maribeth

Stefan,
I see what your talking about, but I don't understand the "validate your
page and correct it"....could you explain?

Thanks...
M
 
S

Steve Easton

You have two head sections, which are each calling a different style sheet.
One of the head sections has to be removed.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top