Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
darrel #1
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
-
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... -
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... -
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... -
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... -
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... -
Joshua Brandt #2
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...generate their tabs through programming. By this I mean you click on a tab>
> I was curious to see if some sites such as [url]http://www.apple.com[/url] auto
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



Reply With Quote

