Pull Align To options out of drop down

The options for "Align to" are hidden behind a little drop down menu that holds ONLY 3 options. Can't we get those 3 options as buttons out front in the main panel so we don't have to click so much?
It feels like you need to click so many more times to get anything down in AI as you need to in other programs.

Try this:
.chromestyle{
     font-weight: bold;
     height: 29px;
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
.chromestyle ul{
border: 0px solid #BBB;
width:100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
.chromestyle ul li{
display: inline;
.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid #DADADA;
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
text-align:left;
.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px;
text-decoration: none;
font-weight: bold;
color: black;
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0000ff;
color: #fff200;
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • I want to Save As a PDF every time, no options in a drop down

    Recently got a new computer, and now when I save a PDF under a different name (protocol reasons) when I click on Save As it gives me a list of options in a drop down box: Reduced size PDF, Certified PDF, Reader extended PDF, Optimized, Image, Word, etc.
    Is there a way to set a default in Preferences or somewhere so it will save as a PDF every time? I would rather spend the time looking for a way to save my PDF as a different kind of file then spend the time selecting PDF whenever I save a PDF under a different name.
    Even just hitting A, then P is getting to be a pain.
    Adobe Acrobat Pro

    I don't see a Save As Other
    I attached a screen shot of what is there

  • Time option in a Drop down box

    hi,
    How to assign a time option to a drop down box?
    Ganesh

    Hi,
    [Re: Display Date and Time in Dropdown]
    [http://www.codingforums.com/archive/index.php/t-74587.html]
    [http://www.google.com/support/forum/p/customsearch/thread?tid=5a91da4720bfbe5b&hl=en]
    [http://codingforums.com/showthread.php?t=157429]

  • On updating from FF3.5.10 to FF3.6.6; No session-restore option, no menu drop-down "Recently bookmarked" list. (winXP sp3)

    On updating from FF3.5.10 (good :-) to FF3.6.6 (bad :-( ): No session-restore option; no menu drop-down "Recently bookmarked" list. (Sys=winXP sp3)
    1. can a non-techy fix this? :-(
    2. how do I recover to FF3.5.10? - I liked it very much ! - thanks to all at Mozilla :-)

    Make sure that you not run Firefox in [[Private Browsing]] mode.
    In Private Browsing mode some menu items are disabled (grayed) and some features like visited links and others are disabled and not working.
    You are in Private Browsing mode if you see "Tools > Stop Private Browsing".
    See [[Private Browsing]] and http://kb.mozillazine.org/Issues_related_to_Private_Browsing

  • What happened to the "oldies" option on the drop down menu located on iTunes home page under music ?

    What happened to the "Oldies" option on the drop down menu located on iTunes store home page under music ? I can not find songs in search using artist or song name.
    Thank you,   Martin

    Right click on the file and choose Get Info, go to the Options tab, there's a menu there "Media Kind"

  • I no longer have the "save as" option on the drop down file tab

    I no longer have the "save as" option on the drop down file tab.  I am running Lion OS

    "Save as" has been replaced by "versions" in OSX Lion.
    "Versions" automatically saves copies of your open documents.
    Have a look here.
    http://www.apple.com/au/macosx/whats-new/auto-save.html

  • "Bookmark this page" option in Bookmark drop downs is replaced by "edit this bookmark" option - so can't add a bookmark.

    As in question i.e:
    "Bookmark this page" option in Bookmark drop downs is replaced by "edit this bookmark" option - so can't add a bookmark now. Recent problem - no problems last week. A recent Firefox update perhaps?

    You can also open the bookmarks sidebar via the "View Bookmarks Sidebar" button in the "Show your bookmarks" button next to the star and drag the tab or "[[Site Identity Button|Site Identity Button]]" (globe/padlock) to a bookmarks folder in the sidebar.
    *You can toggle the Bookmarks sidebar off/on via "View > Sidebar > Bookmarks" or "Ctrl+B" (Command+B on Mac)

  • I have recently downloaded iOS 8 and there is no longer a Print Option in chrome drop down menu

    Since I down loaded iOS 8 there is no longer a print option in the drop down menu of my Chrome Browser. Under the 3 horizontal lines in the right hand corner ?

    You did not say if you installed a carrier update. Are you using an unlocked phone? Does your carrier require you to manually set your APN settings? If you do not know what it is then you don't. Have you checked with your carrier? An MMS with iMessage is handled differently than an MMS with the carrier. Since your iMessage is working, contact your carrier and have them check the provisioning on your account. They may need to do a reset on their end, since SMS/MMS is a carrier function.

  • How do I add more than 10 options to the drop down menu?

    Presently, I'm only able to give ten options but many of my items have 20-30 options.How do I add more than ten options to the drop down menu?

    BrazenChick wrote:
    Presently, I'm only able to give ten options but many of my items have 20-30 options.How do I add more than ten options to the drop down menu?
    It depends on the type of option. If each option has a separate price, then I don't know of a way to add more than 10 options since those options with the prices are encoded into the button id. (Well, you could encode the information yourself with PayPal's API, but that is way more involved than I've been willing to tackle.) If you have more than 10 options such as color, scent, etc that don't affect the price, then you can edit the code you have added to your website to add additional items in the list. For example, suppose you had options "red" and "green", the relevant part of the code would look something like this: <select name="os0">
    <option value="red">red </option>
    <option value="green">green </option></select> If you want to add the option "blue", you would insert the line : <option value="blue">blue </option> before the closing </select> tag. More than 10 options won't be saved in the PayPal button creator, but it will work just fine in your website since this type of option isn't encoded in the id.

  • Setting up multiple frequency options from the drop-down menu on the subscriptions button

    I have set up four sponsorship (subscription) options using the drop-down menu on the subscription button. Sponsor an:orphan for $35 at monthly frequencywidow for $50 at monthly frequencyorphan for $420 at yearly frequencywidow for $600 at yearly frequency I have checked the settings for the button and the yearly frequency is definitely selected for the two last options, but when the button is clicked the PayPal landing page recognises the monthly frequency only. Is it possible to have two sets of frequency within the one set of options?

    You can use that list and open the previous tab just above the one that appears bold and has a bullet.
    The current active entry has a bullet in front of it.<br />
    If you hover an entry in the tab session history list with the mouse then you see an arrow at the left side pointing left (Back) or right (Forward) to show the direction.<br />
    You can left click an item to open it in the current tab or middle-click or Ctrl left-click an entry in that list to open that link in new tab, just like you can with other links.<br />

  • I can't print my statements from banking websites - the option to print (drop down file menu) from the website is greyed out

    I do my banking online, and have previously been able to print my statements off the website. Since the last update, although the page shows in the browser as normal, the option to print from the drop-down file menu is greyed out and I cannot print anything, even if I try and select a portion. It is not a problem with the website as I can print without a problem in another browser program. This problem has now persisted for quite a while with no resolution over time. How do I get Firefox to allow print from a secure website (I assume that is the problem?) It occurs with more than one secure site (two different banks)

    I have the same problem... not being able to print website 'Print' pages. I have read carefully the above link and have followed the reset directions in about:config, but I still cannot print in Firefox. Both Google Chrome and IE work perfectly every time. I have verified that the correct printer is selected and that the margins are in order (0.5 all around happen to be what mine are set for). I have resorted to use the Firefox Add On "View this Page in IE" whenever I need to print something. Works like a charm, but come on... it should work in Firefox too! I know there is some setting or something, but the Problems_printing_web_pages link had nothing there that worked for me.

  • Get rid of a option in Safari drop down menu?

    Hello,
    When ever I right click on a link one of the option that shows up is "Download all with iGetter" The program is not on my computer anymore. So how can i fix it where it doesn't appear in that drop down menu?
    Here is the picture; http://kevinkashou.com/igetter.png
    Thanks

    Choose Go to Folder from the Finder's Go menu and provide ~/Library/Contextual Menu Items as the folder's path; if there is an iGetter plugin in this folder, move it out. Otherwise, repeat the Go to Folder command with the ~ omitted.
    (25808)

  • I installed a new printer and Acrobat Pro is not listing it as an option in the drop down box. Other apps are working. Printer is networked, platform is Windows.

    sorry, other apps are working fine and finding the new printer. HP Officejet 8620.

    I've rebooted numerous times, reloaded the software twice, spent 4 hrs on the phone with HP and 2 with Adobe. No luck. It simply doesn't show the new printer in the drop down menu for Pro or Reader and yet shows time in all in Office, Paint, Web options. Any suggestions would be greatly appreciated! Thanks!

  • Multiple select options in 1 drop down box?

    Hi,
    I have created a form that works perfectly except for the fact that I need to provide multiple select options in the 1 drop down box; for example, I'm asking what product the customer is interested in and his answer could be multiple items such as Soap, Sanitizer, Hand Towels, Face Cloths etc...
    At the moment, the customer can only select 1 item not multiple.
    Is this possible?
    Thanks in advance for the help!

    Hi,
    It is not possible to allow the user to select multiple items in a dropdown list.
    You could use a list box, which does allow multiple selections.
    Good luck,
    Niall
    Assure Dynamics

  • Filtering in excel - not all options display in drop down list

    I have found an issue with the filter drop-down list in Excel 2010. I have now been upgraded (by my employee) to Excel 2013 and same problem still exists.
    Problem: I highlight the row containing the column headings; then click on filter (available via the Home tab); then click on the down arrow in the column of interest (in this case "Council Names" column); the drop-down window appears but not all
    council names are displayed in the selection list, even though those council names are still in the list. I am aware of the 10,000 option limit with the selection list, but my spread sheet has well under 10,000 rows (unless there is something hidden that I
    do not know about).
    I have found work-arounds for the problem by searching google for answers to similar problems. I have also spoken to my employee's IT HelpDesk. I will explain the work-arounds I have found below. However, my main concerns now are:
    (1) What is the cause of the problem? Is there are better fix that addresses the cause, rather than having to use work-arounds?
    (2) Is the issue an indication that the spread sheet has been corrupted in some way? - I need assurance that this is not an indication that the spread sheet is unstable and such problems could multiply or already be existing. (The reason I ask
    this is that I had an earlier version of the same spread sheet where the problem did not occur, but it appeared in a later copy - could the copying of the sheet/workbook have caused the problem?)
    Workarounds found:
    (1) Select the entire sheet, then select the filter button in Home tab
    (2) select all the columns manually (click in top left cell and drag down until all data selected), then select filter button
    (3) Ensure all rows in the column of interest are filled in, then select filter button
    I would really appreciate any answers/assistance.

    Hi Jan,
    Thank you very much! Yes you are right - I have looked at the Current Region and the Council Names within that region match those in the filter list. The Current Region does not contain the entire sheet.
    [By the way - there were some errors in my original post: employee should be employer and in my description of the problem the following should read
    "...even though those council names are still in the spread sheet". I assume that this would not change your response?]
    Further questions
    (1) It is odd, though, that an earlier version of the same spread sheet had a complete list of council names (the current range on this sheet contains all of the required rows of the sheet). How did the current region change between versions (I did not knowingly
    do it)?
    (2) Does the above mean that the file, workbook or spread sheet is damaged/corrupted in some way? If yes, can this be corrected and how?
    (3) In addition to (2) above - what is the safest way to copy an excel workbook to minimise risk/avoid future corruption? [I have been copying and keeping earlier versions, partly for testing reasons, but also as a safety measure for the project as
    we are making changes all the time and may decide we wish to go back to the previous version(s)].
    Regards and thanks again,
    Bea Rogers.

Maybe you are looking for

  • Upgraded from 10.6 to 10.8 and time machine is stuck on 'preparing backup'

    I am running a MBP, purchased in 2011. I upgraded on Sunday from 10.6 to 10.8 and everything seemed to be working fine. Thought I would do a backup but the drive has just been stuck on 'preparing backup' for ages. Does anybody have any ideas of what

  • Create master on object level?

    Is there a way to create the same concept of a master on an object (or grouping of objects) level? I'm looking to put several objects on a page (shapes, text, images), group them, and reuse them. I am aware you can do this by using object libraries o

  • License 06A not showing 2012 SQL

    Hello, My apologies if this isn't correct forum. I'm currently running SCCM 2012 R2 and when I run the License 06A report, I get all my versions of SQL except for 2012. Is there a hotfix or this intended for a reason I'm unsure of with 2012 licensing

  • Upgrade SharePoint 2007 SSRS integrated mode to SharePoint 2013 Reporting Service (SSRS-2014)

    Hi We are upgrading a SP-2007 site with SSRS integrated reports to SP-2013 and SSRS-2014. As there are many changes done in SP-2013, I would like to know if any of the existing SP-2007 reporting service database need to upgraded to SP-2013 or just up

  • Termination occured in ABAP Program in  "/SAPAPO/SAPLOM_DELTA_BASIS"

    Information on where terminated                                                                        Termination occurred in the ABAP program "/SAPAPO/SAPLOM_DELTA_BASIS" - in                          "/SAPAPO/OMB_DELT_REMOVE_TRGUID".