Confused with hotspots/slices

Hi, totally new to this. Perhaps someone could help me:
I have Fireworks and Dreamweaver CS3. I have an image I
created in Fireworks and within that image I am trying to create a
navigation bar using just text. I thought that I could just make
rectangular "hotspots" over my text and then set the link in the
property manager to where I want it to go. This seems to work when
I preview it in Fireworks, but when I send it over to Dreamweaver
and preview it in browser it is no longer active. How can I get
this to work? Is this even possible? Thanks in advance!

If you have a button image, you do not need a 'hotspot'
unless you are
wanting to add different links to different parts of the
image. This
confusion is partly why most people will advise you to use FW
to create your
images ONLY, and do all of your page building in DW.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Gayle Duncan" <[email protected]> wrote in
message
news:ft0pu0$r75$[email protected]..
> Perhaps I'm not understanding you correctly. Are you
using Dreamweaver's
> hotspot tool, and not Fireworks'? My last post was for
putting hotspots on
> a
> Dreamweaver page (from with Dreamweaver itself,)
essentially taking
> Fireworks
> out of the equation. I'm sorry if that was not clear
from the post. (Late
> start
> this morning, no coffee.)
>
> The problem with having Fireworks do "webby"-things, is
that it's not all
> that
> good at them. It's great for web images, buttons, etc.
but writing code is
> not
> it's strong suit. If I'm understanding what you're
saying, the hotspot
> links
> you are creating in Fireworks are not exporting to
Dreamweaver. That is
> actually a fairly common issue. If you want your hotspot
links to work in
> Dreamweaver, make them in Dreamweaver using the hotspot
tool on the
> "Insert/Common" menu.
>
> If I'm still not understanding you...just tell me to go
drink more coffee.
>

