Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: A Better Way To Do A Menu...

  1. #1
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A Better Way To Do A Menu...

    Hi All,

    Newbie here I am working on a menu system, and just trying to do it the best way from the beginning... I'd rather get it right from the start... A couple of points:

    1. I thought it wasn't good to use tables but without them the last menu button goes to the nest line
    2. Dreamweaver's preload function seems very clunky, anyone have a better one
    3. I created the images in Fireworks, is this correct... Should I be using CSS?

    http://www.tomsynnott.com/test/test.htm

    Any help would be greatly appreciated!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It's a blank page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1
    It's a blank page.
    Hi there sorry... Have fixed the link!

  4. #4
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by tomyknoker
    1. I thought it wasn't good to use tables but without them the last menu button goes to the nest line
    This is do to the fact you have incorrect CSS(or lack thereof) not that you aren't using tables.
    2. Dreamweaver's preload function seems very clunky, anyone have a better one
    It's fine, but unnecessary here. This menu does not require javascript.
    3. I created the images in Fireworks, is this correct... Should I be using CSS?
    Yes CSS is the best option. Images are not really needed.
    I made a quick demo here. If you have any questions on how it works or how to change something feel free to ask.

  5. #5
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Is there anyway to make the horizontal keyline be centered and only be as long as the text? Also I love the overline option using CSS... but can I still do this if I keep my text as images? I really like the font I have used...

  6. #6
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by tomyknoker
    Is there anyway to make the horizontal keyline be centered and only be as long as the text? Also I love the overline option using CSS... but can I still do this if I keep my text as images? I really like the font I have used...
    Not sure what you mean by horizontal keyline. Yes images could still be used with css, but I don't recommend it. If you could give me the font name CSS can make a suggestion to the client to use that font.

  7. #7
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by blm126
    Not sure what you mean by horizontal keyline. Yes images could still be used with css, but I don't recommend it. If you could give me the font name CSS can make a suggestion to the client to use that font.
    Oh the I meant the line underneath the text that spans along the entire browser window... I just want that to be under the text only...

    The font is called Lubalin, but it has to be that font that't the only thing...

  8. #8
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by tomyknoker
    Oh the I meant the line underneath the text that spans along the entire browser window... I just want that to be under the text only...

    The font is called Lubalin, but it has to be that font that't the only thing...
    I''l have a look at an image based solution later on tonight.Can I ask why it has to be that font. The downfall of images is the fact that their size does not change when the user increases the font size, and are not viewable to text-only browsers.

  9. #9
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by blm126
    I''l have a look at an image based solution later on tonight.Can I ask why it has to be that font. The downfall of images is the fact that their size does not change when the user increases the font size, and are not viewable to text-only browsers.
    Hi There... It's part of the guidelines to use that font, any luck with the image based solution?

  10. #10
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Sorry, completely forgot about this thead. I will need the images if ou really want to go down that road,but I think it is a bad idea. Such a small style issue like using a certain font is not worth the accesibility problems it would cause.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •