Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Re: Tabs

    > I was curious to see if some sites such as [url]http://www.apple.com[/url] auto
    generate their tabs through programming.

    Most sites like that server their content through a content management
    system. Many smaller sites do the same these days.

    You can programatically do what you want through a variety of technologies:
    XSSI (see [url]http://hotwired.lycos.com/webmonkey/html/97/39/index1a.html[/url] for
    sample), Javascript (not ideal) or a server side scrpting language like ASP
    or PHP.

    I uses some basic ASP on some sites I do that use a simple if/then statement
    to determine whether or not a navigational element should be on or off
    depending on the page that is loaded.

    -Darrel


    darrel Guest

  2. Similar Questions and Discussions

    1. ID3: Cannot set tabs
      I have a text block that won't let me set tabs with the mouse. I can type a location for a tab, and the tab appears on the ruler (in gray, not...
    2. Cross Tabs
      Hello, I've an access database working on an nt server, and being updated by users with asp pages. I need to consult their update without...
    3. TABS in ASP .Net
      Hi I am new to ASP .Net, I have seen some where in microsoft website they are using TABS in .aspx pages. Where I can find and use in my ASP...
    4. Omniweb and tabs?
      In my version 4.5s37 (485), there is a dimmed part in the "browser" menu, that says "new tab / close tab / previous tab / next tab". Is it normal...
    5. Top TABS
      I use to have TOP TABS on the top of the Screen where I choose the shortcuts, like if I wanna put some text on remarks, I select the text and then...
  3. #2

    Default Re: Tabs

    you could do this with css. zeldman's new book "designing with web
    standards" has a discussion of it. or study his site's code for the buttons
    in the navbar of zeldman.com, and the linked and embedded styles being
    declared in the head. -- the linked stylesheet is the global default style
    for the buttons. the embedded style toggles the active page's button to the
    "on" state.

    HTH
    josh


    "hicksjt" <webforumsuser@macromedia.com> wrote in message
    news:bfgulr$1jf$1@forums.macromedia.com...
    >
    > I was curious to see if some sites such as [url]http://www.apple.com[/url] auto
    generate their tabs through programming. By this I mean you click on a tab
    and the tab image changes for that specific page (different color). And then
    you have your submenu which displays additional links and they happen to be
    images as well. I'm sure the developers created a different color and image
    look for the entire navigation bar, but is it possible to put the images
    into a script to where you don't have to insert a tab that's considered to
    be "on" or look as if it was the "over state" if you were to created a new
    HTML document. I guess another example would be [url]http://www.amazon.com[/url]. They
    have their navigation set up to where it's displays the user's name inside
    one of the tabs as an image - that has to do with some kind of programming.
    >
    > I hope this makes sense and I appreciate any feedback.
    >
    >

    Joshua Brandt Guest

Posting Permissions

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

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139