Floating item - help

I'll try my best to describe what I am trying to do... I want
to FLOAT and leaf image right over the top of where 2 TDs come
together. I am trying to use a <div> tag which works fine,
except for one problem it is creating. No matter how I do it, it
somehow makes the TD on the bottom have too much height. I am
trying to use CSS with these parameters.
.mapLink {
position: relative;
top: -200px;
right: 20px;
float: right;
What do I need to add to keep it from blewing up the bottom
half of the page?
here is a link to the pages:
http://www.gulfnetwork.com/gcmccc/locations.htm

Thytar wrote:
> Ok... It works in IE... but not in Firefox? How do I
make it work in Firefox
Surround your main table in a <div>
<div id="tableContainer">
<table width="877" border="0" align="center"
cellpadding="0"
cellspacing="0" class="tableBorderDkGreen">
blah blah blah
</table>
</div><!-- end tableContainer -->
Then give it some css:
#tableContainer {
position: relative;
width: 877px;
margin: 0 auto;
(dont use a <p> tag to try and position the leaf use a
<div> instead.
Insert the 'mapLink' <div> inside the "tableContainer"
<div>
So you have the following structure:
<div id="tableContainer">
<div class="mapLink"><img src="images/leaf1.png"
alt="Map Link"
width="100" height="73" /></div>
<table width="877" border="0" align="center"
cellpadding="0"
cellspacing="0" class="tableBorderDkGreen">
blah blah blah
</table>
</div><!-- end tableContainer -->
Now use absolute positioning on the mapLink <div> (mess
around with the
x, y co-ordinates until you have it in the position required.
.mapLink {
position: absolute;
top: 200px;
left: 20px;
This is probably the best way to do it to get consistent
results
cross-browser. Using relative positioning in combination with
float and
minus margins is a disaster waiting to happen. You might
achieve utopia
in one browser but its likely to be out in another.

Similar Messages

  • Display a floating message box ligh the item Help

    Hi,
    I would like to display a message box with some longer messages for the end user. Is there any Javascript / JQuery API call where I could give the message as input and use the same look-and-feel as the item help? TIA.
    Tamas

    Hi,
    This might help
    http://dbswh.webhop.net/dbswh/f?p=BLOG:READ:0::::ARTICLE:2137800346082883
    Regards,
    Jari
    http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0

  • RE: Float-over help on inactive widgets ??? -Reply

    Jason de Cean
    Genisys Team
    Lumley Technology Limited
    Level 8, 55 Sussex St
    Sydney, Australia (+61)
    Ph. 02 9248 1321
    -----Original Message-----
    From: Steven Barnes [SMTP:[email protected]]
    Sent: Friday, 19 March 1999 6:01
    To: [email protected]
    Subject: Float-over help on inactive widgets ??? -Reply
    If I remember my help file correctly, FieldWidgets with a state of
    FS_INACTIVE do not respond to any events (ie. AfterFocusGain,
    MouseEnter, etc). So, it's my guess that that is what is killing the
    help
    items. They may very well depend on 'MouseEnter' type events. Try
    FS_VIEWONLY. The users will be able to click on & even highlight text,
    but they can't change anything. (and the float over help should still
    work).
    I'm not sure about the status bar text. I haven't used it much.
    Steven Barnes
    LRS
    RACZ 03/19/99 05:16am >>>
    From: "Attila R*cz" <[email protected]>
    Hi!
    I set the State attribute of a DataField to FS_INACTIVE.
    Why can't I see the float-over and status line help for
    this DataField?
    I think this is the same for any other FieldWidget.
    But why???
    Thanks in advance for any response...
    Attila
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Since you are publishing your results on the net , it will be a better idea to use JSP?Servlet/Beans architecture instead of swing
    I will propose a architecture as follows:
    Client : Standard Browsers, IE and NS
    Middle Tier: Java Webserver/Application Server
    This will depend on your budget. If u have a fat allowance go for weblogic/websphere . If u are operationg on shoe string budget try for apache , etc
    In the server tier code your application in the follwing architecture
    JSP for presentation: Distillation towers picture, input boxes .. etc
    Servlets for business logic invocation and routing requests: Your JSP submits input values to servlets, which does the processing using Java Bean Components. Since you have a lot of Logic written in C I would suggest to encapsulate these in JavaBean components using JNI technology and reuse the code.
    After processing the servlet again forwards the response to another JSP for output
    Advantages:
    1.Your clients can be thin as most of the processing is done at the server
    2. Thread Management is taken care of by your webserver, which otherwise would be a headache
    3. Writing this through low level socket programming will be much more difficult as you will write your own protocol for communication this will be error prone and not scalable
    If you still decide to go for traditional client server programming using swing, use RMI for communication as I insist that socket programming is very very cumbersome...using your own protocols
    hope this helps
    Shubhrajit

  • Using shortcuts in Item Help Text

    Hello everyone,
    I have a problem using shortcuts in Help Text sections of items. It says in the help "Item help supports shortcuts using "SHORTCUT_NAME" syntax." but it seems not. In the shortcuts sections of the shared components, it doesn't says that shortcuts can be used in Help text section.
    I am using 3.1. It is a 3.1 bug? I didn't see int he corrected bug's list that is was a bug in 3.1 so.
    If it is not a bug and it just doesnt work in help text sections, do you have any suggestion to supply help text from a help system somewhere else in the organisation?
    Thank, Bpprive

    Thank a lot,
    You can find the information by clicking on "Show edit link" on a page, then on the edit link of a textfield, scrolling to the section "Item help text" and finally on "help text", juste above the textarea.
    "Identifies help text for a page item. This help can be displayed by a help system. Item help supports shortcuts using "SHORTCUT_NAME" syntax."
    I was really happy to find an easy and customizable way to implement help text provided by help system. I have some more ideas, but I't was far away the greatest!
    Thank, bpprive

  • "Item Help Subscription" does not seem to be working

    Hi All,
    I am on APEX 4.0.1. and trying to use the feature "Item Help Subscription" which does not seem to be working.
    Here is what I have done.
    -> Created a forms page (page 2) that has an item 'P2_NAME'. Define the "Help Text" for that item.
    -> Created another forms page (page 3) that has an item called 'P3_CUST_NAME'.
    -> In Page Definition for Page 3, Clicked on 'Edit All' icon under 'Items'
    -> Clicked 'Utilities' and selected 'Item Help Subscriptions'
    -> For Item 'P3_CUST_NAME', clicked on the LOV under 'Subscribe To' field and selected 'P2_NAME'
    However when I am clicking on 'Apply Changes' to save the changes, it is not getting saved. The 'Subscribe To' field appears blank even after applying changes.
    What I want to know is - is it a bug or have I missed something ? Is anyone using this feature successfully ?
    Any pointers or help will be highly appreciated.
    Thanks & Regards,
    Ashish Agarwal
    http://www.asagarwal.com

    Hi Ashish,
    I had created Item Help Subscription that you had mentioned.
    But I don't have any problem with this. It creates successfully.
    I am using Application Express 4.0.2.00.06
    Regards,
    Kartik Patel
    http://patelkartik.blogspot.com/
    http://apex.oracle.com/pls/apex/f?p=9904351712:1

  • ShowModalDialog and "Unauthorized Access" for Item Help Tips - APEX 2.2.0

    Hi, all,
    Well, I have a popup that is displayed using ShowModalDialog, and that popup has help tips for some items. When I view it on my computer, regardless of whether or not I'm logged into APEX or not, and regardless of what authentication scheme I use to log into my application, I can see the help tips.
    When another user I have testing tries to view the help tip, she gets "Unauthorized Access." It doesn't matter what she is logged into or how. However, if I send her the link to the page displayed in the ShowModalDialog popup and she opens it in a regular window, she can see the help just fine.
    I did see mentions of this elsewhere in the forums. Is this Bug #5469015 : Authentication Fails On Popup Item Help Pages? If so, is there a workaround?
    Thanks!
    Don

    Thanks for all your help Scott
    I've added the -PORTAL_SSO- .....
    After this I've had a new problem same to this: Re: SSO Authentication Not Working
    "get the error below and it then directs me to http://hostx/htmldb/f? and the "p=" is missing"
    But after a lot of tests I discovered where was the problem: "The apache configuration for the proxy!!"
    This an extract from the installation doc :
    SetEnv force-proxy-request-1.0 1
    ProxyPass /htmldb http://127.0.0.1:8080/htmldb
    ProxyPassReverse /htmldb http://127.0.0.1:8080/htmldb
    ProxyPass /i http://127.0.0.1:8080/i
    ProxyPassReverse /i http://127.0.0.1:8080/i
    ProxyPass /sys http://127.0.0.1:8080/sys
    ProxyPassReverse /sys http://127.0.0.1:8080/sys
    where you replace 127.0.0.1 with the name OR ip address of your XE installation. 8080 is the default http port of your XE installation. "
    Well, I used the IP ADDRESS and in the @regapp > listener_token the NAME!!! (HTML_DB:servername.domain:80)
    I changed the IP ADDRESS with the NAME, restarted the httpd service and now all works fine.
    Emanuele

  • Bug report - Grid edit for item help

    Apex 4.0.2
    Page 4000.408 in the Apex Builder (Grid Edit Item Help) can be used to bulk edit item help text. Tried to use this to set item help for a bunch of items. But it appears that the page only shows items that already have some help text. I guess the recommendation is to use the Seed Item Help Text button on that page to set some default text for all items and and then use this page to tweak as needed.
    I am not sure I agree with this. Since this page (408) is a tabular form anyway, why not let us Add or Edit rows directly? Looking at the query behind the page, a simple tweak would make it so
      from WWV_FLOW_STEP_ITEM_HELP h,
           wwv_flow_step_items i,
           wwv_flow_field_templates t
    where h.flow_id = :fb_flow_id
       and i.id = h.flow_item_id(+)
       and i.item_field_template = t.id (+)by just changing h.flow_id to i.flow_id . The query formation is a little non-standard as it outer-joins the wwv_flow_step_items table and also puts a exact match predicate on it. Tom says it better than I can.
    Update - This page is really broken. I spent 30 minutes on filling in the Help Text boxes and clicked Apply Changes and none of the changes were saved, they went back to the default seed text. Argh! Examining the page doesn't show why the MRU save process didn't fire, maybe some subtle bug.
    Can someone from the Oracle Apex team can review and comment? Thanks

    Hi VANJ,
    Regarding:
    Update - This page is really broken. I spent 30 minutes on filling in the Help Text boxes and clicked Apply Changes and none of the changes were saved, they went back to the default seed text. Argh! Examining the page doesn't show why the MRU save process didn't fire, maybe some subtle bug.I believe this was caused by bug #10382982 and has already been fixed for APEX 4.1. I tested in the sample application on a 4.1 instance and was able to update item level help on this page. Can you confirm this also works for you on apex.oracle.com?
    Regards,
    Anthony.

  • Cannot float item next to another floated item...help needed...

    Hi everyone,
    I'm using DW CS4 and am somewhat in a snag. I am trying to line up an image, text and another image side by side.  I was successfully able to float the text to the right  of the image (by using float: left) and now I am trying to float another image left of the text.  However, when I attempt, the image does not move and the text expands out (I put the text in a DIV container and gave it a width of 800 px); my entire layout is 1280 pixexl.  So what I'm asking is, how can I float an item next to another item?  I've posted the code below.  All help is greatly appreciated.  Thank you!
    **I posted my entire CSS and highlighted the area I am having issues with.
    Website Dimensions:
    body {
              height: 1024px;
              width: 1280px;
              margin:0 auto;
              position:relative
    HTML:
      <!--Main Content Begin-->
      <div id="main_content">
      <!--Top Hat Photo Begin-->
      <div id="Top_Hat_Photo">
          <img src="Dee 201 Big Smile Fade Surgical.jpg" width="438" height="376" alt="Dee Lewis" /></div>
          <!--Top Hat Phote End-->
          <!--Quotes Begin-->
          <div id="Quotes">
          <h1> Main Content</h1>
          <p>&quot;From writer to filmmaker to actress and back again. DeAara Lewis comfortably wears the hats of three crafts.&quot;</p>
      <p> Pearl Washington </p>
        <p> Tri State Defender</p>
        <p> </p>
        </div>
        <!--Quotes End-->
        <!--TV Icon Begin-->
        <div id="TV_Icon">
      <img src="TPIMH TV.jpg" width="303" height="325" alt="The People Inside My Head Coming Soon!" /></div>
      <!--TV Icon End-->
    </div>
    <!--end "main content"-->
    CSS:
    #container #main_content {
    #container #Header #Dee_Title {
              padding-left: 50px;
              width: 600px;
              clear: both;
    #container #main_content #Top_Hat_Photo img {
              float: left;
    #container #main_content #Quotes {
              width: 800px;
              float: left;
    #footer {
              clear: both;
    #Header #Navigation_Menu ul {
              margin: 0px;
              padding: 0px;
              list-style:none;
    #Header #Navigation_Menu ul li {
              float: left;
              text-align: center;
    #Header #Navigation_Menu ul li a:link, #Header #Navigation_Menu ul li a:visited {
              padding:.2em .5em;
              display:block;
              font-family:Georgia, "Times New Roman", Times, serif;
              font-size:1em;
              font-weight:bold;
              color:#000;
              text-decoration:none;
              line-height:1.2em;
              margin-right:.5em
    #Header #Navigation_Menu ul li a:hover {
              color:#C90;
    #Header #Navigation_Menu ul li a.current, #Header #Navigation_Menu ul li a.current:hover, #Header #Navigation_Menu ul li a.current:active {
              color:#00F;
              cursor:default;

    Working with Floats & Margins:
    http://alt-web.com/DEMOS/3-CSS-boxes.shtml
    Captions with Floated Images
    http://alt-web.com/DEMOS/CSS2-Captions-on-floated-images.shtml
    Photo Layout
    http://alt-web.com/TEMPLATES/Dark-Grid-II.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Front End Screen to Update Item Help Text

    Hello, I've been asked to create an Apex front end screen which the Administrators can access in order to update the Help Text associated to the page items within our application (Apex 4).
    I created a basic Interactive Report:
    select page_id, item_name, display_as, ITEM_HELP_TEXT from APEX_APPLICATION_PAGE_ITEMS where application_id = :APP_ID;
    I also have an edit page, which contains the page id (display only), item_name (display only), item_help_text (text field).
    Everything is working fine, except that when the Update process fires to update the help text, I get an Insufficient Privileges error message.
    Update APEX_APPLICATION_PAGE_ITEMS
    set item_help_text = :p7_item_help_text
    where item_id = :p7_item_id
    and application_id = :APP_ID;
    Just wondering, is it possible to update this APEX_APPLICATION_PAGE_ITEMS table? If not, can you please advise what the workaround would be?
    Thank you,
    Laura

    Log on as APEX_04000 user and then grant permission to your wpplication schema user. For a example if your application schema is app_user then
    Grant SELECT,UPDATE ON APEX_APPLICATION_PAGE_ITEMS  to app_user;Thanks
    * If this answer is helpfull or correct then please mark it and grant the points.

  • Floating Items in the browser window

    I have a stage that is 4000 some pixils wide.
    I have some items tht i would like to be on screen and in a fixed position no mater where you scroll.
    2 to be centered - content and intro
    1 to be top left and  - logo
    one to be top right - contact
    i have the following code that is present in the compisioionReady that floats a symbol named content in the center of the browser window.
    i need to add the other 3 items to this code.
    Thoughts?
    $(document).scroll(function(){
        var leftEdgeWindow = $(this).scrollLeft()
        setLeftEdge(leftEdgeWindow);
    function setLeftEdge(base){
        //get the content symbol
        var contentObject = sym.getSymbol("content");
        //here it is in jQuery
        var content = contentObject.getSymbolElement();
        //get some important widths
        var contentWidth = content.width();
        var windowWidth = $(window).width();
        //find the left edge position
        var leftEdge = base + (windowWidth/2) - (contentWidth/2);
        content.css("left",leftEdge);
        //content.css("position", "fixed");
    setLeftEdge(0);

    Hi, blonde_rik-
    You can also just set the CSS position on these specific elements to "fixed":
    sym.$("content").css("position", "fixed");
    -Elaine

  • Align floating items to a layer

    I'm trying to build a website featuring scalable backgrounds based on this example here: http://wanderingphotog.businesscatalyst.com/
    My problem is when I add additional items, such as a logo, a top menu, and thumbnails they float freely around the screen as the browser is resized (at least in Muse preview mode). Is there any way to align them to a specific layer so when the browser is scaled the elements stay aligned in neat blocks? For example in the preview above the top title appears aligned horizontally to the bottom text elements. Is there some property in Muse that I can tick to make it so?
    Thanks!

    Hi
    You can group the items and pin them on fixed position of page, so that the grouped items would be in same page position.
    Thanks,
    Sanjit

  • Finding deleted items, help!!!!

    My computer is old and doesnt store much space, last night i downloaded an hd show on itunes that was 1.34 gig., for my com this is a big hunk of space. So i tried to sync it to my ipod and because i have a classic it didnt work, anyway so i figured why keep it, so i unchecked it and hit delete. unfortunately no option came up about moving it to the recycle bin, it just deleted it from my library. Any ideas where i could find this deleted item? thanks

    See if this helps: iTunes Music Store: Finding missing music and video downloads

  • Library Item Help

    I took over responsibility to maintain a customer's site, the original is done in CSS. I am still learning CSS. Meantime, I wanted to drop in a Library Item that I made, but the item is not appearing correctly in the browser. I was hoping someone could offer suggestions on how to make it work properly. Thanks for your help. Here is the link I am having problems with. It's the education, commercial, retail, healthcare links in the center.
    http://www.usmge.com/modular-offices.html
    I hope this is an easy fix.

    Check the paths to your images.
    Are the jpgs your library item is pointing to actually uploaded to the server?
    Some GIF images are in the CSS folder:
    http://www.usmge.com/css/secondaryNav-commercial.gif

  • Mac OS X 10.4.x Locking up desktop items - HELP Please

    After I bought and installed Mac OS X 10.4.3, I found that files and folders on my desktop could no longer be deleted or edited. I upgraded to 10.4.6, but that did not fix the problem. I can't rename the files or folders either, though I can copy them to another folder where I can then edit them, but the originals on the desktop are still there in their original form. Can anybody help solve this problem please?

    It's possible to run Disk Utility> Repair Permissions from the Installer menu while booted from the Install disc. That, on further thought, is a non-issue with Tiger 10.4; in earlier versions of OS X, running Repair Permissions while booted from a different drive would read the package receipts from the boot drive, not the target drive, potentially messing up permissions.That was I think fixed somewhere late in 10.2.x / early 10.3.x, but it's hard to kill the old habit of checking if Repair Permissions was run while booted from the hard drive or not.
    Does Get Info on Desktop Items show your user account as owner with Read/Write permissions?

  • Link Item Help

    Hello Experts,
    I am very new to OA Framework. I have the following requirement. User selects some parameters like Org Code, Buyer etc and clocks Go button. The page displays item information in a table. I need to display the item number as a link. If user clicks on the item the link should open standard Item form for that particular item. I could make the item number a link and on the navigation property of the link item I gave the standard function code of Item form (INV_INVIDITM_ORG) as the destination function. By doing this, I could open the applications but prompted to select the org code. I understood that I need to pass some parameters. Can somebody please help me? How can I pass the parameters and also how can I set the org from OA fwk page to avoid prompting of or code LOV?
    Please help!
    Thanks in Advance!

    Hi Trevor -
    I would think the easiest thing to do is expose the items "edit item link" with an associated function.
    In the Item type properties, on the Function tab, you can call a PL/SQL procedure. Most item attributes are readily available to pass. You can simply pick ITEM_ID from the poplist to pass as an argument to your procedure.
    Then it is just a matter of ensuring you check the "Display Procedure Results with Item" checkbox, and finally make sure the region properties are set to have "Associated Functions" attributes listed as one of the "Displayed Attributes".
    Hope this helps,
    Candace

Maybe you are looking for