473,399 Members | 2,146 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,399 software developers and data experts.

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 1525
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.nlwrites:
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.supernews.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.nlwrites:
>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
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...
2
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...
4
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...
7
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...
2
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...
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...
5
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...
19
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...
0
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.