Fireworks HTML aligning problem

Hi, i'm having problems with aligning Fireworks HTML objects
with either an image set as a background or a regular image.
I built a layout on fireworks, which I then cut into 4 parts.
Banner, Nav bar (which will be linked to named anchors on
dreamweaver), body (which will hold the main content), and footer.
I created a table in Dreamweaver. The top row has no colomns. It
holds the banner. The second row has 2 colomns. One for the nav bar
to the left, and one for the body to the right. The bottom row has
no colomns. It holds the footer. The banner and nav bar were
imported as Fireworks HTML since they are complete with slices and
everything. I was hoping to add content to the body and footer
using Dreamweaver, so I imported those as Background Images for
those particular cells since the only way to write on top of an
image is if it is set as a background. The nav bar I imported from
Fireworks HTML seems disconnected from the rest of the website.
There is a small 1pixel space between the nav bar, and the body to
its right, and also between the nav bar and the banner. Also, the
banner seems to be aligned maybe 1 or 2 pixels more to the left
than the body. It seems like the Fireworks HTML I imported wont
aligne itself perfectliy with the rest of the website. Is there any
way to fix this?

"quixx" <[email protected]> wrote in message
news:f3vnm6$i79$[email protected]..
> It seems like the Fireworks HTML
> I imported wont aligne itself perfectliy with the rest
of the website. Is
> there
> any way to fix this?
Yes, build the whole page in DW itself, don't export the html
generated from
Fireworks.
From what you describe it would be a straight forward process
in DW. Create
your tables with enough cells/rows to create either the nav
and then the
content area in DW and then insert your sliced images into
the cells as
needed.
Nadia
Adobe® Community Expert : Dreamweaver
CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
~ Customisation Service Available ~
http://www.csstemplates.com.au

