Results 1 to 2 of 2

Thread: Slashdot only for links?

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

    Smile Slashdot only for links?

    1) Script Title: Slashdot Collasping more than links?

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/slashdot.htm

    3) Describe problem: I would like to use the slashdot menu for a page menu that contains content in a table instead of the links that it is usually made for. The problem I'm having is that the menu's seem to collapse and expand BEHIND the table content. You can view what I'm talking about at http://distinctwebreflections.com/sl...ashdotmenu.htm
    Is there any way to change this?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    At a glance it's hard for me to see the problem. Is there a reason why you're setting two conflicting heights inside the table rows? For example:

    Code:
    <tr height="17" style="height:12.75pt">
    I can't quite tell which part of the HTML code is the menu and which part is just general tables, though visually there is no reason to not use DIVs instead to replace those tables, especially since they're just single columns and easy to duplicate via CSS.

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
  •