Can I make a custom position for a region ?

Hi guys,
I am trying to place a region on a page using CSS attributes. I tried this thing:
in the region header :
<div style="width:300px;height:150px;position:absolute;left:100px;top:100px;"> in the footer:
</dive>but the problem is that only the items of the region get a new position.
How can I place a region where I wish ???
FYI:
I use
Windows 7 64 bit
Apex 4.1
Theme : 23-crimson
Glass Fish server
Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
I hope my question is clear.
Regards,
Fateh

Fateh wrote:
in the footer:
</dive>
Was that really <tt>&lt;/dive&gt;</tt> or <tt>&lt;/div&gt;</tt>? Getting it right with the latter might help...
Region template?
Browser & version?
Probably get better results by either giving the region a static region ID and using this as a selector in a separate style sheet, or putting your inline style in the region attributes.

Similar Messages

  • Can not make work custom scope for run time created pages

    Greetings
    i have an application where you can choose a scope where you want to create your page using the create page task flow. the thing is that it is not working my pages are not being created on any new scope, looking through the folders of the MDS repository i only see a new folder where each new scope i create with mi app in runtime has a folder with the same name that the scope and inside of each...is an xml file....the path to those is /webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/<custom_scope_name>/scope.xml
    does any body know why this is happening?

    Hello
    i am using the create page task flow.....here is the task flow configuration, it only has one parameter
    <taskFlow id="pagecreatepage1"
    taskFlowId="/oracle/webcenter/page/view/jsf/fragments/page-create-page.xml#page-create-page"
    activation="deferred"
    xmlns="http://xmlns.oracle.com/adf/controller/binding">
    <parameters>
    <parameter id="oracle_webcenter_page_createpage_scopename"
    value="${adminPagView.scopeName}"/>
    </parameters>
    </taskFlow>
    scope name is a method in my backing bean ..............and here is the method implementation
    public String getScopeName() {   
    ServiceContext sContext = ServiceContext.getContext();
    try {                   
    Scope scope = sContext.createScope("scope_test");
    sContext.setScope(scope);
    } catch (ScopeAlreadyExistsException scopeExistsException) {  
    System.out.println("Scope Already Exists...");
    return scopeName;
    the method executes correctly and in the mds folders y can see a folder for that scope in DefaultDomain/webcenter/mds-integServerRepos/<my_app_name>/oracle/webcenter/framework/scope/scopedMD/scope_test/scope..xml
    and my page jspx is in this path
    /oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/user/U364DAA907F1311DFAF1145A33DBB364E/Page1.jspx
    as you can see s8bba98ff_4cbb_40b8_beee_296c916a23ed is the defaul scope, maybe i am just creating a scope but no telling to the task flow to
    used it..............no sure what is happening

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • How can I make a bootable disk for Mountain Lion?

    How can I make a bootable disk for Mountain Lion?

    Make Your Own Mountain/Lion Installer
    1. After downloading Mountain/Lion you must first save the Install Mac OS X Mountain/Lion application. After Mountain/Lion downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the Mountain/Lion installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
    2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    3. Locate the saved Mountain/Lion installer in your Downloads folder. CTRL- or RIGHT-click on the installer and select Show Package Contents from the contextual menu. Double-click on the Contents folder to open it. Double-click on the SharedSupport folder. In this folder you will see a disc image named InstallESD.dmg.
    4. Plug in your freshly prepared USB flash drive. You are going to clone the content of the InstallESD.dmg disc image to the flash drive as follows:
    Double-click on the InstallESD.dmg file to mount it on your Desktop.
    Open Disk Utility.
    Select the USB flash drive from the left side list.
    Click on the Restore tab in the DU main window.
    Select the USB flash drive volume from the left side list and drag it to the Destination entry field.
    Drag the mounted disc icon from the Desktop into the Source entry field.
    Double-check you got it right, then click on the Restore button.
    When the clone is completed you have a fully bootable installer that you can use without having to re-download Mountain/Lion.
    Note: The term Mountain/Lion used above means Lion or Mountain Lion.

  • How can I make a "property node" for a VI?

    Hello!
    If I add a boolean button on the FP then I am able to make a property node for that button in the Block Diagram. But how can I make a property node for a VI? I have several VI:s an that together is one program. What I need to do is to verify what kind of VI some of my VI:s is. I need to verify if it is .exe or .vi-file, and if it is .exe then I want to disable run, abort, run continuously bottons otherwise not. I have hard that this is possible to do programmaticaly but I can´t figure out how. I am aware that I could do that manually in the File->vi properties->customize->windows appearance but theese choises makes it last forever.
    I want to be able to stop and run and everything if it is a .vi file, but if it is .exe-file then all those buttons should be disabled.
    Anyone have an example on this?
    In an other message at this Forum I read "You can use the `Front Panel Window. Allow Runtime PopUp`" property to disable run-time shortcuts menues programmaticaly, but still I dont know how to create this property node.
    /Amir

    You really shouldn't open a new thread. If you don't understand something, ask and we will explain it.
    Like I said in the other thread, you can check if you are running in LV or an EXE by using the Application>>Kind property. To get it, place a property node (from the Application Control palette) on the diagram, click it and find the property.
    To set the properties for the VI, place another property node, right click it and select Select Class>>VI Server>>VI. You should have the properties you want under Front Panel Window.
    To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf). I believe chapter 17 of the user manual explains about programmatic control of VIs.
    Try to take over the world!

  • How can I make a custom book size in iBooks Author

    How can I make a custom book size in iBooks Author?

    Book sizes (Landscape or Portrait) are fixed when using iBooks Author.
    Covers, however, can be square.

  • Can applw make a new software for Iphone 3g with multitasking

    can apple make a new software for Iphone 3g with multitasking

    No. Apple stated that the 3G does not have the processing power to provide multitasking to Apple's reuired standards.

  • Realtek network card seems to be disappeared. how can i make it visible again for the OS?

    i can't access my LAN card. somehow it is disappeared. how can i make it visible again for the OS? my OS is windows 7. thanks very much for your help

    right click on the button bar, then select "customize toolbar", drag any button you like into the toolbar and you're done!
    Diego

  • How can i make Apple id free for downloading apps

    how can i make free apple ID for downloading apps?

    No thats false thers an other way go to App Store ( on iphone or itunes) then choose any free app click download the App Store will ask you for your apple id the click in this dialog on create new apple id then you should select by Credit Card None, thats a trick, you don't need a credit or itunes card
    PS: Sorry for my bad english

  • Can we make two shipment cost for one outbound delivery

    Hi team,
    Can we make two shipment cost for one outbound delivery?
    Need your suggesstions.
    Regards
    Venkat Ramana

    Hi
    I do not think that you will get a reply now as it has been too long.
    Maybe the answer is not known.
    However as the forum is growing and it takes so much time to get through all of the pages it would be nice to keep it current so could you please close your thread and either re-open a new one (this might help as people are more likely to look at curret ones) or try another forum.
    This will make life easier for everyone
    Regards
    Frenchy.

  • How can I make lining number format for opentype fonts in Acrobat?

    How can I make lining number format for opentype fonts in Acrobat?

    I bought the Max OT font. I want the numbers on the right to look like on the left. I could do that in word, but not in adobe acrobat.

  • Can you make a Keyword Collection for entire event library?

    Hello all,
    So you make an event, and you can make Keyword Collections for that particular event, such as "WS" or "Person 1" or "Indoors"... But...
    What if those keywords apply to other events?
    I am making video content for a particular company. I shoot stuff one day import as an event. The only content that I produce is for this company, so you can imagine there are going to be similar themes across mutable events...
    As you know this is how it is organized >
    DRIVE
    >2012
    >Event
          >Keyword Collection
    This is how I want to get organized>
    DRIVE
    Master Keyword Collection
    >2012
    >Event
         >Keyword Collection
    > Here is an example of how I think It should be
    DRIVE
    "All Interior Shots"
    >2012
      > Event
         >Interior Shots
    So can you make a Keyword Collection for entire event library?
    Can some one please explain if is this is possible? If not please update!

    Andy,
    Yes you can but that feature only works if you are searching a single event (Pretty Cool/Useful), Creating a smart collection based on what you tick off in the dialogue box... You will get an error message if Searching the drive itself:
    LOL
    I did some playing around...
    I created a new event
    Then I ran a search, with Keywords ticked off, Ticking off mutable Keyword Collections.
    Then dragged the results into my new event.
    This in effect created "saved search results" but Final Cut started copying clips to that event folder that was created on my external HD. I was hoping that It would generate alias files...
    I also...
    Created a new project
    Ran the Search with Keywords
    Dragged all clips into the project..
    This also in effect created  "saved search results" but not really what I was hoping :/

  • Can you make a iOS update for older iphone's

    Apple can you make a iOS update for older iphones's

    Apple is not here.
    We are all iphone users just like you.
    Like all software on all devices/computer/tvs/dvds/cars/etc, the newest updates will not be compatible with older devices.
    iphone 3g and earlier models have reached the end of the line.

  • My daughter made a voice recording on her phone and sent it to me through a text message. Can I make that a ringtone for my Iphone?

    my daughter made a voice recording on her phone and sent it to me through a text message. Can I make that a ringtone for my Iphone?

    I did an internet search (Google) and found the following. It is from May (before the latest iOS update) so the look of some of the steps may vary slightly from the current iOS 7. http://osxdaily.com/2013/03/04/turn-any-voice-recording-into-a-ringtone-for-ipho ne/

  • How can I make a recovery disk for an imac 24 "  early 2008 to April 2009 or connect via thunderbolt to another imac

    How can I make a recovery disk for an imac 24 "  early 2008 to April 2009 or connect via thunderbolt to another imacimac 24 "   or connect via thunderbolt to another imac
    ann

    You will only know about the hard drive when you try to access it in TDM from your other computer. If you cannot boot into TDM mode or if the drive does not appear on the new computer's Desktop then it is likely bad.
    What you are thinking about as a recovery disk is the Recovery HD normally created when you install Lion or later on the computer. You boot from it as follows:
    Boot Using Command+R keys:
      1. Restart the computer.
      2. Immediately after the chime press and hold down the
          "COMMAND" and the "R" keys together.
      3. Release the keys when the Utilities Menu appears.

Maybe you are looking for

  • I accidentally erased music somehow from my itunes library, how can i get it back?

    i accidentally erased music somehow from my itunes library, how can i get it back?  I'm not sure how I did it, but I do know something has been wierd ever since.  i remember using it and arranging songs, and then, bing!  Songs were missing.  Please h

  • Merge Queries

    I have a 1 Frontend report with 3 different radio buttons. Radio Button B(Bookings) Radio Button C(Cancellations) Radio Button T(Both Bookings and Cancelations) Query Underneath the report is something like this: FOR RADIO BUTTON B(BOOKINGS) SELECT X

  • Question re iMovie clip that I put on my Website via a YouTube window

    Hi, this may or may not be a question for this particular forum but, in case someone can help me -- I have a video on my website via an embedded YouTube window. The window gives the user two ways to Play the video: the little arrow at the left corner

  • Problem installing sound driver on Lenovo G550 - Windows XP

    I have installed windows XP on my lenovo G550. As shown on lenovo site, i tried to install"Conexant Audio Driver" for my audio driver but it is failing. I opened readme file it says somthing like "Change Point: Add .Net3.5 in driver package"- Does th

  • What is a Parallelized statement....

    In the topic of Restrictions on Functions... it provides.... when called from a SELECT statement or parallelized UPDATE or DELETE statement, the function cannot query or modify any database tables. What is meant by Parallelized UPDATE or DELETE State