Can I change object colors to show up against dark colored pages?

At this point in time my web pages are deep, deep navy/cobalt blue.
I use the Modern style because I like the freedom of it.
Because of my dark cobalt blue pages, (to my observation) two icons do not show up to people without night-vision goggles: The Made On A Mac and the Play SlideShow.
In making my webpages I prefer to assume that half of my visitors are NOT computer savvy and page cruisers, and consequently I am uncomfortable when the Play SlideShow instructions do not show up next to the (very visible) pictures of slides. (No, not everyone knows to click on everything to make things start. It's an acquired habit.)
If there is no solution to this I will strongly consider lightening my iWeb pages because there are other issues that arise when using dark pages.
So..... is there any work-around?
Lorna in Southern California

Hi Lorna,
You could make a nice shape maybe like a rectangle
with rounded corners with a contrasting and lighter
color and then plunk the icon on top of it to set it
apart from and highlight it against your navy
backdrop.
James! I did it! When you have a moment, go see your idea carried out! It's on my "Nancy's African Safari" page, placed where the slideshow icon usually is. Thanks, James.
http://web.mac.com/lorna6/iWeb/Website%20of%20Lorna%20Alexander/Nancy%27s%20Afri can%20Safari.html
Lorna in Southern California

Similar Messages

  • How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)

    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    3° Ive created buttons linking pages..
    - "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'
    - what should i do?
    5° Once i export it into Swf. how how can i visualize it? or put it online?
    Thank you for your time.

    stlbbl4u wrote:
    Hello,
    Here is the problematic:
    1° How can i change the color of the text on a button in Roll Over or Click state (Cs5.5)
    - I've many button in a doc im creating
    - the color of the buttons is white with black stoke & black text
    - in roll over state i want them to inverse the color coding (the text white & bottom black)
    - currently the text becomes invisible as black on black cant be seen (ive stroked it white but that looks ugly)
    - i would just like to know if there is a function made for this?
    You should setup Object Styles - these can also include Paragarph Styles that can be triggered when the Style is selected.
    http://help.adobe.com/en_US/indesign/cs/using/WS5CEDB81A-0011-4dc9-9DE8-AC7AD4C80076a.html
    My other questions:
    2° Ive a presentation on which Ive created buttons which tigger pop-up animations
    - i have 5 buttons which trigger animations
    - the viewer can chose to Click on any of the buttons randomly
    - the problem is once the animation is open how can it be close... either:
    a) by it self after "40" seconds
    b) when ther viewer clicks another button
    I'm not sure what you mean - I don't do files with Animations
    3° Ive created buttons linking pages..- "go to page xxx"
    - when i do a preview and click on the buttons the links dont take me to the right pages
    - is that normal? (maybe in preview its suppose to be like that)
    Does it work properly when you export it to the finished file?
    4° I would like to intergrate YouTube videos in the presentation so they play inside the docment.. when i tried.. it said the 'link isnt a flash video'- what should i do?
    InDesign won't link directly to youtube videos. I think your best bet would be to use Downloader to download the video and embed them directly in Indesign.
    5° Once i export it into Swf. how how can i visualize it? or put it online? 
    Thank you for your time.
    You can look up how to embed a SWF file into your HTML - but it depends what you mean by "online" there's a dozen ways to get a file "online".

  • Assets panel styles, can i change the color of a style to be an exact color?

    Assets panel > styles, can i change the color of a style
    to be an exact color? for example, if i want to create a navbar
    with the black and gray glass affect style, but i want to change
    the color but keep the same style of shading. each style in the
    assets panel has a default color, but i want to change the color
    and keep the style. i did change the color a little bit by
    adjusting the hue and saturation, but i can't seem to get an exact
    match of the color i am trying to duplicate. any help is greatly
    appreciated thanks

    When a style is applied to any object, the Properties panel
    at the bottom will reflect the attributes which are editable in
    that applied style. The properties which can be edited are fill and
    stroke colors also apart from adjusting the Hue and Saturation.
    Gradient colors can be modified by changing the fill color.
    The nodes in the gradient will change the color from blue to black
    or any other intended color of change. If you know the color you
    can either enter it as a 6 digit value or you can pick a color from
    an existing object.
    Hope it helps. Let me know I am missing you query
    completely.

  • HOw can i change the color of a cell

    How can I change the color of a cell when it is selected. I select the cell by pressing enter, then I want the text in the cell to change color to red, but all the cells in the table change color. Please I would be grateful for some help

    Subclass DefaultTableCellRenderer.
    public class MyCellRenderer extends DefaultTableCellRenderer
    Override
    public Componet getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
    JLabel lab = new JLabel(String)value);
    lab.setOpaque(true);
    return lab;
    if(isSelected)
    lab.setBackground(Color.red);
    else
    lab.setBackground(Color.white);
    Set the columns in your table:
    table.getCoulumModel.getColumn(0).setCellRenderer(new myCellRenderer());
    table.getCoulumModel.getColumn(1).setCellRenderer(new myCellRenderer());
    etc. for each column in your table.

  • How can we change the  color of the image for product display for different

    Hi All,
    How can we change the  color of the image for product display for different colors, to be displayed on site.
    jeff

    Hi priya,
    The requirement that you have stated is not a standard feature in ISA CRM. In order to do the same, you will need to modify the standard ISA code in Java. A common path for the solution would be as follows:
    1. Colours
        a. Maintain a text type for Color under the object - PCAT_ITM in Customizing.
        b. Modify the standard search of ISA to search within your new text type as well. (In standard it only searches in Description.
       c. Maintain all shirts colour data in the new type created in step a.
       d. Your requirement will be done!
    2. Price
      a. Use list prices for your shop and assign the appropriate condition type, acces in your catalog.
      b. Modify the standard search of ISA to search on the list prices as well.
      c. This too will be done!
    3. Accessories - This is very tricky, and will require some exploration. However, here's my opinion,
    a. Search for the standard function module, which will return the accessories when provided the product as an input.
    b. Modify this function module according to your requirement and ensure that it can be accessed remotely.
    c. Modify the JSP as in steps 1b and 2b above to call this new remote-enabled function module.
    d. Now you're done!!
    The ISA modification part is not so simple, you need a really good guy like "Sateesh Chandra" who'll be able to handle your requirements. This is all I could manage, hope it is some help to you!
    Thanks & Regards,
    Nelson.

  • HELP!Can't change text color photoshop 3d

    Hi everyone!
    I am having a problem with Photoshop CC and the 3d text extrusion. I've never been able to change the color of my text using the Color Picker or changing the text color by going into the "Edit Source" feature and manually changing it. Neither of these have any effect on my text color. The only way I've found to change my text color is by selecting the Diffuse color under my Front Inflation Materials.
    The screenshots below will show my settings and problems.
    The first step is creating the 3d Extrusion text layer. I have selected below the word Beach in a dark grey.
    The next step is after the 3d Extrusion layer is made, I am trying to change the color of my 3d text to a red. So I'm highlighting my text layer, going to the 3d Text Color picker and selecting red. The box above shows the red that I've selected, and below the little thumbnail also shows red. My problem is that after I press "Ok", the small red box below next to text reverts back to the original dark grey and doesn't change.
    The 3rd step and the other way I'm trying to get my text color to change is by clicking on the "Edit Source" button, going into the .psb, manually changing my text color to red, saving and closing the window. The text color still does not show my changes. It remains the original dark grey color that I originally had. Now, if I go back into "Edit Source" my text is red, but it won't show the changes on the 3d layer.
    Am I doing something wrong, or is there something I'm missing? Thank you guys in advance.
    -Terry

    I'm with you XM Just got Steve Caplin's book on 3d Photoshop and he says you can easily change the color as shown in  that video —although I am getting different color picker. note the properties panel (on right) the color swatch shows pink once I click OK it reverts back to original color

  • Can we change the color of button on mouse over ?

    Hi,
    - can we change the color of button on mouse over?
    - I have three groups on my presentation, each has 10 slides. I have inserted the relative progress text. It is showing (Page 2 of 30) but I want it (2 of 10). In other words I want relative progress text on group level, not on presentation level.
    Kindly help.
    Thanks in advance,
    Lucky

    Hi there
    Sorry, but your post seemed to initially infer you were just referring to a Button you would insert on a page. At least that's what I understood when I posted with what I did.
    Now it would seem you are referring to the Playback Controls that Captivate supplies? So either I grossly misunderstood your initial issue or you are now switching gears and asking about something different.
    What I posted earlier does not apply to the Captivate Playback Controls.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • In working on a simple home budget,  how can I change the color of a negative number to red,  during the period the number is negative.    Thanks,

    Using Numbers spreadsheet and In working on a simple home budget,  how can I change the color of a number to RED when it  comes up negative.  (only during the time that it's negative)  Thanks,  ( I hope I did this right!!) 

    The Inspector offers choices of format for negative numbers when you choose Number of Currency as the format for a cell. Also offered when the format is set to Automatic, IF the selected cell(s) contain number(s).
    The choices are in the pop-up menu beside the box for number of decimal places.
    Regards,
    Barry

  • How can I change the color of birthday calendar?

    The birthday calendar in the new iPhone OS gets it color automatically. How can I change the color? It does not correspond to the color in iCal on my Mac.

    I figured out a solution for changing the other calendars but not the birthday calendar. Although it's not the most direct fix, it worked for me. Apparently Apple didn't think to give us the ability to choose the calendar color. I use Entourage and sync over the air. When I upgraded to iOS 4 my calendar turned bright red and the birthday calendar was blue. I don't use the birthday calendar so it isn't even enabled in my case. What finally worked was to go through the calendar colors one at a time by disabling and re-enabling the calendar in my mail account settings. I would double click the home button to quickly switch between settings and calendar to check the color each time I enabled the calendar. I had to do this 4 or 5 times to cycle through until blue came back up.

  • How can I change one color in design on a web site for exemple background : white to light-brown?

    1. how can I change one color in design on a web site for exemple background : white to light-brown?
    2. how can I edit visual bookmark on the beginning page?

    This doesn't sound like a Firefox issue. I think you'd be better off with a site that offers web design tutorials. Try this one: http://www.w3schools.com/
    One thing you should do though and that is to update Firefox via Help | Check For Updates.
    There was a security breach at Comodo which is an SSL certificate provider recently whereby a number of fraudulent certificates were inadvertently issued. These allow a hacker to impersonate any site including online banking and the Firefox version you're running at the moment will not warn you that the site is a fake. The fraudulent certificates were blacklisted in v3.6.17 and beyond.
    See also: http://blogs.comodo.com/it-security/data-security/the-recent-ra-compromise/

  • How can i change backgroud color of global template in fusion cloud?

    Hi all.
    someone of you could help me?
    How can i change backgroud color of global template in fusion cloud?

    Hi.
    Making CSS changes like this is currently only possible off-line, using the JDeveloper-like Skin Editor. This is described in our blog post here, a demo on our YouTube channel in this video, or the product documentation here. Coming soon is an online 'theme editor' feature which allows this kind of customization online. I would recommend that you raise a request with the Cloud Operations team to verify if they support the addition of custom skin files, otherwise you are limited to the online branding options currently available.
    Kind regards
    Richard
    FA Developer Relations

  • How can I change the color of a box in book layout?

    I am try to change the color of a photo box when making a book.
    Will the box print? and if so how can I change the color
    Thank you
    Mark

    The box will print... but there is no way to just assign a color to a box. The closest you can get is ot create a small solid colored image in Photoshop and assign that to the box. You may get a resolution warning but as long as it's a solid color it does not matter how few pixels you have.

  • Can't change the color of a symbol I created

    I am a beginner in illustrator, and I have been doing some online tutorials. I have run into a problem that I can't seem to find the answer to. I'm hoping you guys can help. I am doing a basic tree, I made a couple leaf symbols so that I could just easily duplicate the leaves. However, now I am going back and adding color and while some of the leaves I can change from black to green. Other leaves will not change color, they stay black to matter what I do. I am not sure what I am doing wrong or what I need to do to fix it. I am wondering if I did something wrong when I made the symbol. I am able to put a new color on the leaves that I made first. I made about 5 then I made a new symbol with the leaf a bit smaller and then another one with the leaf flipped. I think it is these leaves that I can't change the color on. Any help you can give will be greatly appreciated.

    Are we talking about "real" symbols in Illustrators symbol panel?
    How exactly do you try to change their color? You can't simply apply a color to a symbol instance, you need to either edit the symbol itself or expand the symbol instance (detach it from the symbol) or use the symbol-color-tool.

  • How can i change the color of the graph in agreement of the program's condition

    Hi,
    I am using labview 5.1 in my graduation's project final. (sorry by my english, but i am ina hurry)
    How can i change the color of the graph in agreement of the program's condition?
    I am developing a VI to control the temperature of termistors,but i have another sensor too.
    In a graph i have the situation of the termistors,but i want to change the color of the graph when the sensor is active.
    Thanks a lot
    Rafael Wajnsztajn - Brasil

    To change the color of the line itself, you can use the attribute Plot>>Plot Color.
    To change the color of the points, you can use the attribute Cursor>>Cursor Color.
    To select the color, you should have a color box constant inside the Numeric>>Additional Numeric Constants palette.
    This is all in LV 7.0. I'm not sure how it similar it is in 5.1.
    One important thing is to place the attribute node inside a case structure which will execute only when your condition has been filled.
    If this didn't help you, I suggest you post the relevant piece of code, or at least an image of it (no BMPs, please).
    Try to take over the world!

  • How can I change the color of the Integration Builder?

    Watch this blog: /people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii
    While reading this blog I notice that the IB is of a different color. I would like to use this feature to differ my systems by color. How can I change the color of the IB?

    hi,
    you can always try <b>the Felix's way</b> )
    /people/sap.user72/blog/2005/12/11/how-to-apply-themes-in-exchange-infrastructure
    is that what you need?
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for

  • Remote monitoring entry in SOLMAN

    Hi  , I am trying to create Remote monitoring entry in SOLMAN but after I create and save , it says entry is saved in secure area but dos not reflect in system topology. It give me the following  message after save : ECD_RZ20_COLLECT_072949Error when

  • How to stop HRALXSYNC from adding incorrect BP relationships in BUT050

    We have recently upgraded from EBP 3.5 to SRM Server 5.0.  We are replicating HR Org Structure changes from our backend ECC 5.0 system into our SRM Server 5.0 system. Since the upgrade we have seen incorrect additioinal BP relationships showing up in

  • How to cancel previous Reconciliation in SBO 2007

    Dear Experts, I went to Business Partner > Internal Reconciliation > Manage Previous Reconciliation... Over there I want to cancel some reconciliation, but the "Cancel Reconciliation" button is always disabled, I can't cancel any reconciliations. P/S

  • Direct selection tool not showing anchors illustrator CS3, Mac 10.5.8, MBP 2.6 GHz

    With the direct selection tool (white arrrow) moving over an anchor they show up, but even if the anchor is selected the anchor blue box disappears as soon as the mouse moves away, so its impossible to select a handle.  I can still move an anchor, bu

  • I have 3 mail accounts and 1 goes off line repeatedly

    i get the following error message : The server returned the error: The connection to the server "imap.mail.yahoo.com" on port 993 timed out. Can anyone tell me how to sort it. Thanks in anticipation of the help