Results 1 to 7 of 7

Thread: Inverted Modern Bricks Menu 4.1

  1. #1
    Join Date
    Feb 2006
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Inverted Modern Bricks Menu 4.1

    1) Script Title: Inverted Modern Bricks Menu 4.1

    2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...n-bricks-menu/

    3) Describe problem: I believe I posted to the incorrect forum. Here it is again, Sorry about that.:

    My URL: http://www.shottle.plus.com/ew-class...gan/jill-glam/

    Hi there,
    I am trying to understand how the "id current" works on this menu please?

    I have used it earlier which works, but I cannot get to grips with how it moves from tab to tab. It is not moving on my menu shown.
    Maybe it is not supposed to move, but I think it should.

    Please see URL: http://www.shottle.plus.com/ew-class...gan/jill-glam/

    Thanks for any help,

    Harry
    Last edited by ddadmin; 02-03-2008 at 04:14 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    ....:
    Not found - 404

    URL requested (/ew-class...gan/jill-glam/) not found
    The id current is with this line:
    Code:
    <li id="current">
    What you need to do is just change that on every single page.
    Jeremy | jfein.net

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

    Default

    Are you asking how to have the currently selected tab change depending on which page is currently being viewed, with the two matching? By default this is done manually actually- on each of the pages, you'd modify where the id="current" attribute gets inserted. This can be done dynamically as well, but then that requires integration with some code on your server side to dynamically output this the HTML for the tabs, including id="selected" and matching the later up with the currently viewed page.

  4. #4
    Join Date
    Feb 2006
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by Nile View Post
    ....:

    The id current is with this line:
    Code:
    <li id="current">
    What you need to do is just change that on every single page.
    http://www.shottle.plus.com/
    ew-class/glamorgan/jill-glam/

    Sorry I don't know what happned to the URL!

    I think I understand it now, it is acting a bit like a breadcrumb?

    I am not working in php though.

    Thanks for the advice both of you, it is much appreciated.

  5. #5
    Join Date
    Feb 2006
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by Nile View Post
    ....:

    The id current is with this line:
    Code:
    <li id="current">
    What you need to do is just change that on every single page.
    Very many thanks, I have thanked you below too.
    Harry

  6. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Okay, you get it now? Simple once you get it right?
    Jeremy | jfein.net

  7. #7
    Join Date
    Feb 2006
    Posts
    39
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by ddadmin View Post
    Are you asking how to have the currently selected tab change depending on which page is currently being viewed, with the two matching? By default this is done manually actually- on each of the pages, you'd modify where the id="current" attribute gets inserted. This can be done dynamically as well, but then that requires integration with some code on your server side to dynamically output this the HTML for the tabs, including id="selected" and matching the later up with the currently viewed page.
    Many thanks,

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
  •