Excess menu

This is a discussion on "Excess menu" within the Web Page Design section. This forum, and the thread "Excess menu are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 20th, 2007, 06:06
Junior Member
Join Date: Jul 2007
Location: Australia
Age: 16
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Excess menu

Howdy all,

I'm currently just starting out on coding my own personal website, but so far i've come across this annoying little problem. When you put your cursor over the "About me" section in the CSS menu, to the right of it there's that little bit of excess menu. Is there a way to get rid of that? Also, this isn't a problem, just curious - The only way i could get my menu in the center of the page was to use
Code: Select all
ul.menu {
position: absolute;
left: 25em;
is that the right way to do it?

And the link to the page to see for yourself is:

http://trent-catchlove.110mb.com/

Thanks,
-Evil

EDIT: Figured out how to get rid of the excess menu, just had to remove the width: 30%; option .

Last edited by Evilaussie; Jul 20th, 2007 at 06:48.
Reply With Quote

  #2 (permalink)  
Old Jul 20th, 2007, 09:12
Up'n'Coming Member
Join Date: Jul 2007
Location: France
Posts: 97
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Excess menu

You've got your menu set up, but it's not included in the table further down the page. From what you have got, why do you need tables anyway? You could style with pure CSS. That would have sorted your menu positioning problem.

Dump the tables.
Put the menu into a DIV, and assign something like:

#nav ul {margin:0 auto; width:50%}

Your nav menu will be scalable 50% the width of the page, and centred.

For the list itms, you may have to display:inline etc.

Hope that helps.

But dump the tables.

Last edited by matelot; Jul 20th, 2007 at 09:25. Reason: Very rare typo...
Reply With Quote
  #3 (permalink)  
Old Jul 20th, 2007, 09:26
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Excess menu

Or even better, for the width use ems. That way you can still centre it but it will scalei wth the text if anyone increases the size. If someone increases the size now then the text will come out of the box, I would imagine.

Pete.
Reply With Quote
  #4 (permalink)  
Old Jul 20th, 2007, 12:29
Junior Member
Join Date: Jul 2007
Location: Australia
Age: 16
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Excess menu

Alrighty, i've worked on the homepage alittle more and i've still got the tables, but inside of some css. You'll see what i mean if you go to that link again, it's been updated. Also i cant be bothored getting rid of the tables tonight, so i'll do it tomorrow and put the writing in the "left-col" div tag. Cheers guys.

-Evil
Reply With Quote
Reply

Tags
menu

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
css menu csun PHP Forum 4 Aug 1st, 2007 20:37
I have a normal css menu, but want ot add drop down menu to it multichild Web Page Design 7 Jan 9th, 2007 16:07
Add Sub Menu DannyP43 JavaScript Forum 10 Sep 3rd, 2006 19:47
CSS menu cbrams9 Web Page Design 1 Aug 3rd, 2006 15:46
Help with pop-up menu please!!!?? aseriouslyfunkydiva Graphics and 3D 1 Nov 16th, 2005 15:11


All times are GMT. The time now is 18:51.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43