How to change Absolute Layers to Relative?

As always, thanks in advance…
I have set up a Set Text layer. I postioned it in/over a
table cell, however, in the browser it jumps to the left.
After researching the forums it appears I would need to
change the layer to Relative? I can't see how to do this anywhere?
I tried changing the DIV tag to Span and changing the word Absolute
to Relative in the code but it just doesn't work at all!
(If it matters, its a disjointed rollover with an additional
Set Text Layer)
Cheers!

Pasted from yesterday's message -
First thing you want to do is to get a valid and complete
doctype on that
page, so that it will be rendered in the browser's Standards
mode, not
quirks mode.
Change this -
<html>
to this -
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
<html>
Next, you need to get div#textlaya OUT OF THE TABLE. One
should never place
absolutely positioned elements directly into table cells.
Just grab the code
for that div, cut it from the page, and paste it back in
immediately above
</body>.
Then, just read along -
Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0
auto;position:relative; }
/* 760px will display on an 800px screen maximized browser
window without */
/* horizontal scrollbars. */
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
<!-- /wrapper -->
</div>
</body>
and see if that helps (You'll need to relocate the placement
of the
div#textlaya on the design view page, though since its frame
of reference
has changed a bit).
Finally, you need to know about the perils of placing text
into absolutely
positioned elements -
http://www.great-web-sights.com/g_layer-overlap.asp
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
==================
"Fodderstompf" <[email protected]> wrote in
message
news:fnq7ea$a4j$[email protected]..
>I can't see the response?
>
> I've put the page up also:
>
http://www.necpublishing.com/home.html
>
> The code posted here is pretty much the same?

