HighDots Forums  

menu problem

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss menu problem in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
BMc
 
Posts: n/a

Default menu problem - 02-25-2008 , 05:28 PM






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. 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, 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

Reply With Quote
  #2  
Old   
Bergamot
 
Posts: n/a

Default Re: menu problem - 02-25-2008 , 06:30 PM






BMc wrote:
Quote:
determined that it isn't a java issue with the menu,
I assume you mean JavaScript, which is not the same thing as Java.

Quote:
but rather an issue
with the CSS of the element that contains it.
Maybe...

Quote:
Has anyone ever seen a
menu split like this before when you run the cursor over the menu items,
http://myweb.fltg.net/users/bethmcge...4/sample4.html
I don't see any menu at all. That's the problem of relying on JS for
navigation.

BTAIM, I didn't look at your code but after loading the page in the DOM
Inspector I see your positioning is whacked. It looks like you have no
containing block for your absolutely positioned submenus so it's
defaulting to body as the container. Have a read about positioning:
http://brainjar.com/css/positioning/

You might also want to have a read here:
http://www.message.uk.com/index.php?page=81

--
Berg


Reply With Quote
  #3  
Old   
Bergamot
 
Posts: n/a

Default Re: menu problem - 02-26-2008 , 01:29 PM



Ben Bacarisse wrote:
Quote:
BMc <bethpi11 (AT) yahoo (DOT) com> writes:

... and a scrollable box is the
most efficient way to do it without making the whole body of the site
run on forever which I do hate so. I'm on the web all the time and I
don't mind scrollable boxes.
Please remember that it's not about you, but your client's visitors.
Will they not mind, either? And how do you know?

Quote:
Just a single data point, but they drive me mad. I'd much rather have
a long page.
Me too, but for different reasons than you.

Quote:
I scroll by moving my finger up and down the edge of my
touch pad, but if a scrollable box comes along and happens to be under
my cursor, then *that* scrolls, rather than the page.
I scroll completely by keyboard - page up/down keys, arrow keys, and the
spacebar. Scrolling divs are pretty inaccessible.

--
Berg


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.