473,915 Members | 5,929 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2161
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

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

Similar topics

4
19126
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 then it was ‘hard coded’ and not built on the fly. Menu description: 2 top level items “Company” and “Products” (we will ignore “Company” since it is still hard coded and not causing a problem. Below “Products” we have hard coded “By...
1
2724
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 menu is for displaying level 2. These are all displaying just fine. That is when a menu item is selected on the top, left menu reflects the submenu for the selected item. The only problem I'm having is to get the top menu to have a highlighted...
2
2292
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 should; however, as soon as you mouse towards any but the TOP sub-catagory, all those sub-catagories still view there. It will work first time quite fine..but if user clicks outsite anywhere in screen then this problem occur.. i think it's css...
3
1576
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 screen and i would like to position it directly in the center of the screen and fit between a certain area. Is there a way threw the CSS file or maybe something that i can add into the HTML file that i can move the position of the menu and have i...
3
4620
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 a database. My menu will be structured as follows: The first setion of the menu is hard-coded (the home and management sections). The rest of the menu will be populated from a database. The top level links (categories) will come from one table...
3
3022
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 following: Level 1 -- Level 2 -- Level 2 Level 1
8
1781
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 with HTML. The site was written strictly using HTML and had no CSS. So I decided to take on the task to convert it using CSS. For the past three months I have been lurking on this group and trying my best to absorb your suggestions to others and...
7
5574
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 - http://www.itsyourplate.com/thin.css As you can see from the file the menu is showing up vertically not horizontally. I copied the code directly from another site I have done and changed the bullets (I didn't want any) and the colors but I must have...
1
3825
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 disappears can any one help in this here is the link you can watch the left menu here link here is the code var menuids= //Enter id(s) of SuckerTree UL menus, separated by commas function buildsubmenus(){ for (var i=0; i<menuids.length;...
0
9883
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10928
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11069
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
8102
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7259
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5944
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4779
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4346
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3370
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.