473,795 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

menu problem

BMc
Hello all,

I have been wracking my brain over this issue for hours and think I have
determined that it isn't a java issue with the menu, but rather an issue
with the CSS of the element that contains it but I am not positive. Has
anyone ever seen a menu split like this before? When you run the cursor
over the menu items, the submenu is all the way across the screen! And
even better yet...if you have seen it, do you remember what you did to
fix it??

My brain and my exhausted eyes will be ever so grateful. Thank you for
taking the time to look.

site address:

http://myweb.fltg.net/users/bethmcge...4/sample4.html
Feb 25 '08 #1
6 1549
BMc <be******@yahoo .comwrites:
Hello all,

I have been wracking my brain over this issue for hours and think I
have determined that it isn't a java issue with the menu, but rather
an issue with the CSS of the element that contains it but I am not
positive.
It is a CSS problem, most likely.
Has anyone ever seen a menu split like this before? When
you run the cursor over the menu items, the submenu is all the way
across the screen! And even better yet...if you have seen it, do you
remember what you did to fix it??
Yes, I've had similar problems. I fixed the CSS to solve the problem. I
try to minimize the amount of HTML and CSS I use so that that's usually
pretty easy. Unfortunately, your HTML code is so full of CSS and tables
that it hurts my brain to look at it.
My brain and my exhausted eyes will be ever so grateful. Thank you
for taking the time to look.
I looked, and I didn't like it.
site address:

http://myweb.fltg.net/users/bethmcge...4/sample4.html
You can probably get rid of 80% of the HTML if you put your actual
styles in an actual CSS file instead of putting everything into hard to
debug inline style attributes. You are probably using some kind of
WYSIWYG HTML generator tool. Get rid of it and start again.

Good luck.

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
Feb 26 '08 #2
BMc
Actually, I'm not sure you are looking at my site because there isn't a
single table in it...and the bulk of the text toward the bottom is just
paragraph text I threw in there to extend the content to create the
scroll bar in the content element.
There is a CSS menu setup left in the css file in case I decide to drop
this java menu...that's all that should be there that would be
considered. There are actually NO embedded styles, they are ALL in the
css file. I'm not sure what you're looking at.
Thanks
Joost Diepenmaat wrote:
BMc <be******@yahoo .comwrites:
>Hello all,

I have been wracking my brain over this issue for hours and think I
have determined that it isn't a java issue with the menu, but rather
an issue with the CSS of the element that contains it but I am not
positive.

It is a CSS problem, most likely.
> Has anyone ever seen a menu split like this before? When
you run the cursor over the menu items, the submenu is all the way
across the screen! And even better yet...if you have seen it, do you
remember what you did to fix it??

Yes, I've had similar problems. I fixed the CSS to solve the problem. I
try to minimize the amount of HTML and CSS I use so that that's usually
pretty easy. Unfortunately, your HTML code is so full of CSS and tables
that it hurts my brain to look at it.
>My brain and my exhausted eyes will be ever so grateful. Thank you
for taking the time to look.

I looked, and I didn't like it.
>site address:

http://myweb.fltg.net/users/bethmcge...4/sample4.html

You can probably get rid of 80% of the HTML if you put your actual
styles in an actual CSS file instead of putting everything into hard to
debug inline style attributes. You are probably using some kind of
WYSIWYG HTML generator tool. Get rid of it and start again.

Good luck.
Feb 26 '08 #3
BMc <be******@yahoo .comwrites:
Actually, I'm not sure you are looking at my site because there isn't
a single table in it...
This:
http://myweb.fltg.net/users/bethmcge...4/sample4.html

is not the page then?
--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
Feb 26 '08 #4
Joost Diepenmaat <jo***@zeekat.n lwrites:
BMc <be******@yahoo .comwrites:
>Actually, I'm not sure you are looking at my site because there isn't
a single table in it...

This:
http://myweb.fltg.net/users/bethmcge...4/sample4.html

is not the page then?
Oh I see, I think - that script you're using is inserting all kinds of
table crap.

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
Feb 26 '08 #5
rf

"BMc" <be******@yahoo .comwrote in message
news:13******** *****@corp.supe rnews.com...
Hello all,
I have been wracking my brain over this issue for hours and think I have
determined that it isn't a java issue with the menu, but rather an issue
http://myweb.fltg.net/users/bethmcge...4/sample4.html
That menu is totally invisible if javascript is disabled. Not just unusable,
simply not there.

If you believe the current statistics/guesses this is like turning your
server off for one or two months each year :-)

--
Richard.
Feb 26 '08 #6
BMc

Never mind, I'm removing the whole menu...Thanks
Joost Diepenmaat wrote:
Joost Diepenmaat <jo***@zeekat.n lwrites:
>BMc <be******@yahoo .comwrites:
>>Actually, I'm not sure you are looking at my site because there isn't
a single table in it...
This:
http://myweb.fltg.net/users/bethmcge...4/sample4.html

is not the page then?

Oh I see, I think - that script you're using is inserting all kinds of
table crap.
Feb 26 '08 #7

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

Similar topics

4
3846
by: JesusFreak | last post by:
From: us_traveller@yahoo.com (JesusFreak) Newsgroups: microsoft.public.scripting.jscript Subject: toolbar script problem NNTP-Posting-Host: 192.92.126.136 Recently, I downloaded the following beautiful script "http://javascript.internet.com/navigation/toolbar-menu.html". It works like a charm. I made my webpage in frames, where the nav-frame shows the menubar, so whenever I click a link in the menubar, it opens in the frame below. But...
2
3900
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at http://home.pacific.net.sg/~jacksony ? (the drop down bar could not work at www.apchosting.net but can drop at home.pacific.net.sg. I suspect it is a server problem but was told it is not possible, therefore assuming it is a client script problem? the script works last time...
4
5193
by: Stromboli | last post by:
hi people, My problem is that I need to build a dynamic menu (preferably that works in all the browsers) that appears when I mouseover a certain link. The problem is that I have to declare the menu content in the same part of the page where the menu goes (BODY). The content of the page is generated dynamically so I can't put the menu content it on the headers.
7
2707
by: Chuck Hartman | last post by:
I have a Windows service that requests web pages from a site using an HttpWebRequest object. When I try to request a page from an ASP.NET 2 site, I get a WebException with message "The remote server returned an error: (500) Internal Server Error." I found a post that suggested to catch the WebException to retrieve the actual HttpWebResponse object for more information. The response returned is shown below. At first I thought this was a...
2
3063
by: Gary Wessle | last post by:
Hi I need help organizing this program in the right way. I included the code below which compiles and runs and gives the desired effect to a certain point, but I don't know what the next step is to finish this program. the program presents Main menu to the user and gives a prompt, the user types the number corresponding to an item from the menu, the program then
2
2285
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...
5
1610
by: AG | last post by:
I realize that the obvious suggestion would be malware, but my definitions are up to date and I have already scanned for it. I have also tried disabling all IE add-ons. I just rebuilt and deployed my website (WAP) in ASP.NET 2.0. Everything is working fine except from my development machine with IE6. The master page contains a Menu control bound to a SiteMapDataSource. There is also a row of links (plain links, no menu control) at the...
19
3695
by: Jim | last post by:
Hi, I have two questions/problems pertaining to CSS horizontal dropdown menus and am hoping that someone here can help me out. (1) I'm having a problem centering the menu. I picked up the code for this from a tutorial but that menu was flush-left justified. Not what I want. Subsequent searches on google on how to center yielded a
0
9673
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9522
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
10448
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10217
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...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7544
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
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4114
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
3
2922
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.