Results 1 to 2 of 2

Thread: ddcolortabs question

  1. #1
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ddcolortabs question

    Wondering if someone could help me with ddcolortabs.

    How can I keep a menu from breaking into multiple lines when the browser's window isn't large enough to display the entire menu.

    Thanks.

  2. #2
    Join Date
    Jan 2007
    Posts
    629
    Thanks
    10
    Thanked 28 Times in 28 Posts

    Default

    I would put the whole menu in a table.
    Code:
    <table border=0 cellspacing=0 width='YOUR WIDTH'><tr><td>YOUR MENU</td><tr></table>
    
    <!-- or you can try //-->
    <div style='width:??px; height: ??px;'>YOUR MENU HERE</div>
    I use the table for these things, but if you are a stickler for proper coding, use the div's.

    This will keep a fixed width and invoke the H-scroll bar instead. I would recommend not being too happy with the H-Scroll bar though, because it can drive people from your site if they have to scroll horizontally to read a page.
    Last edited by Jas; 06-27-2007 at 12:43 AM.
    --Jas
    function GreatMinds(){ return "Think Like Jas"; }
    I'm gone for a while, but in the meantime: Try using my FTP script | Fight Bot Form Submissions

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
  •