regarding javascript crossbrowser compatability!

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Vg27
Beginner
Beginner
Posts: 4
Joined: Thu Jun 17, 2004 5:16 pm

regarding javascript crossbrowser compatability!

Post by Vg27 »

Hi ,
I want links to display horizontally in both Netscape7.1 and Internet Explorer when I load a result page. I am getting the links displayed horizontally when I open a IE browser and in Netscape 7.1 it is displaying verticallt. Can anyone give me any suggestions?
Thanks,
Vid
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

orientation="horizontal";

should be placed in the styles above menu items, if you need more help we need to see a url to spot the problem.

Thank you,
maz
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Please define "links".

Better yet, provide a URL (as requested).
John
Vg27
Beginner
Beginner
Posts: 4
Joined: Thu Jun 17, 2004 5:16 pm

crossbrowser compatability issue!

Post by Vg27 »

Hi,
Thanks for the help.I am sending the URL.Please try this URL in IE,Netscape and mozzilla.
Please give me a suggestion to try differnt possibilities for the hyperlinks to display horizontally in all the browsers.
http://web.njit.edu/challeng/frontend.c ... ons=Gender
Thanks,
regards,
Vid
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Sorry, I can't find the menu :?

maz
Vg27
Beginner
Beginner
Posts: 4
Joined: Thu Jun 17, 2004 5:16 pm

regarding crossbrowser compatability issue

Post by Vg27 »

Hi,
Thanks for the reply. My question is not about the menus. My question is about displaying the hyperlinks.
If you go to the following webpage
http://www.google.com/search?hl=en&ie=U ... gle+Search
you could find result page 1 2 3 4 5 6 7 next
But in my program the same is displayed vertically like 1
2
3
4
5
6
7
next
In browsers netscape 7.1 and Mozilla it s displaying as above but where as in IE it displays horizontally like the result page in google.com. I need help just to get some idea as to how to make hyperlinks of result page appear same (horizontally) in Netscape, Mozzilla and IE. Any help would be appreciated.
Thanks,
regards,
Vid
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

am I to assume this has some relationship to the menu, because this is the Milonic menu forum.

If its just css then display:inline; using ul/li or something.

If this is a menu question, perhaps you are trying to put the results in a menu, so each menu item will generate item 1, 2, 3, etc. then horizontal positioning is the easy part. Placing the results in a menu would be by includes or something backend that I have very little knowledge on.

It sounds like you are in the wrong forum, but correct me if I'm wrong.

maz
Vg27
Beginner
Beginner
Posts: 4
Joined: Thu Jun 17, 2004 5:16 pm

crossbrowser compatability issue

Post by Vg27 »

Hi,
My question is :
Visit http://www.google.com
give a search on computers
Then click go
Now you will get several result pages.Towards the end of the page you will get

Result Page: 1 2 3 4 5 6 7 8 9 10 Next.

Now the above 1 2 3 etc are all hyperlinks.When you click on 2 it will take you to the second page etc etc.
My question is when you open google.com in netscape or mozzilla browser how will it be when the Result Page is displayed as followed?

Result Page:

1
2
3
4
5
6
7
8
9
10
Next

I need some advise to rectify this mistake and display the above result page horizontally just like Internet explorer.

I would greatly appreciate your response on this .I hope you understand my question now.
Thanks,
regards,
Vid
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Vid,

I think you may be in the wrong place. These forums are meant for issues involving the use of Milonic DHTML Menus. The forum that you've posted in, the "Help & Support for Version 5.0" forum, is specifically for helping users of Milonic DHTML Menus, version 5, with issues related to the implementation of Milonic Menus on their sites.

We do sometimes handle general css, html, page design, etc. questions. But those are usually in the "Anything Goes" forum, and the questions are posed by people who are using Milonic Menus. You do not appear to be a Milonic Menu user (at least not yet). I think this is the result of the confusion... people who are trying to help expect this to be a menu-related issue.

I looked at your sample url anyway. The links I see (I assume you mean those across the top) appear horizontally to me in both IE6 and NS7.1 in Win2k.

Kevin
Post Reply