How can I center rollover buttons floating within the main frame?

This is actually for GoLive, but I hope someone can help!
My site used to auto-size and I just removed that annoying feature and used the Frame Inspector to Center the page.
This worked for the boxes contained within the frame but NOT for the floating rollover buttons which still align LEFT.
I'm sure there's a simple solution.  Thanks for your help!    J.

You're using Absolute Positioning which is well... absolute.  By that I mean everything is positioned relative to the top left corner of browser viewport.  By itself, APDivs can't be centered which is why you're having trouble.  You would need to wrap your page content inside a CSS container that has relative positioning; a width in px, em or %; a margin-left and margin-right of auto (browser determined margins).
Try adding this to your CSS:
body {
position:relative;
width: 960px;/**adjust width as needed**/
margin:0 auto; /**centered in modern browsers**/
text-align: center /**centered in older browsers**/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • How can I start a new paragraph within the same table cell?

    In Numbers, when adding text within a table frame, how can I start a new line within the same frame (rather than advancing to the next cell)?  I'd like to enter a mini-list of several items of various lengths of data.

    While Wayne's answer solves your problem, another possibility is to uncheck the box at the bottom of the Table inspector for "Return key moves to next cell." If that is unchecked, the return key types a paragraph return within the cell (the same as Option Return with the box checked).
    With that box unchecked, Shift Return types a soft return (new line without a paragraph break).

  • UWL Help - How can i create my own task within the Enterprise Portal

    Dear all,
    I am currently working with UWL .
    I have tried the customization and those stuffs associated with UWL , and it is working properly.
    My current issue is , how can create my own task within the Portal ( not using Ad Hoc  Workflow , which is present in Portal) ?.
    If i can create my own task within portal by API or using another method , then How can i add that task link within the drop down box that is present in the Collaboration launch pad and Mytask Workset.?
    Is there any API regarding  UWL (which is useful for creation of custom tasks in Portal using Developer Studio by means of Portal Application Creation) ?
    How can i add that custom task in the drop down ?.
    I have tried the customization of existing UWL.
    I shall be grateful to those who can help me to solve this issue with links regarding the  solution of my problem's.
    with regards
    Kishor Gopinathan

    Hi Kishore,
    I am trying to do the same thing. When i am creating Collaboration Task, it has standard templates in the dropdown like "Single Step" and "Multi-Step" etc., If i want to create my own Custom Task Template and display in that dropdown, how can i do that? Your help is really appreciated.
    Thanks
    Vijay

  • How can i transfer a field value in the main report to its sub-report?

    <p><font face="Arial" size="2">How can i transfer a field value in the main report to its sub-report?</font></p><p><font face="Arial" size="2">Please eloberate with example if possible!</font></p><p><font face="Arial" size="2">Thanks...</font></p><p> </p>

    <p>You can do a couple of things - one would be to pass the information using the data linking expert.  Right click on the subreport, choose &#39;Change Subreport Links&#39; and select the field(s) you are wanting to pass to the subreport.  CRW will build parameters and a record selection formula for you in the subreport, and if that&#39;s what you want, then great.  But you can also remove the selection formula from the subreport and work with the parameter fields in the subreport however you would like.</p><p>Alternatively, you can look to passing Shared variables back and forth from the main and subreport.  this link talks about the method to do this: http://diamond.businessobjects.com/node/251</p><p> </p>

  • How to keep Progress bar in front of the main frame?

    Hi all,
    How can i keep the progress bar in front of the main frame all the time while the proggress bar is visible?

    Perhaps the question is not clear.
    I want the progress bar to remain in front of the parent frame as long as it is visible on screen.that is when i click on the parent frame,progress bar should not go behind the frame.
    Can ne1 plz help?
    Regards,
    Mansi

  • How can i create a gradient chooser within the plugin window

    Hi
    i'd like to create a gradient chooser similar to the one used in Photoshop but inside the plugin window.
    How can i do that ?
    And i need a way that is compatible Mac/windows if possible
    thanks a lot!
    Jeff

    Hi Chris
    thank you for your answer.
    finally i got WxWidgets working within Photoshop thanks to Dimitri from wx-users and i also found an all-done gradient editor! so all is good thanks
    Jeff

  • How can I go to different positions within the video

    Hi,
      I need to be able to play a video at different positions within the video.  Can someone tell me how I can do this?

    in case you using a netstream object you can call:
    ns.play(startinms);

  • How can I use 3 buttons to control the transitions of my case structure?

    Hi everyone,
    Hopefully this will be an easy fix... Although I cannot seem to work it out??
    I am building a state machine inside a while-loop with the following states:
    1. System idle.
    2. Self-cal pci card.
    3. Run DAQ and do my processing.
    4. Stop the vi.
    I can do this using a enum no problems (with state 1. System idle as the initialising state for the while-loop)... But I really want to have is 4 buttons on the front panel, one for each of the 4 states, so that all the user needs to do is press the button corresponding to the state they want and the appropriate transition ocurrs... For example, when the vi first runs, the idle state is operating... When the user is ready can then hit button 2 for a self-cal... Is self-cal is ok, they hit button 3 for DAQ... Once the DAQ is finished the user can hit button 4 to stop the vi..
    My problem is that I need the current button to unlatch when another button is hit...
    Any suggestions?... This is killing me!
    Thanks,
    Jack
    Solved!
    Go to Solution.

    Here's what I had in mind. You can easily add conditions so code only executes once after a control change, for example.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    radiobuttons.vi ‏9 KB

  • How can I center a 'Jump Menu' on the page?

    Help!
    I have created a 'Jump Menu' to serve as the navigation for my website.
    However, I cannot seem to center it on my page?!
    Does the Jump Menu need to be contained within a div tag, in order for me position it precisely? At the moment it is contained within a 'Form' (I think), and not a div tag.
    I have attached a relevant screengrab.
    When I do try and center a div, I set the margins to auto in the CSS correct? e.g margin: 0 auto;
    This does not always seem to work, am I doing something wrong? Sorry, I am very new to this.
    Many thanks in advance,
    J

    Presumably you have some space on the web where you plan this website to finally be viewed by everyone?
    Upload your broken page there and give us the website address.

  • How can I make an object float to the left or right?

    I am currently working with a site that is designed to fill the browser window.
    I would like my footer elements to attach to the left and right respectively. I know in html this can be accomplished by using "float", but I don't see any way to accomplish this in Muse.
    Am I missing something?

    Hi Skyler,
    If you are looking for the element to remain on screen in same position at all times then I think using the 'pin' option is what you are looking for. With a box (or whatever) selected you'll see an option at the top, next to your x,y co-ordinates with a little square with 6 selectable points, each point representing where the element will stick to.
    Alternatively if you are just wanting the bar of the footer to stretch across the window regardless of size then if you have the left of the bar exactly on the outside left edge of your page, and same with right, it should do the stretching for you automatically.
    Is this what you were meaning?

  • Muse / Sub-Navigation: How can I create a sub-navigation under the main navi - BOTH levels in HORIZONTAL direction???

    More specific: I want to create a two-level navigation, whit both levels in horizontal direction.
    Example:
    1st level:    Products,
    2nd level:  Type 1, Type 2, Type 3 etc

    Dear rohit776,
    enclosed two screenshots. First upper one is showing how I want to do it.
    Problem is: It is build completely manually and it does not work. When clicking on References it directs to a blank side and of course the main navi point (References) should be highlighted while I select between the three sub-points.
    The second screenshot shows how my structure looks like. Here the masters are including duplicates (therefore they doubled)

  • Can we create a sub Event within the main Event in iPhoto?

    I would like to reduce the amount of Events I have showing in iPhoto, to one Event for one catogory and then create sub events within this main Event.
    For example.
    Create 'Holidays' for Main Event
    Then various sub Events within 'Holidays' showing destinations for each holiday with the photos.
    Regards
    John

    This is what Larry is referring to:
    OT

  • How can I control a FLV video using the main play bar (not the FLV skin)?

    I need to have the ability to play/pause an FLV video in a slide with the main play bar.  Research has shown me that in previous versions, there was a "synchronize with project" checkbox that enabled this.  I cannot find this in version 8.  Is there a different way of doing this?

    Hello ,
    Welcome to Adobe Forums
    Try inserting the video as Multi-Slide  Synchronized Video instead of Event Video ,
    Then down below there will be an option to Distribute the video across the slides and you can select from Slide n to n ,(Where n is your slide number).
    Hope this will serve your need.
    Regards
    Himanshu

  • How can I create a button that performs the function of a keyboard shortcut, specifically print scrn

    I need my presentation users to take a screen shot of a slide within my presentation.  I know that windows 8 has a new function that allows a screen shot to be taken and saved directly to the user's computer and I need a button that can be placed on a slide and perform this function.  The shortcut is (windows key) + (print scrn).  I want to save my userss some time and just have a button perform this task.  Any idea on how I can make this possible? I am using Captivate 7.

    I think Ajit may have misunderstood your need.  The command he told you about triggers the Print command to allow you to print the currently active slide (on a laser or inkjet printer). This does not have the same result as you would get by hitting the PrintScreen button on your keyboard (to take a screencapture and have it saved to the Clipboard for pasting somewhere else).
    You can add a button to your slide and set the PrintScreen key as the shortcut, but this will NOT mean that clicking the button will cause a screencapture to be taken.
    There are JavaScript libraries that will allow you to execute JavaScript code in a Captivate project that can take a screen capture:
    https://github.com/ariya/phantomjs/wiki/Screen-Capture
    However, to implement these solutions you would need to be quite knowledgeable with setting up JavaScript.  It's not for newbies.

  • How can I center my redirected form on the webpage?

    /Malin

    Hi,
    It depends on your page layout and how you define your style, in general, you should be able to place it inside the DIV container, a simple example would be:
    your-htmlbody...
    <div style="text-align:center;">
         embed code here
    </div>

Maybe you are looking for