473,320 Members | 1,744 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

for cezar others: level menu



in your post
"I used script from this example"
http://www.xs4all.nl/~peterned/examples/cssmenu.html.

where i can see the codes (for cezer) or similar examples and code (for
cezar and others)?
is it only css or css and javascript?

and for see too the other examples code:
footerdiv
borderspaces
thank you
Jul 20 '05 #1
10 2126
On Sat, 19 Jun 2004 16:28:40 +0000, arreeess wrote:
http://www.xs4all.nl/~peterned/examples/cssmenu.html.

where i can see the codes (for cezer) or similar examples and code (for
cezar and others)?
is it only css or css and javascript?


If I'm not mistaken, the code is simply the page html source.
View>page source
in your browser.
djp
Jul 20 '05 #2
If I'm not mistaken, the code is simply the page html source.
View>page source
in your browser.


ok,
but,
why
if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
IE6 and NEtscape7 works good,

instead if I copy code into dreamweaver and go to preview
work only Netscape7 and not IE6 ?

thank you

Jul 20 '05 #3
On Sun, 20 Jun 2004 11:53:43 +0000, arreeess wrote:
if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
IE6 and NEtscape7 works good,

instead if I copy code into dreamweaver and go to preview
work only Netscape7 and not IE6 ?


That would suggest to me that Dreamweavers preview is not CSS compliant !
Or that it adds some code that screws things up.
Try copying the code to a new txt file called "test-cssmenu.html" and
opening that file in the browser.

Jul 20 '05 #4
David J Patrick <da***********@sympatico.ca> wrote:
On Sun, 20 Jun 2004 11:53:43 +0000, arreeess wrote:
if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
IE6 and NEtscape7 works good,

instead if I copy code into dreamweaver and go to preview
work only Netscape7 and not IE6 ?


That would suggest to me that Dreamweavers preview is not CSS compliant !


DW preview just hands the file over to the browser in question.
Depending on the options selected in the preferences it either saves
the file and hands it over as is, or makes a temp copy (which may have
some URLs altered to point at resources relative to file system rather
than a server).

As the preview in question is not working in IE6 I would suspect that
the code
body {
behavior:url("../htc/csshover.htc");
}
which is IE specific, is the source of the problem. Either IE isn't
changing this URL correctly (but it shouldn't need changing as its a
relative URL) or the OP hasn't made a local copy of the htc file.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #5


David J Patrick wrote:
On Sun, 20 Jun 2004 11:53:43 +0000, arreeess wrote:

if I use link http://www.xs4all.nl/~peterned/examples/cssmenu.html
IE6 and NEtscape7 works good,

instead if I copy code into dreamweaver and go to preview
work only Netscape7 and not IE6 ?

That would suggest to me that Dreamweavers preview is not CSS compliant !
Or that it adds some code that screws things up.
Try copying the code to a new txt file called "test-cssmenu.html" and
opening that file in the browser.


always equal,
not work the level menu.

Jul 20 '05 #6
As the preview in question is not working in IE6 I would suspect that
the code
body {
behavior:url("../htc/csshover.htc");
}
which is IE specific, is the source of the problem. Either IE isn't
changing this URL correctly (but it shouldn't need changing as its a
relative URL) or the OP hasn't made a local copy of the htc file.

isn't this the problem,
if I transform it to a comment
/* behavior:url("../htc/csshover.htc"); */
Netscape is ok.
IE not work.


Jul 20 '05 #7
arreeess <no**@yyyy.yy> wrote:
Steve Pugh <st***@pugh.net> wrote:
As the preview in question is not working in IE6 I would suspect that
the code
body {
behavior:url("../htc/csshover.htc");
}
which is IE specific, is the source of the problem. Either IE isn't
changing this URL correctly (but it shouldn't need changing as its a
relative URL) or the OP hasn't made a local copy of the htc file.
isn't this the problem,


Yes it probably is the problem.
if I transform it to a comment
/* behavior:url("../htc/csshover.htc"); */
Netscape is ok.
IE not work.


Yes? Only IE ever uses the .htc file.

It uses it to do things that Netscape 7 can do with just CSS. So if it
works in NN7 that's because NN7 is using the CSS, if it doesn't work
in IE that's because IE needs the .htc file.

So by commenting out the htc file you make sure that it can't work in
IE. Undo the comment, make sure that you've downloaded the .htc file
and make sure that the path os correct and try again.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #8
> So by commenting out the htc file you make sure that it can't work in
IE. Undo the comment, make sure that you've downloaded the .htc file
and make sure that the path os correct and try again.

MAybe I have understood.
I haven't .htc file :-((
Where I can see the code?

Jul 20 '05 #9
arreeess <no**@yyyy.yy> wrote:
So by commenting out the htc file you make sure that it can't work in
IE. Undo the comment, make sure that you've downloaded the .htc file
and make sure that the path os correct and try again.


MAybe I have understood.
I haven't .htc file :-((
Where I can see the code?


http://www.xs4all.nl/~peterned/htc/csshover.htc

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #10
http://www.xs4all.nl/~peterned/htc/csshover.htc


ok, very thank you.

last question:
if I transform behavior:url("../htc/csshover.htc");
to a comment
/* behavior:url("../htc/csshover.htc"); */

why NETSCAPE work ?

NETSCAPE not use Javascript?

Jul 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: snowweb | last post by:
I am trying to implement a CSS hierarchical unfolding menu on a site. The thing is, it needs to be dynamically populated from the results of a database query. I previously had the menu working but...
1
by: =?Utf-8?B?SmVmZiBUdQ==?= | last post by:
Hi, I'm using two menu controls. One is displayed at the top of the page. The other menu is displayed on the left side using a single site map. The top menu is for displaying level 1. The left...
2
by: Ravi Joshi | last post by:
The menu on my site works fine in IE6 and Firefox. In IE7, there is a problem with the menu: when you mouse over the various main catagories, the sub-catagories all appear to the right as they...
3
Stang02GT
by: Stang02GT | last post by:
I have created a menu ( as some of you may have seen in my previous post about adding a third level to a 2 level menu) and now my problem with the menu is that the menu stretches across the whole...
3
by: jaddi1 | last post by:
Hi, I am trying to make a multi-level drop-down menu similar to what is seen here: http://www.cssplay.co.uk/menus/simple_vertical.html. My problem is that some of the menu will be populated from...
3
by: =?Utf-8?B?ZWFndWlsYXI=?= | last post by:
Hi, I am trying to dynamically generate a menu, based on entries on a text or xml file. The text file contains the "tree" after which the menu will need to be created. Something like the...
8
by: Candoer | last post by:
I am new to both HTML and CSS. Several months ago my High School Alumni association web master died and they asked me to take over the web site. I had never worked with CSS but had some experience...
7
by: milestogofromhere | last post by:
It is late so this is probably something really obvious but I am not seeing it. Can someone please help? Here is the page in question: html - http://www.itsyourplate.com/index2.php css -...
1
omerbutt
by: omerbutt | last post by:
hi every one i have a menu li and ul based the problem is when any specific category in the li is hovered the li or the sub-cat items appear but as i move my mouse over the sub-cat or level two li it...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.