Similar Messages

  • Javascript code missing when inserting Fireworks html into DW document

    I tried to insert fireworks html in a Dreamweaver file. After importing the fireworks html in the Dreamweaver document, the associated Javascript code was missing.
    Of course, the Fireworks html file includes the Javascript code and works properly. It is just that when I insert the Fireworks html into the Dreamweaver file, the associated Javascript code gets lost although the manual clearly says that fireworks html is inserted "along with its associated images, slices, and JavaScript".
    I use Fireworks CS5 and Dreamweaver CS5, but I also tried it using FW CS4 and DW CS4 which did not solve the problem.
    I tried two ways to insert the html code (both with the same negative result):
    1.) using the DW menu: Insert > Image Objects > Fireworks HTML
    2.) Copying the HTML to the clipboard in Fireworks, and then pasting it into the Dreamweaver document
    The Fireworks and the Dreaweaver files are both HTML4 docs.
    Of course, I could insert the Javascript code manually, but then I would have to detach the associated template from the DW doc, and I would rather not do that because then later updates to the site will become more complicated.
    BTW, I also tried to insert the fireworks html in another Dreamweaver document not using any template, but the JavaScript code got lost though.
    I would be very grateful if somebody had an idea how to solve this  problem.
    Many thanks for your help!
    Siria
    Message was edited by: SiriaW

    Dear Murray,
    I believe you can solve your problem by changing this -
    </head>
    to this -
    <!-- #BeginEditable "head" --><!-- #EndEditable -->
    </head>
    by editing this template directly.
    I tried this, but it did not change anything. As I wrote before, the JavaScript code is not even inserted when I use a "blank", not-template-controlled DW page.
    But nevertheless, your hint is very helpful. By making the complete head editable, I can at least insert the Javascript code manually.
    But is the javascript that is currently shown there part of the FW HTML insertion?  Do you want to preserve that on the child pages?
    It belongs to the template. And yes, I want to preserve it on the child pages. I just want to insert this into the head of the child page:
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    Maybe we should see the FW code you are trying to insert?
    Sure. Here is the code I tried to insert (of course, most of the Java Script does not need to be inserted as it is already in the template):
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    <head>
    <title>example.jpg</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Wed Jul 21 00:26:08 GMT+0800 (Malay Peninsula Standard Time) 2010-->
    <script language="JavaScript">
    <!--
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onLoad="MM_preloadImages('example_bilder/example_r2_c2_s2.jpg','example_bilder/example_r2 _c2_s3.jpg','example_bilder/example_r1_c4_s1.jpg','example_bilder/example_r4_c2_s2.jpg','e xample_bilder/example_r4_c2_s3.jpg','example_bilder/example_r1_c4_s2.jpg','example_bilder/ example_r6_c2_s2.jpg','example_bilder/example_r6_c2_s3.jpg','example_bilder/example_r1_c4_ s3.jpg','example_bilder/example_r8_c2_s2.jpg','example_bilder/example_r8_c2_s3.jpg','examp le_bilder/example_r1_c4_s4.jpg','example_bilder/example_r10_c2_s2.jpg','example_bilder/exa mple_r10_c2_s3.jpg','example_bilder/example_r1_c4_s5.jpg');">
    <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="915">
    <!-- fwtable fwsrc="lebenslauf_inhalt_slices_optimiert.png" fwpage="Page 1" fwbase="example.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="1" -->
      <tr>
       <td><img name="example_r1_c1_s1" src="example_bilder/example_r1_c1_s1.jpg" width="58" height="274" border="0" alt=""></td>
       <td><table style="display: inline-table;" align=""left" border="0" cellpadding="0" cellspacing="0" width="195">
          <tr>
           <td><img name="example_r1_c2_s1" src="example_bilder/example_r1_c2_s1.jpg" width="195" height="68" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r2_c2_s1','example_bilder/example_r2_c2_s2.jpg',' example_bilder/example_r2_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r2_c2_s1','example_bilder/example_r2_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s1.jpg',1);"><img name="example_r2_c2_s1" src="example_bilder/example_r2_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r3_c2_s1" src="example_bilder/example_r3_c2_s1.jpg" width="195" height="14" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r4_c2_s1','example_bilder/example_r4_c2_s2.jpg',' example_bilder/example_r4_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r4_c2_s1','example_bilder/example_r4_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s2.jpg',1);"><img name="example_r4_c2_s1" src="example_bilder/example_r4_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r5_c2_s1" src="example_bilder/example_r5_c2_s1.jpg" width="195" height="15" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r6_c2_s1','example_bilder/example_r6_c2_s2.jpg',' example_bilder/example_r6_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r6_c2_s1','example_bilder/example_r6_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s3.jpg',1);"><img name="example_r6_c2_s1" src="example_bilder/example_r6_c2_s1.jpg" width="195" height="17" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r7_c2_s1" src="example_bilder/example_r7_c2_s1.jpg" width="195" height="14" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r8_c2_s1','example_bilder/example_r8_c2_s2.jpg',' example_bilder/example_r8_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r8_c2_s1','example_bilder/example_r8_c2_s3. jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s4.jpg',1);"><img name="example_r8_c2_s1" src="example_bilder/example_r8_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r9_c2_s1" src="example_bilder/example_r9_c2_s1.jpg" width="195" height="15" border="0" alt=""></td>
          </tr>
          <tr>
           <td><a href="javascript:;" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','example_r10_c2_s1','example_bilder/example_r10_c2_s2.jpg' ,'example_bilder/example_r10_c2_s3.jpg',1);" onClick="MM_nbGroup('down','navbar1','example_r10_c2_s1','example_bilder/example_r10_c2_s 3.jpg',1);MM_swapImage('example_r1_c4_s1','','example_bilder/example_r1_c4_s5.jpg',1);"><i mg name="example_r10_c2_s1" src="example_bilder/example_r10_c2_s1.jpg" width="195" height="16" border="0" alt=""></a></td>
          </tr>
          <tr>
           <td><img name="example_r11_c2_s1" src="example_bilder/example_r11_c2_s1.jpg" width="195" height="67" border="0" alt=""></td>
          </tr>
        </table></td>
       <td><img name="example_r1_c3_s1" src="example_bilder/example_r1_c3_s1.jpg" width="69" height="274" border="0" alt=""></td>
       <td><img name="example_r1_c4_s1" src="example_bilder/example_r1_c4_s1.jpg" width="539" height="274" border="0" alt=""></td>
       <td><img name="example_r1_c5_s1" src="example_bilder/example_r1_c5_s1.jpg" width="54" height="274" border="0" alt=""></td>
      </tr>
    </table>
    </body>
    </html>

  • Need Help with Firework HTML in Dreamweaver

    I'm using dreamweaver 8 for a project. I want to seek council
    with someone. Basically my web page's tool bar is an image. I
    thought to do it this way because if I change the image i'd just
    have to change the new image to the old file name and everything
    would transfer with out me having to do it to every page.
    Here's my problem, the image is a fireworks HTML. and I
    didn't realize this at first but dreamweaver does the Fireworks
    HTML by inserting html code to page for the links. So when i change
    the image, the code is still up there from the previous image. This
    means i have to go page for page reloading the image and upload all
    the websites to the server again.
    Is there any way I could program dreamweaver to change the
    code for all the pages, or have it reload that html code for all
    the pages at once?
    If there is anyone out there that can answer, I humblely
    implore you to answer for my own sanity.

    Look into using server side includes (SSI's) for navigation
    and other common elements.

  • Same alignment problem! can ANYONE help??

    Hi guys i still need help with my alignment problem! My nav
    bar lokos good in the preview window of fireworks
    CLICK
    HERE TO VIEW THE NAV BAR IN FIREWORKS
    but when previewed in a browser or exported into dreamweaver,
    the navbar is all out of order
    CLICK
    HERE TO VIEW THE NAV BAR IN DREAMWEAVER
    Can anyone tell me what is going on?? i really need to launch
    the website ASAP.
    Thankyou!

    10totti wrote:
    > Hi guys i still need help with my alignment problem! My
    nav bar lokos good in
    > the preview window of fireworks
    >
    >
    http://img97.imageshack.us/my.php?image=nav1yp1.jpg
    I hate being harassed by ads and will not review images on
    the image
    shack site any longer. Post the screen shot or original file
    to your
    personal site.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • 'Paste Fireworks HTML' will not go away!

    After exporting a navbar from Fireworks into Dreamweaver, in
    the Edit menu DW (CS4) shows only 'Paste Fireworks HTML.' Even when
    copying and trying to paste other material, that will not go away.
    Then the correct paste fails to occur.
    Truly infuriating ...
    How to revert DW to straight 'Paste'?
    Thanks in advance, David Allen

    Did you try closing and re-opening DW? Can you reproduce the
    problem and
    note the exact steps taken to cause it? If yes, you should
    report this
    issue to the Adobe team where it may do some good.
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Banner Alignment Problem

    I am having an alignment issue with a website that I recently built using dreamweaver.
    http://bacs.myweb.uga.edu
    There is not an alignment problem on the front page (index.html), but subsequent pages (http://bacs.myweb.uga.edu/currentstudents.html) change the alignment of the banners below the tabs for each section.  Screen resolutions of 1280X800 do not have any alignment issues, but pretty much any other resolution changes the alignment.  Is there a solution to this problem?  Rather than posting all the code, you should be able to get it from the links above.  Thanks in advance.
    Frustrated in Athens,
    Aldo

    html
    <body>
    <div id="wrapper">
    </div>
    </body>
    css
    #wrapper {
    width: /*the width of your content */
    margin:0 auto; /*this will centre align it*/
    padding:0;

  • Issues "Importing Fireworks HTML"...

    Howdy!
    I am creating a website in Dreamweaver CS3, and I am currently having some issues importing Fireworks HTML.
    Here's some background information with my project...
    I began with creating an HTML template in dreamweaver. I then created a Fireworks project with an Image Swap and a drop down menu. I then exported the Fireworks project into HTML (which I used the "Use CSS for Popup Menus" option in the export options). After I use the "Import Fireworks HTML" on my Dreamweaver template in Dreamweaver CS3, the popup menus from the fireworks HTML is placed in very odd positions on the template.
    Here are a few pictures to show you what I mean:
    This is the exported Fireworks HTML all by itself, in the correct positioning...
    This is what it looks like after I use the "Import Fireworks HTML" option in Dreamweaver...
    Anyway, in the second picture you can see that I have multiple icons, and these icons also have Fireworks-created popup menus. When I import these separate Fireworks-HTML-created icons individually, it is a non-issue.
    Is there a workaround for this issue? Or is this the first time anybody has seen this??
    Any answers would be greatly appreciated!
    Thanks all!!

    Which FW? Which DW?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "tommytheduke22" <[email protected]> wrote
    in message
    news:e190ft$j4c$[email protected]..
    > When I'm trying to import my Fireworks image/html into
    Dreamweaver I'm
    > getting
    > an erroro code (The correct file os not the correct
    format. Please select
    > an
    > HTML file which was exported from Fireworks).
    >
    > The problem is I AM exporting it from Fireworks. I
    created a Nav Bar in
    > fireworks, then exported the HTML and Images. Then in
    Dreamweaver I
    > clicked on
    > the insert fireworks HTML. The selected the file!
    >
    > WHAT IS UP!!!
    >

  • Importing Fireworks HTML HELP!

    When I'm trying to import my Fireworks image/html into
    Dreamweaver I'm getting an erroro code (The correct file os not the
    correct format. Please select an HTML file which was exported from
    Fireworks).
    The problem is I AM exporting it from Fireworks. I created a
    Nav Bar in fireworks, then exported the HTML and Images. Then in
    Dreamweaver I clicked on the insert fireworks HTML. The selected
    the file!
    WHAT IS UP!!!

    Which FW? Which DW?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "tommytheduke22" <[email protected]> wrote
    in message
    news:e190ft$j4c$[email protected]..
    > When I'm trying to import my Fireworks image/html into
    Dreamweaver I'm
    > getting
    > an erroro code (The correct file os not the correct
    format. Please select
    > an
    > HTML file which was exported from Fireworks).
    >
    > The problem is I AM exporting it from Fireworks. I
    created a Nav Bar in
    > fireworks, then exported the HTML and Images. Then in
    Dreamweaver I
    > clicked on
    > the insert fireworks HTML. The selected the file!
    >
    > WHAT IS UP!!!
    >

  • Inserting fireworks html into dreamweaver css

    I have been using Fireworks CS4 to design layouts and export CSS into Dreamweaver CS4, which works just fine.
    I want to import a Fireworks HTML pop-up menu in my CSS based Dreamweaver page.  I have used Fireworks Export HTML and Dreamweaver's insert Fireworks HTML in the past but the pop-up behaviours are lost when I import it into a template that is CSS based.   I figure I'm missing something simple, as usual.
    Can the two be mixed?  Do I need to edit the code view and insert a DIV manually or something?  Can I just link to it with css somehow?
    Getting rather frustrated now!  

    I had a lengthy reply written for this but lost it when I was logged out - seems the forum has a bit of a problem at the moment  (at least for me !).
    I'm not up to re-writing it all again, but in essence, I agree totally with Nancy, do not use html generated by Fireworks or any graphics program for that matter.  If you were to ask the same question over at the FWs forum, you would be told the same thing, exporting HTML and CSS is ok for protypes, but not for live production sites.
    TAKING FIREWORKS COMP TO DREAMWEAVER:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    The rule of thumb is to design the layout in FWs but build the site in Dreamweaver.  The Spry menus are much better than the old popup menus, but the customisation of them does depend on your knowledge of CSS.
    Customizing a Spry Menu:
    http://foundationphp.com/tutorials/sprymenu/customize1.php
    There are many websites that show how to use CSS to create nicely styled menus, including Dropdowns and I'm sure with a lot less code bloat  :-)
    Basic css menus: horizontal / vertical:
    http://css.maxdesign.com.au/listamatic/index.htm
    CSS Dropdown menus by Suckerfish:
    http://www.htmldog.com/articles/suckerfish/dropdowns/

  • Javascript missing when insert Fireworks html to Dreamweaver

    I tried to insert fireworks html in a Dreamweaver file. After importing the fireworks html in the Dreamweaver document, the associated Javascript code was missing.
    Of course, the Fireworks html file includes the Javascript code and works properly. It is just that when I insert the Fireworks html into the Dreamweaver file, the associated Javascript code gets lost although the manual clearly says that fireworks html is inserted "along with its associated images, slices, and JavaScript".
    I use Fireworks CS5 and Dreamweaver CS5, but I also tried it using FW CS4 and DW CS4 which did not solve the problem.
    I tried two ways to insert the html code (both with the same negative result):
    1.) using the DW menu: Insert > Image Objects > Fireworks HTML
    2.) Copying the HTML to the clipboard in Fireworks, and then pasting it into the Dreamweaver document
    Of course, I could insert the Javascript code manually, but then I would have to detach the associated template from the DW doc, and I would rather not do that because then later updates to the site will become more complicated.
    BTW, I also tried to insert the fireworks html in another Dreamweaver document not using any template, but the JavaScript code got lost though.
    I would be very grateful if somebody had an idea how to solve this  problem.
    Thanks

    Thank you for your answer.
    "Is the javascript inline with the HTML or does it point to an external resource (like and external JavaScript file)? "
    inline.
    "Does using code view differ from design view as you insert the Fireworks material?"
    No
    "are you trying to paste this Fireworks code into a non-editable region of a Dreamweaver template?"
    No

  • Nesting Fireworks HTML in Dreamweaver Layer?

    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1187756&enterthread=y

    Start by reading this page -
    http://www.great-web-sights.com/g_layerlaws.asp
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Shyid" <[email protected]> wrote in message
    news:[email protected]...
    > Hi, I?ve recently created a banner graphic, including
    popup menus, in
    > Fireworks
    > for my website. You can see the banner acting as I
    intend it to on the
    > following page:
    >
    >
    http://www.theundergroundnation.com/test1.htm
    >
    > Notice that the popup menus are positioned so that one
    side is flush with
    > the
    > button that reveals them.
    >
    > However this positioning is of issue on the following
    page, I have the
    > banner
    > on a hidden layer (Layer 1) in Dreamweaver, upon mouse
    over of the table
    > at
    > the top of the page (Layer 2) Layer 1 is revealed
    displaying the Fireworks
    > html. The Entire page is covered in an invisible layer
    (Layer 3). Upon
    > Mouse
    > over of Layer 3, Layer 1 is again hidden. I should note
    that the
    > positioning
    > problem of the popup menus occurs regardless of Layer
    3?s existence.
    > Layers 1
    > and 2 are inside a table (w 780 px) that is centered on
    the page for
    > aesthetic
    > purpose.
    >
    >
    http://www.theundergroundnation.com/template.htm
    >
    > I know the issue is because of the layers, fireworks
    sets the positioning
    > relative to the top left corner, and because I have the
    layers within a
    > table
    > that is centered on the page, this is obviously throwing
    the numbers off.
    > Notice that if you change the width of your browser, the
    menus shift
    > position.
    > The wider your browser the further to the left the menus
    appear.
    >
    > I?ve heard rumors of nesting layers etc? Could I somehow
    nest the
    > fireworks
    > html within the layer to fix this problem? Any help is
    appreciated thanks.
    > I
    > also have access to Flash if that makes any difference.
    >
    > To answer some questions in advance; I could ditch the
    show hide layers
    > all
    > together and just leave the banner at the top of the
    page as I do in the
    > following page:
    http://www.theundergroundnation.com/test1.htm
    . Without
    > the
    > layers I can center the banner without any issue;
    however it is my intent
    > to
    > only leave the banner visible on the main pages of the
    site due to its
    > large
    > size. Seeing as most people still keep their monitor at
    800x600 I want to
    > use
    > the rollover effect to save headroom on the sub pages of
    the site,
    > especially
    > for pages congaing photographs, I want the full photo to
    be totally
    > visible
    > upon loading the page.
    >
    > Anyhow, if you haven?t noticed I?m mildly OCD about my
    design. Any help
    > appreciated, thanks.
    >
    >

  • Alignment problem in converting smartform printpreview into PDF

    Hi all,
    I am getting some alignment problem in converting smartform printpreview into PDF format, i.e the format of PDF is different from printpreviw of smartform.
    kindly suggest something so that alignment is not changed while converting to PDF.
    Regards,
    Sumalatha

    use below f.m to convert it into 255 characters....
         CALL FUNCTION 'QCE1_CONVERT'
            TABLES
              t_source_tab         = i_tline
              t_target_tab         = so_ali[]
            EXCEPTIONS
              convert_not_possible = 1
              OTHERS               = 2.

  • Alignment problem on abap report after Unicode conversion

    Hi,
    I've recently convert my system to unicode. Now my user is complaining the aged debtor report (ABAP) is having a column alignment problem when displaying the Japanese character.
    I'm not sure what to do now. Have anyone experience this and let me know how can I sove the problem?
    /Eida

    Hi,
    you need to regenerate the data
    For this regeneration, you start the program RKETREGP with the parameter
    application class 'KK', subclass '01' and table name 'KKROBJ'.
    br, Guido

  • Posterous blog HTML Snippet problem - not all of blog is showing up...

    Good morning all! So I was looking for a solution for our newly formed website (I'm a novice) where I could have multiple users update our blog page without having to use iWeb to do it. I read up on Posterous and it appears this would be an ideal solution. So I found some code from another Apple Discussions poster, Alancito, that would pull my Posterous blog directly into the iWeb page I created. Well it has done that, sort of...
    I see the header from the blog, but the content isn't visable. Well, actually if you highlight the header or "blog differently" and then hold down like you're scrolling down the page, the info is there. But the HTML snippet always cuts it off. Even if I expand the size of the snippet in iWeb, it ALWAYS reverts back to this same size.
    I'm in a bind here and could really use some help.
    Here's the blog page address: http://www.sporkfoodwagon.com/SporkFoodWagon/Blog.html
    And here's the code I was provided.
    <iframe height="100%" allow transparency="true" frameborder="0" scrolling="no" style="width:100%;border=none" src="http://sporkfoodwagon.posterous.com/"></iframe>
    Message was edited by: andrewrichardson

    Andrew ~ Perhaps someone will suggest a solution to the HTML Snippet problem, but meanwhile, with this recent improvement to Posterous:
    http://blog.posterous.com/posterous-unveils-pages
    ...perhaps you don't need an iWeb site at all. If you must have one, consider linking to your Posterous blog directly from iWeb's navigation bar:
    Create a blank internal page titled "Blog" (actually you can name the page whatever you want.) Then in that Blog page add an HTML Snippet with the following code:
    <script type="text/javascript">
    parent.window.location = "http://www.yourblogname.com"; // change this to your own URL
    </script>
    ...Once published, clicking on "Blog" in the navbar will immediately redirect to your external Blog page. (Thanks to Cyclosaurus for the code).
    And to return from Posterous back to your iWeb site:
    http://blog.posterous.com/pages-20-add-links-to-your-sidebar

  • Html link problem...

    Hey!
    Just wanned to say to those who answered my post on html link problems, that the problems I had were actualy because of the jdk version! I had jdk1.2 and now I have 1.3 and it works just fine.
    thanx a lot to everyone who tried to help!!!

    hehe i saw the topic "html link problem" posted by amidala and i thought " oh my god is she still struggling!" ;P
    Kewl 'twas not a problem!

Maybe you are looking for

  • Apple-provided Java SE 6 web plug-in and Web Start functionality - Chrome

    I have recently upgraded my work MBA to OSX 10.9.1 and need to use the Chrome browser to access several work sites.  These work sites also need Java to run.  I have followed the below procedures: http://support.apple.com/kb/DL1572 and http://support.

  • Lookup Table and Target Table are the same

    Hi All, I have a requirement in which I have to lookup the target table and based on the records in it, I need to load a new record into the target table. Being very specific, Suppose I have a key column which when changes I want to generate a new id

  • CDP location and CRL of Root CA is not available

    HI, We had one Root CA and its no more avilable due to storage format. RootCA has one subordinate CA server and that server is fine. When veirfy CDP container via PKIVIEW.msc I can see that CRL of Subordinate CA is valid and Root CA is expired an yea

  • Oracle human workflow task services have no support for SAML2.0 in 11.1.1.5

    When I have checked the SAML binding version of Oracle human workflow task service WSDL (TaskQueryService2?ORAWSDL), it has a SAML 1.0 policy attached to it in the soap header? Does SOA Suite 11.1.1.5.0 workflow tasking services support SAML2.0 polic

  • E2500 Internet Configuration

    Good Day I'm having trouble properly configuring this Router. Let me explain the current network setup at our office. We've got a FritzBox which supplies internet access and is directly connected to our Fileserver,there is an isolated connection betw