Swatch rollover consistency

I've created a custom swatch group and given the swatches individual names. The names are important because I use them to specify the names I've given to particular colors for a spec sheet I have to fill out. When the cursor rolls over the swatches, the names will pop up, which is great, and speeds things up for me a lot. The problem is that sometimes the rollover popups don't show up. Sometimes I can move the mouse around a bit, maybe click on a few things,and they'll start working again for a while, but sometimes that doesn't work for quite a while.
Is there any way of making this feature more consistent? I haven't detected any kind of pattern that may be causing the problem. It may be that it has nothing to do with Illustrator, and is caused by too much memory usage by other programs or something. I don't know.
I'd appreciate any ideas, thoughts or advice.
Thanks.

#rollover a {
border:none;
text-decoration:none;
padding: 0 0.5em 0 0.5em; /**space between icons**/
position: relative; /**remove position rule if full size images will share the same display area. **/
Your CSS below expresses where on the page to display the disjointed image.  You'll need to tweak left and top values to get it exactly where you want it.
#rollover a span {
    visibility: hidden;
    background-color: #FFF;
    display: block;
   position: absolute;
    /**adjust positioning of full size images in px or %**/
    left: 250px;
    top: -140px;
For better answers, give us a link to your test page.
Nancy O.

Similar Messages

  • Colour Swatches not Consistent

    I've been experiencing weird result when I copy a pattern from a illustrator file to another: the pattern would change the colours itself! Even when I save the original swatches of the colours and open them in the second file, the colours changed too!
    Does anyone know why? Sometimes the colours are find but sometimes not...it seems the colour swatches are not consistent between the files...
    Thanks!

    Some colours of the pattern adopted the colours(swatches) of the other pattern I pasted previously.
    The colours are "linked" to the swatches so I could change the colour just by adjusting the swatches. Placing the second pattern should create another complete set of swatches but it didn't. The problem is that the swatches were changed when placed in the second file and became complete different colours.
    As you can see in the images I attached, the yellow stripes in the first image became white in the second one.
    These patterns are imported from a disc of a pattern book I bought. They came as eps files. I wonder if that's related...
    Thanks!

  • How to create a rollover as part of an image

    I want to create a background image with a button in the middle. I only want the button to act like a rollover. But when I create it in Fireworks only the slice is exported, not the rest of the image.

    A rollover consists of at least two images, some JavaScript code that recognizes when the mouse is over the image and swaps it for another, and the HTML to contain it all. Images are simple data files, they are not active code and they cannot contain links or rollovers, or anything like that.
    You need to export your background image separately from your button. Next, you need to export your button states. Then, you need to create a Web page where you set your background image as the background for an HTML element (maybe a div, maybe a table cell) and you place your button rollover inside the HTML element. (Dreamweaver would be really good for this.)
    You can't do it with just a single image.

  • Export fireworks image to wordpress site

    please can anyone help? i have only just started to use firefox and have created the image i need for my site. it is a box with a text  roll over effect that links to  the home page. i now need to upload this to my wordpress website and i have no idea how to. i have tried to export and end up with either an images file and a .html file or a css and images file, which i have no idea what to do with. i am running fireworks cs4, using wordpress 3.0.3 with thesis 1.8 theme. i also have dreamweaver (no idea how to use it) and photoshop in which i am quite experienced in using.

    Fireworks does not have a file uploading capability. You need an FTP program or you can "define a site" in Dreamweaver and use Dreamweaver's site management tools.
    To incorporate your rollover into your Wordpress files, you will need to edit your Wordpress template to include some of the HTML you have exported from Fireworks. Specifically, you'll need to get the Javascript that does the image swapping and the table or divs that contain the images that are swapped. (An image rollover is not a single image that can be placed in a Web page. An image rollover consists of  separate images to be shown, the HTML that contains the image, and the Javascript code that swaps them out and back in.)
    You will need to know which file(s) in your template to modify, where to put the new code, and then upload the changed file(s) to your site as well.

  • Search rollover page number not consistent with thumb and pdf page number

    Please respond by e-mail to
    [email protected]
    Adobe Reader 9.0 and 8.1.2.
    Mac OS X 10.4.11
    Mac PowerPC G4
    640 MB SDRAM
    Does Adobe Reader have a search window phrase rollover, yellow-highlighted pop up page number bug displaying the wrong page in some circumstances?
    If Yes, how do I report that bug to get Adobe to fix it?
    Viewing the same PDF:
    MacPreview does not have the problem described below,
    Adobe Reader does have the problem.
    Adobe Reader, search phrase rollover, pops up a page number that is yellow-highlighted, e.g., p# 29, and is wrong, whereas the page number for the thumb and PDF are both the same and are correct.
    My PDF has been set on Acrobat Pro to properly paginate the first eight pages in lowercase Roman numerals (i, ii, iii, iv, v, vi, vii, viii) followed by Arabic numerals (1, 2, etc.). My PDF uses an AcrobatPro special setting to properly handle this pagination scheme. The search phrase rollover pops up a yellow-highlighted page number that wrongly adds 8 pages to the page number for the thumb and for the PDF page. Suspiciously, we have 8 pages with lowercase Roman numbers. Remember, viewing the same PDF, MacPreview works perfectly, producing identical and correct page numbers for the phrase, thumb, and PDF.

    the method u followed is fine as need a page number staring from a specify value which u input.
    @section is only for resetting page number to 1 for every group and for that pdf and ppt will be fine but only for rtf u need to use that ( pressing F9).
    u can use @section and initial page number combined but they give u same output as get now. rtf output wont support it will only reset 1 every time
    What ever u do rtf output wont support initial page number code ..........
    i mentioned that F9 work around to mention that it is the only work around u have upto now to control rtf output with regards to page number.
    Guru's correct me if i am wrong. wait for a day or two if some one from guru's confirm it .
    If u need real confirmation raise an SR oracle will let u know .

  • Check-In of Brush, Symbol, Swatch Libraries from AI not working as expected

    I am developing a custom connector for Adobe Drive. A large number of our users are Adobe Illustrator users.  From within AI, the user can save a Brush, Symbol, or Swatch library as a file to one of our Adobe Drive shared folders.  When this happens, the user sees the standard Check-In dialog prompting for the version comment.  After entering the comment and pressing "OK", the file is saved locally to the Adobe Drive folder, but my connector's CheckInHandler.execute() method is never getting called.  In other words, the user expectation is that the Swatch, Symbol, etc. library file has been checked into our system, but it never is.  To actually check in the file I have to open the Adobe Drive folder in Windows Explorer and check-in the file from the right-click menu.  This problem behavior only exists for the Library files.  I can save/check-in new and updated versions of the main AI file into our Adobe Drive folders as expected (e.g., using the File -> Check In menu command).
    So my questions are:
    1) Is this behavior reproducible by others and/or is it a known issue?  It's been reproduced consistently in-house.
    2) What is the intended behavior for saving Brush/Symbol/Swatch library files to Adobe Drive folders from within Adobe Illustrator?  It seems like it should either not prompt for a Version Comment, forcing the user to check-in from Explorer/Finder, or (ideally) would prompt for a comment and complete the check-in process like it does for the main AI file.  To show the Version Comment dialog but not actually have the file get checked in is confusing to the user.
    3) Any suggestions for solving or working around the issue?
    Thanks in advance,
    Brian

    As a follow-up, I tested this scenario with the SDK's sample FTP connector and saw the same behavior: upon saving the Library file to the Adobe Drive folder from within AI, I am prompted for a Version Comment but the file is never checked in to the repository (i.e., the FTP server). 

  • Disjointed rollover contained to fixed spot

    I'm trying to do a disjointed rollover, however after I have a grid of thumbnails I want my enlargemnt to be contained to a specific area. I this case it's the right saide bar. I found a good tutorial that got me this far, but can't seem to find out how to do the next step. I don't want the enlargemnt relative to thumbnai. I want it in fixed position.
    Here is my code so far:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-color: #4E5869;
        margin: 0;
        padding: 0;
        color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color:#414958;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #6F7D94;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 20%;
        background-color: #93A5C4;
        padding-bottom: 10px;
    .content {
        padding: 10px 0;
        width: 60%;
        float: left;
    .sidebar2 {
        float: left;
        width: 20%;
        background-color: #93A5C4;
        padding: 10px 0;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this removes the list marker */
        border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
        margin-bottom: 15px; /* this creates the space between the navigation on the content below */
    ul.nav li {
        border-bottom: 1px solid #666; /* this creates the button separation */
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        background-color: #8090AB;
        color: #000;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        background-color: #6F7D94;
        color: #FFF;
    /* ~~The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #6F7D94;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .content h1 img {
        height: 100%;
        width: 100%;
    #rollover a {
    border:none;
    text-decoration:none;
    padding: 0 0.5em 0 0.5em; /**space between icons**/
    position: relative; /**remove position rule if full size images will share the same display area. **/
    #rollover a span {
        visibility: hidden;
        background-color: #FFF;
        display: block;
        position: absolute;
        /**adjust positioning of full size images in px or %**/
        left: 250px;
        top: -140px;
        /**optional image captions**/
        font-size: 12px;
        line-height: 1.2;
        color: #666;
        text-align: right;
        position: absolute;
        top: 0 px;
        right: 20px;/**optional image borders & padding**/
    #rollover a:hover span, #rollover a:active span, #rollover a:focus span {visibility:visible;}
    #rollover a:hover, #rollover a:focus
    {visibility:visible;}
    -->
    </style>
    <!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <script type="text/javascript" src="includes/jQueryGallery/gallery.extend.js"></script>
    <script type="text/javascript" src="includes/jQueryGallery/jQueryGallery.js"></script>
    <script type="text/javascript" src="includes/jQueryGallery/jQueryGallery21.js"></script>
    <link href="includes/jQueryGallery/jQueryGallery21.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="20%" height="90" id="Insert_logo" style="background-color: #8090AB; display:block;" /></a>
        <!-- end .header --></div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Link one</a></li>
          <li><a href="#">Link two</a></li>
          <li><a href="#">Link three</a></li>
          <li><a href="#">Link four</a></li>
        </ul>
        <p> The above links demonstrate a basic navigational structure using an unordered list styled with CSS. Use this as a starting point and modify the properties to produce your own unique look. If you require flyout menus, create your own using a Spry menu, a menu widget from Adobe's Exchange or a variety of other javascript or CSS solutions.</p>
        <p>If you would like the navigation along the top, simply move the ul.nav to the top of the page and recreate the styling.</p>
        <!-- end .sidebar1 --></div>
      <div class="content">
        <h1> </h1><div id="rollover">
    <p>
    <a href="#"><img src="file:///C|/GSLD Website/images/Civic/Civic Adjustments/a2mclobb_thumb.jpg" width="81" height="78" /> /><span><img src="file:///C|/GSLD Website/images/Civic/Civic Adjustments/bloomfieldexterior.jpg" width="768" height="532" /><br />
    optional caption #1</span></a>
    <a href="#"><img src="SmallIcons/image.png" alt="" /><span><img src="FullSize/image.jpg" alt=" " /><br />optional caption #2</span></a>
    <a href="#"><img src="SmallIcons/image.png" alt="" /><span><img src="FullSize/image.jpg" alt=" " /><br />optional caption #3</span></a>
    </p>
    </div> </p>
        <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
        <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
        <h4>Internet Explorer Conditional Comments</h4>
        <p>These liquid layouts contain an Internet Explorer Conditional Comment (IECC) to correct two issues. </p>
        <ol>
          <li>Browsers are inconsistent in the way they round div sizes in percent-based layouts. If the browser must render a number like 144.5px or 564.5px, they have to round it to the nearest whole number. Safari and Opera round down, Internet Explorer rounds up and Firefox rounds one column up and one down filling the container completely. These rounding issues can cause inconsistencies in some layouts. In this IECC there is a 1px negative margin to fix IE. You may move it to any of the columns (and on either the left or right) to suit your layout needs.</li>
          <li>The zoom property was added to the anchor within the navigation list since, in some cases, extra white space will be rendered in IE6 and IE7. Zoom gives IE its proprietary hasLayout property to fix this issue.</li>
        </ol>
        <!-- end .content -->
      </div>
      <div class="sidebar2">
        <h4>Backgrounds</h4>
        <p>By nature, the background color on any div will only show for the length of the content. If you'd like a dividing line instead of a color, place a border on the side of the .content div (but only if it will always contain more content).</p>
        <!-- end .sidebar2 --></div>
      <div class="footer">
        <p>This .footer contains the declaration position:relative; to give Internet Explorer 6 hasLayout for the .footer and cause it to clear correctly. If you're not required to support IE6, you may remove it.</p>
        <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    #rollover a {
    border:none;
    text-decoration:none;
    padding: 0 0.5em 0 0.5em; /**space between icons**/
    position: relative; /**remove position rule if full size images will share the same display area. **/
    Your CSS below expresses where on the page to display the disjointed image.  You'll need to tweak left and top values to get it exactly where you want it.
    #rollover a span {
        visibility: hidden;
        background-color: #FFF;
        display: block;
       position: absolute;
        /**adjust positioning of full size images in px or %**/
        left: 250px;
        top: -140px;
    For better answers, give us a link to your test page.
    Nancy O.

  • Firefox 11 Issue with rollover buttons, or...?

    I've created a top-level navigation scheme in Muse, consisting of 4 tabs.
    Demand Generation | Marketing Automation | Marketing Operations | Blog
    The first tab's rollover functionality (Demand Generation) works fine, No matter where I move my mouse on this tab, the rollover works fine and the sub-menus display properly.
    The other 3 tabs seem to have gaps in the rollover hotspots. If you move your mouse across any of the text (Marketing Automation | Marketing Operations | Blog) you'll notice that the rollover functionality appears and then dissappears at different places along the text.The sub-menus also appear and dissapear at different spots as well.
    I've checked the 'Edit Together' box within the navigation, but can't figure out why only the first tab works and not the rest.
    BTW: This is only an issue in Firefox . It works fine in IE.
    Click here to see for yourself: http://www.crowds2crowds.com
    Any idea what might be happening? Is it just a Firefox 11 issue or something else. I've checked each tab in Muse and they are all configured exactly the same. Its very odd that only the first tab works.
    4/23/12 Update: This issue is also occuring with Safari.

    I see the issue you're talking about, do you mind sending me your .muse file so I can take a look? Please send it to muse-support at adobe.com, along with a link to this thread. Please put "Attn: Colby" in the subject.
    Thanks,
    Colby

  • Create a custom swatch textile pattern

    Hi,
    Yet another noob.
    First off - is there anyway to edit the textile pattern swatches in AI? There is a pattern of lines I like but not in the right color. If not then I guess I need to create my own.
    What I want is a pattern of colored lines (pink and white) close together that run at a 45 degree angle from bottom to top. I think I am supposed to draw a rectangle and then create each line and then save this as a custom swatch? Is there a better way of doing this to ensure spacing consistency??
    Appreciate any help
    Thank You

    I concur with Kurt. This by all means should be easy enough and while the AI help is hugely ominous and incomprehensible to the uninitiated otherwise (it is simply incomplete, poorly written and contains wrong information), that part is explained resonably well. Also read up/ search this forum on how to replace/ update swatches and symbols using drag to artboard and (Alt-)drag back to the palette....
    Mylenium

  • CS4\5 - Easy Way to Convert Gradient Stops to Swatches?

    Hi Folks
    I wonder if there is an easy way to do this?
    I am working with an AI file where I want to create swatches for every colour I use to ensure consistency. There are a number of gradients in the document, and I have stored the colour stops from the gradient as swatches. So far so good.
    Now I want to adjust the gradient colour stops, but there seems to be no easy way to add a new swatch from a gradient colour stop, or to update an existing swatch from a gradient colour stop.
    The swatches palette that appears when clicking the gradient colour stop has no buttons on it to add a new swatch, for example, and none of the usual swatch creating methods seem to work.
    Is this possible without reverting to some cumbersome workaround?
    Any help appreciated!
    Cheers
    Richard

    Does clicking on a stop then dragging the color from the Color panel to the Swatches panel not work for you (translation, er, repetition of post 1)?
    Also, wouldn't the Edit > Edit Colors mechanism help here?

  • Create new swatch using Guassian Blur

    Hello
    I am trying to create a new swatch pattern that repeats consistently (see diagram below)
    I create a assemble four (6pt by 6pt squares) together and then colour them in approproiately. I guassian blur at 1.5pt each square. I add a base colour background in a square of 12pt by 12pt and then put a 12pt by 12pt invisible bounding box behind all this. I then drag to the swatch panel to create my new swatch.
    Problem is that when I try to colour in a larger square with this patter I get harsh lines ... see the example. Would love thoughts on how to get around this
    Thanks
    John

    Nah, don't create the seams at the edges of the squares but more in a flower shape with one of the squares in the middle and the others surrounding it as ahlf squares.
    Mylenium

  • Setting Tab Order on Rollover Captions

    I have created a Captivate piece with rollover captions
    describing various portions of a screen shot. Because of ADA
    compliance, I was told that you had to be able to tab through the
    rollover boxes, which does work. However, strangely, when you tab,
    there doesn't seem to be a controllable pattern. I thought perhaps
    it was left to right and then wrap down, but that doesn't seem to
    be true. It also doesn't seem to be controlled by order of creation
    of the rollover caption item, nor the order the items are placed in
    the timeline.
    While it isn't the end of the world, I would sure like to be
    able to specify the tab order of the rollover captions.
    Any ideas?

    Unfortunately, it does NOT use the stacking order when
    determining tab order. I moved the order a number of times to see
    if that made a difference, and it did not.
    I did find that it has something to do with placement on the
    page - but not completely. If I moved an object to the top left
    corner of the slide, it would select that one first (regardless of
    the stack order). However, that does not fully follow through - it
    would choose the top-left most object, then start on the second
    line of objects which was lower than a right-hand rollover caption,
    then skip to the right-hand object then back to an object in the
    middle of the page, etc. It is a consistent pattern on the page
    (meaning that it is not a random changing pattern each time), but
    not in any sensible (at least to me) order.

  • PSD Rollover Button with image in front stops button from changing state

    I have a wide PSD button that changes state when rolled over. I would like to place a PNG image with transparency in some areas over the top of it so that the rollover button shows through the transparent areas of the PNG.
    How can you get it to do the rollover effect when the user mouses over the bit of the button that the image is in front of? Is ther a way of making the PNG 'invisible' to the mouse?
    I know I could redesign the button so that it includes the image but I'm trying to keep file sizes and load times to a minimum, I use this button a lot on my website with a different on each, and having that number of individual buttons would result in a bloated, slow-loading website.

    Hi Abhishek
    Thanks for your reply. I was able to achieve the effect I wanted by having the PNG and the PSD Button with the same link and then grouping them. This means I can mouse over the PNG and still get the PSD rollover effect, which is perfect.
    However I also have another similar problem. I have some different PSD Rollover Buttons which have some text in front of them (basically it's the button label). On some of these buttons when you roll over the text it prevents the rollover state of the button, and on other buttons the rollover effect occurs as it should, and there doesn't appear to be any consistency about which does what. Grouping or ungrouping doesn't appear to make a difference. Can you help?

  • How to delete self defined "Swatches"?

    I work with Adobe Design Std CS5 Illustrator (German version), newly installed - not migrated from an older model! - on iMac27, i7, SSD and OS X 10.8:
    German:  Ich habe viele eigene Farbpaletten (Farbfelder) unter "Benutzerdefiniert" gespeichert. Ich kann diese von dort auch laden, kann aber die überzähligen "Paletten" nicht löschen, da ich den Order "Benutzerdefiniert" oder die entsprechenden Dateien unter "Adobe Illustrator/Vorgaben/de_DE/Farbfelder (oder Swatches)/..." (Angaben gemäss Hilfe) nicht finden kann. Ich sehe nur die von Illustrator vorgegebenen Paletten. Liegt nun Illustrator Hilfe falsch oder liegt das Problem bei Apple OS X 10.8?
    English: I have created my own "Swatches" (Farbfelder) and saved (too) many of them.
    Now I want to delete the majority, but I cannot find the directory "Benutzerdefiniert" or "User created?" on the path as hinted by the Illustrator Help (German version: Adobe Illustrator/Vorgaben/de_DE/Farbfelder). I only find the various Color Collections stored during Illustrator installation.
    Are Illustrator procedures to blame - or again Apple OS X 10.8 (Mountain Lion) intricacies?
    Apple started to confuse even long term users with Snow Leopard (OS X 10.6). Every new version offered many surprises or caveats and endless calls to Apple...
    Shall I reinstall Illustrator and create the user defined "Swatches" again from the relevant Illustrator files? A sledge hammer method...

    Thank you 1.craighead, but you misunderstood. I should be more specific: as I have the German Version it is hard to find correct terms for the English Version. In the German Version the terms "Farbfelder"(Swatches) und Farbfeldbibliotheken"(Swatch Libraries) are not consistently distinguished in Illustrator Help
    What did I do? In my CS5 German Standard Version I saved self-defined Swatch libraries (Farbfeldbibliotheken) the usual way and they are obviously stored under "Benutzerdefiniert (User specified?) as suggested in Illustrator Help.
    What can I do? I can activate such self-defined Swatch Libraries.
    What is my problem? I cannot delete obsolete "Swatch Libraries" neither using the dialogs within the Swatch Window (Fenster Farbfelder) nor delete them from the subdirectory "Benutzerdefiniert" (User defined?) using Mac OS X 10.8 Finder. (Self defined Swatch Libraries are saved under "Adobe Illustrator CS5/Vorgaben/de-DE/Farbfelder/...").
    I ask again:  Did I ignore obvious possibilities? Are Illustrator procedures to blame - or again Apple OS X 10.8 (Mountain Lion) intricacies?
    I have not yet reinstalled Illustator CS again ....

  • Organising Colour Swatches Tab/Palette

    Hi everyone
    Re: InDesign CS5 colour swatch palette/tab.
    I do artwork for two monthly magazines which consist of editorial and paid advertisements. These ads are either designed by me or supplied by customers and change regularly. Over the years of receiving artwork in various formats - pdf being the most common, my swatches palette has grown to be almost out of control. Every month I do a sweep of the swatches, removing unused and converting any spot to cmyk manually (I have had transparency issues with spot colours), but my main issue is with the jumble of colour swatches. I know if I create a new document and import all the swatches from the previous month issues, the swatches will arrange themselves in order - all PMS colours together, all cmyk colours together etc, but as I don't necessarily want to create new artwork each month I open up last month's doc and strip out old text, ads and replace with the current monthly info.
    Is there any way I can arrange my swatches in order?
    My screenshot only shows half of the swatches in the palette.
    I would be really grateful if someone could show me how to fix this, I accept that I may have some bad working practices going on here.
    Thanks, Liz

    Make sure you save each swatch or swatch combination as an ACO file. Use the dropdown menu near the top right of the swatches panel.
    You can then load named swatches, or replace the default swatch with a named swatch - using the sme dropdown menu.
    You can also download swatches designed by others from the Kuler website.
    https://kuler.adobe.com/#create/color-wheel/

Maybe you are looking for