Javascript & CSS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
....also check your CSS sheet, looks like you have red color as text color and hover as orange...red on red is hard to see.


| 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
 
Stefan,
I see what your talking about, but I don't understand the "validate your
page and correct it"....could you explain?

Thanks...
M
 
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
 
Man your eyes are better'n mine at this hour...I suspected something like that but just couldn't find it!...back to CSS school :-)


| 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
|
| | > Rob,
| > I have the css text to white and hover as gold (USMC colors)...It happens
| > every time I change the Javascript. I recently added CNATT to the nav
| > bar...http://www.cherrypoint.usmc.mil/mcabe/CNATT/cnatt.asp
| >
| > and it works on that page....I just don't get it.
| > HELP!
| > M
| >
| >
| >
| > "Rob Giordano (aka: Crash Gordon®)" wrote:
| >
| > > ....also check your CSS sheet, looks like you have red color as text color and hover as
| orange...red on red is hard to see.
| > >
| > >
| | > > | 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
| > >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top