why wont these menus work in Opera ?

D

Denise Enck

ß Ø ® G said:
well if I knew what they wa sI would fix them thats why I asked here,
I can see the menu bar in Opera but no sub menus, and the page works
in IE

Here's how you find out what the errors are: http://validator.w3.org
Just plug in your URL & click "validate."

IE is much more forgiving of errors than other browsers - this can lead one
into thinking that because a page works or looks good in IE that it will in
other browsers, too. But, this is not the case.

cheers ~
Denise
 
SS

ß Ø ® G

Here's how you find out what the errors are: http://validator.w3.org
Just plug in your URL & click "validate."

IE is much more forgiving of errors than other browsers - this can lead one
into thinking that because a page works or looks good in IE that it will in
other browsers, too. But, this is not the case.

cheers ~
Denise


OK i get

Below are the results of attempting to parse this document with an
SGML parser.

Line 8, column 22: document type does not allow element "STYLE" here
(explain...).
<style type="text/css">
^
Line 24, column 25: required attribute "TYPE" not specified
(explain...).
<script src="menu.js"></script>
^
Line 25, column 26: required attribute "TYPE" not specified
(explain...).
<script src="bizzy.js"></script>
^
Line 34, column 28: required attribute "TYPE" not specified
(explain...).
<script src="menu.js"></script>
^
Line 35, column 28: required attribute "TYPE" not specified
(explain...).
<script src="pipe.js"></script>
^


but I have no idea what it means, I looked at the (explain...). bit
but was confused even more, FOO ?


--
E-Mail Addy obet(ng)qfy(qbg)cvcrk(qbg)pbz <---Rot13 it
watch out for spam trap in header
http://www.goodtraders.com/viewfeedback.php?nick=Borg
http://www.borg.dsl.pipex.com/
Trike Power the TRUE Trinity
 
D

Denise Enck

OK i get

Below are the results of attempting to parse this document with an
SGML parser.

Line 8, column 22: document type does not allow element "STYLE" here
(explain...).
<style type="text/css">
^
Line 24, column 25: required attribute "TYPE" not specified
(explain...).
<script src="menu.js"></script>
^
Line 25, column 26: required attribute "TYPE" not specified
(explain...).
<script src="bizzy.js"></script>
^
Line 34, column 28: required attribute "TYPE" not specified
(explain...).
<script src="menu.js"></script>
^
Line 35, column 28: required attribute "TYPE" not specified
(explain...).
<script src="pipe.js"></script>
^


but I have no idea what it means, I looked at the (explain...). bit
but was confused even more, FOO ?

The bit beginning with <style type="text/css"> and going through </style>,
needs to go in your <head>. At present it's between the head and body of
your document, in no man's land....

You just need to specify that it's javascript ~~
replace this <script src="menu.js"></script>
with this: <script type="text/javascript" src="menu.js">
and so on for the other examples.

Fix those up and you should be okay...

cheers ~
Denise
 
SS

ß Ø ® G

The bit beginning with <style type="text/css"> and going through </style>,
needs to go in your <head>. At present it's between the head and body of
your document, in no man's land....

You just need to specify that it's javascript ~~
replace this <script src="menu.js"></script>
with this: <script type="text/javascript" src="menu.js">
and so on for the other examples.

Fix those up and you should be okay...

cheers ~
Denise
OK got it to pass the validation test :) but the pop out menus still
won't work in Opera, OK in IE6 no other browser on here to test in

Any ideas ?



--
E-Mail Addy obet(ng)qfy(qbg)cvcrk(qbg)pbz <---Rot13 it
watch out for spam trap in header
http://www.goodtraders.com/viewfeedback.php?nick=Borg
http://www.borg.dsl.pipex.com/
Trike Power the TRUE Trinity
 

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

Similar Threads

Google and frames 1
stat programs 2
Background help please 5
a little more help please , thanks 12
Page Curl Javascript wtd 10
Hit Counter 4
Page Curl script wanted please 7

Members online

Forum statistics

Threads
474,264
Messages
2,571,065
Members
48,770
Latest member
ElysaD

Latest Threads

Top