Similar Messages

  • HT204023 Just bought a new iphone 4 how do i connect to my ipad with hotspot

    How do i connect with hotspot between my new iphone 4 and mt ipad2

    iOS: Understanding Personal Hotspot
    iOS: System requirements for Personal Hotspot

  • New bug in 8.02 - regions confused with each other

    So, I just updated to 8.02, and loaded up a recent project that was half finished (bad idea).
    Now I have some strange bugs going on that I never had before, and they are basic issues.
    My audio regions keep getting confused with each other.
    I have an audio region that I can't open in the sample editor. When I double click on it, the sample editor will bring up the last region I edited, not the new one. I've re-named the region, deleted it and re-added it to the arrange window, but this region will not open in the sample editor.
    I can see it in my media bin, and preview it there, and it plays in my arrangement no problem, but I can't get it to open in the sample editor. In fact sometimes when I click on it, with the media window open, I can see another sample being 'selected' in the media window instead of the proper audio region.
    Scott

    finally i find someone else with the same prob, o already post into apple.com too
    yes here the same, bug new in 8.0.1, cause on logic 8.0.0 all works fine (except some click noise when you pre-listen a file in autoloop)
    however here what i can say to you (it's 3 days i'm studyng this cause i make a massive use of ultrabeat)
    - no matter both power pc / intel soffer of this bug
    - i try to update to leopard from my 10.4.11 (same bug) tryin a new os installation (same bug), tryn without audio card and driver (same bug)
    so i really don't know how to solve it, cause there are only few people that have this problem
    big mistake and big mistery

  • Socket Programing in J2ME - Confused with Sun Sample Code

    Hai Everybody,
    I have confused with sample code provided by Sun Inc , for the demo of socket programming in J2ME. I found the code in the API specification of J2ME. The code look like :-
    // Create the server listening socket for port 1234
    ServerSocketConnection scn =(ServerSocketConnection) Connector.open("socket://:1234");
    where Connector.open() method return an interface Connection which is the base interface of ServerSocketConnection. I have confused with this line , is it is possible to cast base class object to the derived class object?
    Plese help me in this regards
    Thanks in advance
    Sulfikkar

    There is nothing to be confused about. The Connector factory creates an implementation of one of the extentions of the Connection interface and returns it.
    For a serversocket "socket://<port>" it will return an implementation of the ServerSocketConnection interface. You don't need to know what the implementation looks like. You'll only need to cast the Connection to a ServerSocketConnection .

  • Confused with document life & account life

    I have a doubt regarding archiving
    I think in archiving projects especially for finance module
    there are lot of customization settings to be done form the functional side before Archiving , for example Document life ,Account life... etc
    I have a doubt weather those customization settings needs to be carried out by archiving consultant or
    the FI functional consultant?
    Can any one tell what is the difference between Secondary indexes and Archive Indexes in FI ?
    i am  really confused with the Archiving projects..... can any one help me
    Moderator message: not related to ABAP development, please post again in the appropriate SDN forum, always search for available information before asking.
    locked by: Thomas Zloch on Sep 23, 2010 11:41 AM

    Patience is a virtue.
    Rob

  • How to set security type for lenovo working with hotspot?

    How to set wireless security type for lenovo laptop working with hotspot?
    Since I can connect with the other laptops except this brand.

    //add related mutip-part to combine parts
    MimeMultipart multipart = new MimeMultipart("related");
    //attach a pdf
    messageBodyPart = new MimeBodyPart();
    fds = new FileDataSource("h:/something.pdf");
    messageBodyPart.setDataHandler(new DataHandler(fds));
    messageBodyPart.setFileName(fds.getName());
    multipart.addBodyPart(messageBodyPart);
    //add multipart to the message
    message.setContent(multipart);
    //send message
    Transport.send(message);

  • Running weblogic 5.1 with HotSpot 2.0

    Hi people ,
    I just want to run my weblogic with hotspot server VM 2.0 on
    weblogic 5.1 . can any place a pointer on how to start weblogic with
    hotspot .
    thanks a lot in advance
    regards
    Hari Krishna

    Hari Krishna,
    First http://www.weblogic.com/platforms/index.html
    Then change the .cmd or .sh that you are using to start WebLogic to use the
    JVM of your choice.
    Peace.
    Cameron Purdy
    [email protected]
    http://www.tangosol.com
    WebLogic Consulting Available
    "Hari Krishna" <[email protected]> wrote in message
    news:[email protected]..
    Hi people ,
    I just want to run my weblogic with hotspot server VM 2.0 on
    weblogic 5.1 . can any place a pointer on how to start weblogic with
    hotspot .
    thanks a lot in advance
    regards
    Hari Krishna

  • Using a dongle with hotspots

    Cna you use the dongle when out and about with hotspots? do you have to log in differently? i.e. other than email and password. Does a dongle help with the connection?

    Yes you can use the dongle. All the dongle does is to provide a wireless connection to devices that do not have one. You will not have to log on differently and it will not give any additional help with the connection. It it sees the homehub that is broadcasting the BTWifi signal it will connect to it.

  • Confused with HD-SD

    Hi,
    All the sudden I am confused with my searches on this forum and would appreciate clarification
    I am presently working on a HD project (from HD clips and HD stills).
    If I want to get the best out of it, should I use only BluRay burning or would it be OK to use HD setting and burning with DVDSP on a "regular" DL disk (the compressed project will be over 7 GB ?
    Should I understand that if I use HD setting with DLdisks only a HD compatible DVD player will be requested ?
    will a Bluray player play the HD-DL fine ? or will a bluray disk be requested on bluray player ?
    As you can see I just got really confused ...
    Thanks in advance
    Ivan

    No doubt this stuff can be confusing. Hopefully I'll be able to clear a few things up.
    You shot and edit an HD project in HD. Now you would like to create a DVD correct?
    You have 2 options for DVD
    1. Standard Definition DVD authored in DVDSP.
    2. Blu-Ray DVD. You'll have to purchase a burner.
    If you are on the newest FCS then you can author and burn a Blu-Ray DVD inside of Compressor. If you are on the previous version then you need another application to author and burn Blu-Ray like Toast or Adobe Encore.
    You made mention of HD-DVD. That format is dead and won't play on anything other than your Mac or a couple specific HD-DVD players that haven't been in production for years. If you look in the DVDSP preferences you can choose which kind of DVD to burn SD-DVD or HD-DVD. Choose SD whenever you are using DVDSP.
    Blu-Ray players play Blu-Ray DVD's and SD DVD's. It will not play HD-DVD.
    How long is your project if the compressed (m2v) files are coming in at over 7GB?

  • SS9 CC5.6 compiler bug - algorithm count confused with struct member

    Found some code that fails to compile in CC 5.6
    CC: Sun C++ 5.6 2004/07/15
    #include <algorithm>
    using namespace std;
    struct A {
      int count;   
    struct B
      struct A *a;
    int main(int argc, char **argv)
      struct B *b = 0;
      // This line fails to build, any other operator is ok
      if ( b->a->count < 50 )
      return (1);
    }Fails with error :
    "c56_algorithm_bug.cpp", line 21: Error: Unexpected ")" -- Check for matching parenthesis.
    "c56_algorithm_bug.cpp", line 22: Error: "," expected instead of "{".
    "c56_algorithm_bug.cpp", line 22: Error: Illegal value for template parameter.
    "c56_algorithm_bug.cpp", line 22: Error: ")" expected instead of "{".
    4 Error(s) detected.The compiler is getting confused with the use of the count struct member vs the count algorithm. Changing the < to a > fixes the problem.
    Using CC5.3 works fine as well as all other compilers we use (gcc 3.4, mipspro 7.4, VC 7.1)
    Anyone seen this ?
    - mark

    This bug has been fixed in the C++ 5.6 compiler. I'm not sure if the fix is in the first patch which is about to be released. If not, the fix definitely will be in the next patch.
    The workaround is not to use
    using namespace std;That using-declaration is a pretty big hammer, and often results in conflicts with user code, compiler bugs aside.

  • Again confused with delta update.

    Hello experts
    I am confused with delta update as usual
    I have one Infocube in which last data pull was on 29.11.2005.
    If now again I run delta load then will it pull entire data from 2005 to 2008 or I should delete all data from cube n do full load??
    Kindly explain
    Regards
    Swati

    Hi Swathi
    LIS EXTRACTION
    T.code - :MC18 – create field catalog
    1. Characteristic Catalog
    Application-01-Sales and Distribution, 02-Purchasing, 03-Inventory
    Controlling, etc..
    Catalog category 1. Characteristic catalog, 2. Key figures catalog 3.
    Date catalog
    Select characteristic catalog and enter, click on characteristic select
    the source table and it will be display the relevant source field and
    select the source field, copy + close, copy.
    Save, similarly create key figures catalog
    T.code : MC21 – create infostructure
    Example –
    Inforstructure : S789
    Application – 01
    Choose characteristic select the catalog, select the fields, copy +
    close
    Choose key figures catalog select the key figures ,copy + close, save
    and generate
    T.code – MC24 – create updating
    Infostructure : S789
    Update group : 01- Sales document, delivery, billing document ,enter
    Select the key figures click on rules for key figures give suggest
    rules, copy save and generate
    Click on updating (activate updating)
    Select the infostructure set periodic split 1. Daily, 2. Week, 3.
    Month, 4. Posting period
    Updating –1)No updating,2)Synchronous updating (V1), 3)As synchronous
    updating (V2), 4)As synchronous updating (V3),
    T.code – LBW0 - Connection of LIS Information structures to SAPBW
    Information structure : S786
    Select the radio button-Setup LIS environment and Execute.
    Select the radio button-Generate data source and Execute.
    For Delta update:
    Select the radio button-Generate updating and Execute
    Select the radio button -Activate / deactivate and Execute.
    T.code – SBIW – Display IMG (implementation guide)
    Setting for applications specific data source – logistics – Managing
    transfer information structure – setup of statistical data – applications
    specific setup of statistical data –perform statistical setup – sales.
    Choose activity
    Setup – Orders, deliveries, billing
    Choose the activities enter the infostructure (S789), give name of the
    run, date of termination, time of termination, No. of tolerated faulty
    documents. Then execute
    T.code – RSA3 – Extractor checker
    Give the data source name eg. 2LIS 01S789 and execute, result will
    get some records
    Go to BW side replicate data source – Assign infosource – Create
    infocube – Create update rules – create infopackage and schedule the package
    with initialize delta process.
    For delta update :
    In R/3 side
    T.code – MC25, set update (V1) or (V2) or (V3)
    T.code – LBW0, choose generate updating and execute then choose
    activate / deactivate and execute
    BW side - create infopackage and schedule the package with delta
    update.
    First time if your scheduling the infopackage -in R/3 side T.code :MC25
    -Udating set to No update,insted of selecting the update V1,V2,V3.
    If your doing the Delta update:in R/3 side T.code :MC25-Updating set to
    either V1 or V2 or V3. and the to T.code :LBW0 -Select the radio button
    Active/deactivate and Execute.
    and schedule the infopackage with delta update.
    Regards,
    Chandu.

  • I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    I purchased an IPAD2 for my special needs daughter.  She only currently understands lowercase letters only and gets confused with the uppercase letters.  Is there a way to change the keyboard to display lowercase letters?

    There is no way for the keyboard itself to display only lower case letters. It doesn't display lower case letters at all for that matter.
    When you are using the keyboard - The other issue that you will have is with the shift key. Even with auto caps turned off you can still type capital letters if you tap the shift key and if you double tap it by mistake - it will turn into all capital letters so also turn off Caps Lock in the keyboard settings.
    Other than that, there is no way to ensure that you can type in lower case.
    Maybe an external bluetooth keyboard would be a better solution but I don't use one, and I have never even seen one in person so someone else will have to verify that for you.

  • Confusing with AddJavaFile in jdev.conf

    I am confusing with the format in AddJavaFile in jdev.conf:
    for example:
    AddJavaLibFile ../../BC4J/lib/bc4juixtags.jar
    AddJavaLibFile ../lib/batik-xml.jar
    their absolute paths respectively are:
    /usr/jdeveloper/
    /usr/jdeveloper/jdev/
    could anybody give me some help?
    Thanks a lot!
    Peter

    sorry for my unclear question.
    my installation is <jdev_root> = /usr/jdeveloper/
    From the file, I got:
    AddJavaFile ../../BC4J/lib/bc4juixtags.jar
    it seems to me it equals : jdeveloper/jdev/BC4J/lib/bc4juixtags.jarActually it should be:
    /usr/jdeveloper/BC4J/lib/bc4juixtags.jar
    and not:
    /usr/jdeveloper/jdev/BC4J/lib/bc4juixtags.jar
    another line is:
    AddJavaFile ../lib/batik-xml.jar
    it seems to me it equals : jdev/lib/batil-xml.jarCorrect.
    there is unconsistency here (I may be wrong)Actually it is consistent. The jdev.conf file contains pointers to where JDev can find other components which it depends on. In the two cases which you point out, the first is part of the RT layer of BC4J (which is also shipped in iAS) and the second is the batik XML parser from Apache.

  • My confusion with logs in iAS 6.5

    Hi everybody,
    I am very much confused with the log files in iAS 6.5. Bit lengthy, but Kindly go through this slowly and help me in solving the same.
    (1) In the settings -> Control Panel -> Services window, i have enabled "Allow Service to Interact with Desktop".
    In the admin tool, i have checked "Enable Server Event Log" check box. I have also enabled the option "Log to console" and selected the message type to be "All Messages".
    When i did this, i was able to see the logs as console(command prompt windows). When ever i run a jsp/servlet/EJB containing System.out.println() statements, i was able to see the std out messages in the KJS.exe console. What should i do these std out messages in a file rather than a console?
    (2) In the settings -> Control Panel -> Services window, i have enabled "Allow Service to Interact with Desktop".
    In the admin tool, i have checked "Enable Server Event Log" check box. I have also enabled the option "Log to File", gave the file name as "logs\ias" and selected the message type to be "All Messages".
    When i did this, i saw the following files created under the installdir\ias6\ias\logs.
    ias.10817
    ias.10818
    ias.10819
    ias.10820
    ias.10821
    (10817 - kas port, 10818 - kxs port, 10819 - kjs port, 10820 - kcs port, 10821 - cxs port)
    Since, these log files contains the port number of the above mentioned processes, i expected them to be the log files of the processes with corresponding port numbers. For example, ias.10819 to be the log of KJS process, since its port is 10819. Is it correct?
    If it is correct, i am not able to see the System.out.println()
    messages in this file, though it appears in the console(as mentioned in point 1 ). Why is it?
    I want to see all the Std Out messages (which appears in KJS console) in a log file. What should i do for that?
    (3) In the iPlanet Application Server Administration guide (Page 90), i found a way to log to a file on Windows platform. As per that document, i changed the IAS_KASLOGFILE from 0 to 1 in the System Variable and restarted the system. It created the file by the name, KAS.log in the installdir/ias6/ias/logs.
    Now i was able to see the KAS process's console messages in this log file. But there is nothing written to the KAS console. Why is it?
    (4) What is the difference between the log file ias.10817 (created as per in point 2) and KAS.log (created as per in point 3)?
    thanks and regards,
    desigan

    Hi,
    Can you please let me know the resource from where you have got this information ?
    Thanks & Regards
    Ganesh .R
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • HT201342 I'm still confuse  with this iCloud mail. I have 2 device which is iPhone and iPad, why every time I receive a mail from my iPhone it doesn't show on my iPad? Can you maybe help me out here thank you

    I'm still confuse  with this iCloud mail. I have 2 device which is iPhone and iPad, why every time I receive a mail from my iPhone it doesn't show on my iPad? Can you maybe help me out here thank you

    The iphone and ipad must be connected to the same icloud account.  Are you by chance using different IDs to connect from each device?

Maybe you are looking for

  • My account is saying it can't connect - I know I have new emails but they're not showing in my inbox

    My account is saying it can't connect - I know I have new emails but they're not showing in my inbox. Thank you

  • Can't download any app!!!

    Hello, I have a problem while trying to download apps from my iPod Touch (2nd Gen.). When I try to download any app (free or not), I get these two messages: *+''Can't retrieve download information. Please connect to iTunes''+* *+''Authorization faile

  • H-REAP Quick question

    Hi Team On the WLC config guide 7.0, page 15-2 under H-REAP Authentication process it is mentioned that DHCP option 43 can be used to discover APs. However, on page 15-4 under H-REAP guidelines it is mentioned that you need a local DHCP to provide IP

  • Why am I getting Photoshop File Error -1?

    I am using Encore CS 5.1 on a Mac Pro 2012 along with Photoshop CC 2014. I created a dvd for a dance recital we did recently and as a favor for the studio owner, I was attempting to do a flash version that I intended to leave online for her. When I p

  • Portal Implementation : White Paper

    Hello Guyz, I am implementing ESS and Portal  for the First time & facing lotz of issues and keep solving the same. After finishing with this implementation (soon), i am planning to publish White Paper with regards to all the issues i have faced. I n