Similar Messages

  • How to change absolute to relative values

    Hi,
    I had recorded a page where i can navigate from one recoerd to another using " > " button, for each and every click(each next record) a state token will update its value by 1.I saw different values of the state_token in recorded scripts . But these are absolute values. Is it possible in e-Tester that these values are relative to the initial value.
    update me as early as possible.
    Regards,
    Jagadeesh.

    Pasted from yesterday's message -
    First thing you want to do is to get a valid and complete
    doctype on that
    page, so that it will be rendered in the browser's Standards
    mode, not
    quirks mode.
    Change this -
    <html>
    to this -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    Next, you need to get div#textlaya OUT OF THE TABLE. One
    should never place
    absolutely positioned elements directly into table cells.
    Just grab the code
    for that div, cut it from the page, and paste it back in
    immediately above
    </body>.
    Then, just read along -
    Change this -
    </head>
    to this -
    <style type="text/css">
    <!--
    body { text-align:center; }
    #wrapper { text-align:left; width:760px; margin:0
    auto;position:relative; }
    /* 760px will display on an 800px screen maximized browser
    window without */
    /* horizontal scrollbars. */
    -->
    </style>
    </head>
    change this -
    <body ...>
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
    <!-- /wrapper -->
    </div>
    </body>
    and see if that helps (You'll need to relocate the placement
    of the
    div#textlaya on the design view page, though since its frame
    of reference
    has changed a bit).
    Finally, you need to know about the perils of placing text
    into absolutely
    positioned elements -
    http://www.great-web-sights.com/g_layer-overlap.asp
    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
    ==================
    "Fodderstompf" <[email protected]> wrote in
    message
    news:fnq7ea$a4j$[email protected]..
    >I can't see the response?
    >
    > I've put the page up also:
    >
    http://www.necpublishing.com/home.html
    >
    > The code posted here is pretty much the same?

  • How to change the Data Base Relation in a universe?

    We are working with BO 6.5a.One universe in connected to a 'DB2/400 (iSeries)'  data base.
    All Objects in a universe are related to a defined library like <libraryname>.<tablename>.<fieldname>.
    We like to change the libraryname. Is there any chance to do this in the existing universe?
    Why?
    We like to have the same database two times in our System, only the data are different.
    Details:
    The universe of course points to a library (A) and connection is done with ODBC.
    Changing ODBC to another library (B) is no problem; and, of course we then can change the tables in the universe manually => a lot of work.
    But we like to change the pointer in the universe at once (each object shows to the library (A) and we want them to show at (B)).
    The 'refresh structure' - button won't do it.

    In the universe you can select all the tables Ctrl-A, right click and rename tables. Remove the reference to the library.

  • How to change video layers in iMovie?

    So far I have a main video, but by accident I want a black background to be the first layer how can I switch the layers?

    Unfortunately this is not adjustable in iMovie 10.0.3
    Geoff.

  • How to change a layers opacity?

    Hi there,
    I am new to the whole concept of photoshop cripting and am really struggling,  I wish to change the opacity of several layers, do I have to define the function first??
    I would really appreciate it if someone could help!! realy struggling here

    so I just have it in the wrong place? sorry.. im really stuck here  
                        app.activeDocument=doc1;
                        doc1.resizeImage(posterWidth,posterHeight/4);
                        doc1.selection.selectAll();
                        doc1.selection.copy();
                        doc1.selection.deselect();
                        app.activeDocument=newDoc;
                        newDoc.artLayers.add();
                        newDoc.paste();
                        newDoc.activeLayer.translate(0,-posterHeight/2+posterHeight/8);
                        app.activeDocument=newDoc;
                        newDoc.selection.selectAll();
                        newDoc.selection.opacity = 17;
                        newDoc.selection.deselect();

  • Changing Expressions reference from relative to absolute?

    Is there an automated way to change an Expression's relative references (e.g., thisComp / thisLayer) to more absolute references like Comp("MyComp25").layer("MyLayer10.mov")
    When I copy and paste layers that reference other layers into new comps, the expressions not surprisingly get invalidated since those layers do not exist in the new thisComp

    It's pretty straight forward, but it's not trivial. There may be something out there already that does this, but I'm not sure where. Basically, you need something that will drill down, recursively through all the properties in a layer, see if the property can accept an experssion, see if it has an expression, and then do a text replace on "thisComp". (It doesn't seem like you'd need to worry about "thisLayer"). There are examples out there on how to do the recursive part (which is where most of the work is).
    Dan

  • How to change the attribute name for a relation

    When the Data Modeler engineers a logical model into a relational model it create table columns for the relations. The names of the generated columns are listed in the attributes list in the properties dialog of the relation. The actual name of the attribute gets calculated by the attribute name of the entity which is part of the relation. This is okay, if there is only one relation between two entities. But when there are two relations between two entities the second attribute gets a stupid number suffix. This makes it impossible to give the attribute a useful semantic meaning.
    When I engineer the model into a relational model I can change the column name in the relational model. Changing the column name in the relational model is not perfect but it would be okay for me, if it would not be overwritten during the next engineering run.
    So I have two questions:
    How can I change the attribute name in the attributes section of the properties dialog of a relation? See here for screen shot:
    http://public.ceving.de/2012050300/relationattribute.png
    And if it is not possible:
    How can I preserve any changes on column names in the relational model during a re-engineering run?
    Edited by: 931739 on 03.05.2012 08:07

    Hi,
    I've logged an Enhancement request on this.
    I don't believe it's possible to change it from the Entity or Relationship dialog, as it's not updatable in these dialogs.
    What you can do is change it in the Relational Model, and then reverse engineer the change back to the Logical Model.
    David

  • How can copied calculations be made relative rather than absolute?

    Frequently I like to copy a recurring item from a previous entry, change the date and assume all will be well. But Numbers 3.2.2 also copies the calculations as absolute rather than relative. That is a calculation of previous balance plus a credit minus a debit is referencing the copied balance, credit and debits rather the balance, credit and debits in the new location, thus throwing the calculations off.
    Supplementary question:
    Is there a fast way to correct the wrong calculations once made? A fast way to restore an orderly sequence one row referencing the previous row's balance and the current row's credits and debits?

    Hi Wanapitei
    Have you tried this?
    Click on a "lozenge" (A2 in this example) to see the contextual menu.
    Clicking on Preserve Row or Preserve Column will turn on (or turn off) the $ sign in the formula. That toggles between Absolute and Relative references.
    Regards,
    Ian.

  • TS3988 How do I change the email address relating to my iCloud account?

    How do I change the email address relating to my iCloud account (ie from a hotmail address that I plan to delete, to an outlook address)?
    Thanks in advance

    Your description doesn't make it entirely clear what you are trying to do. Your Apple ID - which you use to log in to iCloud - is a non-Apple email address and you can change this. You may also have a 'rescue' address (advisable) which is a non-Apple email address and you can change that. The @icloud.com address you set up when you opened the iCloud account can not be changed, but has nothing directly to do with Hotmail (other than that being the login).
    What you can do is add up to three 'email aliases' - these are additional addresses (not accounts) which deliver into the same inbox as the main account. (In fact it's a good idea to give out alias addresses, rather than the main address, because if they attract spam you can easily change them.) (New aliases can only be @icloud.com ones; @me.com addresses cannot now be created.)
    You should be aware before you start that once you've created an alias you cannot turn that address into a full iCloud account, move it to another account, or reactivate it if you delete it.
    More information on aliases here:
    http://help.apple.com/icloud/#mm6b1a490a

  • When I search an actress it Apple TV only shows related music, no movies. Any suggestions in how to change this?

    If anyone has any suggestions in how to change the search on movies Apple TV to show movies they will be greatly appreciated. Thanks in advance !

    Welcome to the Apple Community.
    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
        1.    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
        2.    Connect the micro USB cable to the Apple TV and to your computer.
        3.    Reconnect the power cable (only for Apple TV 3)
        4.    Open iTunes.
        5.    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • How to change default alerts in iCal?

    Hello.
    Every time you add a new event in iCal, the Info panel of the event contains a series of default alerts that you may want to add to it. However, all of them are useless to me (e.g.: "Send email to <my address> 4 days after), so I need to manually edit them event by event. Anybody knows how to change them? I have already inspected all the plist files related to ical, and looked inside the ical package content, but I found no indication of where to change these values. Using iCal version 5.0.2
    Thanks,
    l

    John: Thank you, this is exactly what I wanted. I was indeed inspecting the plist with bbedit, but what I did not realize is that the file has some parts which are binary, so I could not see the PersistentMenu-lastUsedAlarms part by using a text editor. I opened it with Xcode and I did find what you were saying, and erased all the junk that was in there. In fact, the issue I had was also described here:
    http://newsgroups.derkeiler.com/Archive/Uk/uk.comp.sys.mac/2010-06/msg02349.html
    For some reason, it looks like after some upgrade the program adds were some positive values in the plist and I was stuck with default alarms that were set *after* the events I wanted to set an alarm for.
    I did what you suggested, then added by hand new values to the PersistentMenu part of the plist, and I am now happy.
    For everybody's information, to know what I did, it is enough to know to add Dictionary items to the  PersistentMenu-lastUsedAlarms, with 3 fields:
    -- AlarmTypeKey (this determines if you want a sound, or else an email, or else the other default alarm type keys. For example, sending an email is a Number, value 4; having a message with sound is a Number, value 3)
    -- AlarmDurationKey: This is a Number, in seconds, that determines when you want your alarm to trigger. E.g: -172800 will be two days before. Must be negative for "before", of course)
    -- AlarmParameterKey: This is a String, where you store the value that you want the alarm to have. For example, if you want an email to be sent, the AlarmTypeKey will be 4, as explained above, and this field will contain your email address. Instead, if you want the alarm to be a sound, the AlarmTypeKey will be 3 and this field will have the name of the sound you want (e.g., Basso).
    That's it. Thanks a lot for the solution!
    l.

  • Email messages now show "To: me" instead of the name or email address and I want to know how to change back to the way it was.

    I use several yahoo email addresses and it has always been very convienent to see if it is a personal or business related message by simply seeing the To: line. Now all of sudden all I see is "me" and it is not at all helpful. I didn't make the change nor authorize it to be done. I am not even sure if this is a Firefox issue or a Yahoo issue. I would like to know how to change back to show the full email name or address.

    hello shackiraq, you'd have to contact yahoo's support about this issue - firefox doesn't handle your emails but just renders a website like it is provided to you by the server of a webmail service.
    https://help.yahoo.com/kb/mail-for-desktop

  • How to change the default Path of Prompt Played by MicroApp

    Hi
    I need to store all the Self Service application prompts in dedicated Media Server. I can modify location of all the Media files by passing the related URL form CVP application, however I need to know how to change the default location of Prompt file played by Play Media Microapplication in ICM Scripting.
    Currently the default location taken by Play Media Micro App is the Media _Server.variable path set for VXML Server location while I have a separate Media Server.
    Please advice how we can customize the MicroApp Media path.
    regards
    Kapil Kumar

    Hi Kapil,
    Try this in your ICM script, define set variables i.e.
    set Media Server= ip address of media server
    set Locale = en-us
    set input Type = DTMF only
    set App Media Lib = " you new location i.e. test "
    So, the application path will be
    http://media server ip address/en-us/test
    hope this helps.
    Cheers

  • How to change the default SSH port on Cat 6500 WS-SUP720-3B

    I have been net searching this question and I find answers relative to other Cisco products but not for the 6500 series. We are running
    entservicesk9_wan-mz.122-18.SXF17a.bin and would like to know how to change the default SSH listening port..
    Thanks in advance..

    Hi Neil,
    Normally this is achieved via the "ip ssh port rotary " but unfortunately, this command is not implemented on your platform so ssh will only work on port 22.
    Regards,
    Nicolas

  • How to change the default "Safe" files in Safari?

    I would really appreciate if anybody could teach me how to change the default "Safe" files using AppleScripts, Folder Actions or .plist files. I really would like to have some files to open automatically after download, specially .pps files, and safari doesn't recognize such files as "safe". I tried to find out reading the help files but got lost.
    I posted a reply in an old topic for somebody who seemed to know, but it was not related to that topic, so I decided to open a new one.
    I'll be gratefull for any help. Thanks.

    Hi MDRC,
    Have a read of [this topic|http://discussions.apple.com/thread.jspa?threadID=1237961] to see if that helps.

Maybe you are looking for

  • Camera will not switch to video

    The camera on both my i-phone 4s and i-pad are stuck on photo and will no longer switch to video.  This happened beginning of February.  How can I resolve this?  They both have the latest operating system except for the last i-phone update that came

  • Hyperlinks...works in certain locations????

    I have many hyperlinks (text and photo) on my iWeb page...and they all work fine after publishing when I view the page in my web browser (safari & firefox). Except for one link. One of the links (text), does absolutely nothing when I click on it in m

  • Adobe Reader LE

    How can I instal back Adobe Reader LE after removing?

  • I just ordered an iphone 5

    i just ordered an iphone 5 and got some number what can i do with it?

  • Can i use ipad mini wifi cellular in Bangladesh?

    can i use ipad mini wifi + cellular in Bangladesh?