Hot to make your logo appear in url bar and on tabs?

How do they do that - make a small image appear in the URL
address box and on the tabs of your browser? I've always thought it
looked good and added a certain amount of status to the site.
Cheers
Shaun

IrfanView....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Joe Makowiec" <[email protected]> wrote in
message
news:[email protected]..
> On 08 Mar 2007 in macromedia.dreamweaver, Brandon wrote:
>
>> Ok, but HOW do I do that? Do icon programs allow for
inserting
>> multiple images into one file?
>
> Icon-specific graphic editors will. Most other
graphic-editing
> programs won't, even if they deal with the .ico format.
And before
> you ask, no, I don't know of any. There's an icon editor
project at
> SourceForge (
http://sf.net/). The one I use (rarely)
is an old
> freebie from PC Magazine called IconEdit. (PC Mag no
longer makes
> their utilities available as free downloads.)
>
> By and large, however, I just put up a single-resolution
icon and
> don't worry about it. And many image editing apps will
deal with
> that. I use IrfanView (
http://irfanview.de/) to convert
bitmaps. Or
> you can use other image types as favicons by specifying
their mime
> type in the link to the icon. In the line of code below,
change
> image/x-icon to the mimetype appropriate for the image
type.
> (image/jpeg, image/gif, image/png)
>
> <link rel="shortcut icon"
href="/path/to/myfavicon.ico"
> type="image/x-icon" />
>
> Note: using types other than .ico may not work in all
browsers.
>
> --
> Joe Makowiec
>
http://makowiec.net/
> Email:
http://makowiec.net/email.php

Similar Messages

  • Make a logo over lap menu bar and slideshow

    Hi!
    I want to have the logo of my page overlapping the menu bar and the slideshow.
    Below is a picture og how the site layout looks now and the code.
    Can anyone please help me out.
    Thanks in advice,
    Simon
    Code
    HTML:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <!--[if lt IE 7 ]> <html class="ie6" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
    <!--[if IE 7 ]>    <html class="ie7" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
    <!--[if IE 8 ]>    <html class="ie8" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
    <!--[if IE 9 ]>    <html class="ie9" xmlns="http://www.w3.org/1999/xhtml"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml"> <!--<![endif]-->
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
              <title>#</title>
              <meta name="description" content=" add description  ... " />
              <meta name="keywords"    content=" add keywords     ... " />
              <!-- //////// Favicon ////////  -->
              <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
              <!-- //////// Css - stylesheets ////////  -->
              <link href="_layout/style.css"       rel="stylesheet" type="text/css" media="all" />
              <link href="_layout/style-print.css" rel="stylesheet" type="text/css" media="print" />
              <!-- //////// jQuery ////////  -->
              <script src="_layout/js/jquery-1.5.2.min.js" type="text/javascript"></script>
              <!-- //////// DD_belatedPNG - png fix for IE6 ////////  -->
              <!--[if IE 6 ]>
                        <script src="_layout/js/pngfix/DD_belatedPNG_0.0.8a-min.js" type="text/javascript"></script>
              <![endif]-->
              <!-- //////// Cufon - font Replacement ////////  -->
              <script src="_layout/js/cufon/cufon.js" type="text/javascript"></script>
              <!-- //////// Tipsy - tooltips ////////  -->
              <script src="_layout/js/tipsy/jquery.tipsy.js" type="text/javascript"></script>
              <link href="_layout/js/tipsy/css.tipsy.css" rel="stylesheet" type="text/css" />
              <!-- //////// prettyPhoto - lightbox ////////  -->
              <script src="_layout/js/prettyphoto/jquery.prettyPhoto.js" type="text/javascript"></script>
              <link href="_layout/js/prettyphoto/css.prettyPhoto.css" rel="stylesheet" type="text/css" />
              <!-- //////// Validity - form validation ////////  -->
              <script src="_layout/js/validity/jquery.validity.js" type="text/javascript"></script>
              <link href="_layout/js/validity/css.validity.css" rel="stylesheet" type="text/css" />
              <!-- //////// Cycle - content slider  ////////  -->
              <script src="_layout/js/cycle/jquery.cycle.all.min.js" type="text/javascript"></script>
              <!-- //////// Tabify - create tabs ////////  -->
              <script src="_layout/js/tabify/jquery.tabify-1.4.js" type="text/javascript"></script>
              <!-- //////// Accordion - create accordions ////////  -->
              <script src="_layout/js/accordion/jquery.accordion.js" type="text/javascript"></script>
              <!-- //////// Custom Js ////////  -->
              <script src="_layout/js/scripts.js" type="text/javascript"></script>
              <script src="_layout/js/plugins.js" type="text/javascript"></script>
              <style type="text/css">
    <!--
    a:link {
              text-decoration: none;
    a:visited {
              text-decoration: none;
    a:hover {
              text-decoration: none;
              color: #2eabeb;
    a:active {
              text-decoration: none;
    -->
    </style><noscript>
                                  <link href="_layout/style-nojs.css" rel="stylesheet" type="text/css" />
                                  <div class="nojs-warning"><strong>JavaScript seems to be Disabled!</strong> Some of the website features are unavailable unless JavaScript is enabled.</div>
              </noscript>
              <div id="wrap">
                        <div id="header">
                        <div class="img"><a href="#"><img src="_layout/images/Logo.png"  /></a> </div>
    <ul id="menu"> 
      <li><a href="#" class="drop"></a>
        <!-- Begin 4 columns Item -->
        <div class="dropdown_4columns">
          <!-- Begin 4 columns container -->
          <div class="col_4">
          </div>
          <div class="col_1">
            <h3>Some Links</h3>
            <ul>
              <li><a href="#">ThemeForest</a></li>
              <li><a href="#">GraphicRiver</a></li>
              <li><a href="#">ActiveDen</a></li>
              <li><a href="#">VideoHive</a></li>
              <li><a href="#">3DOcean</a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3>Useful Links</h3>
            <ul>
              <li><a href="#">NetTuts</a></li>
              <li><a href="#">VectorTuts</a></li>
              <li><a href="#">PsdTuts</a></li>
              <li><a href="#">PhotoTuts</a></li>
              <li><a href="#">ActiveTuts</a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3>Other Stuff</h3>
            <ul>
              <li><a href="#">FreelanceSwitch</a></li>
              <li><a href="#">Creattica</a></li>
              <li><a href="#">WorkAwesome</a></li>
              <li><a href="#">Mac Apps</a></li>
              <li><a href="#">Web Apps</a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3>Misc</h3>
            <ul>
              <li><a href="#">Design</a></li>
              <li><a href="#">Logo</a></li>
              <li><a href="#">Flash</a></li>
              <li><a href="#">Illustration</a></li>
              <li><a href="#">More...</a></li>
            </ul>
          </div>
        </div>
        <!-- End 4 columns container -->
      </li>
      <!-- End Home Item -->
      <li><a href="#" class="drop">Projects</a>
        <!-- Begin 4 columns Item -->
        <div class="dropdown_4columns">
          <!-- Begin 4 columns container -->
          <div class="col_4">
          </div>
          <div class="col_1">
            <h3>Some Links</h3>
            <ul>
              <li><a href="#">ThemeForest</a></li>
              <li><a href="#">GraphicRiver</a></li>
              <li><a href="#">ActiveDen</a></li>
              <li><a href="#">VideoHive</a></li>
              <li><a href="#">3DOcean</a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3>Useful Links</h3>
            <ul>
              <li><a href="#">NetTuts</a></li>
              <li><a href="#">VectorTuts</a></li>
              <li><a href="#">PsdTuts</a></li>
              <li><a href="#">PhotoTuts</a></li>
              <li><a href="#">ActiveTuts</a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3>Other Stuff</h3>
            <ul>
              <li><a href="#">FreelanceSwitch</a></li>
              <li><a href="#">Creattica</a></li>
              <li><a href="#">WorkAwesome</a></li>
              <li><a href="#">Mac Apps</a></li>
              <li><a href="#">Web Apps</a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3>Misc</h3>
            <ul>
              <li><a href="#">Design</a></li>
              <li><a href="#">Logo</a></li>
              <li><a href="#">Flash</a></li>
              <li><a href="#">Illustration</a></li>
              <li><a href="#">More...</a></li>
            </ul>
          </div>
        </div>
        <!-- End 4 columns container -->
      </li>
      <!-- End 5 columns Item -->
        <li><a href="#" class="drop"></a><!-- Begin 4 columns Item -->
            <div class="dropdown_4columns"><!-- Begin 4 columns container -->
                <div class="col_4">
                </div>
                <div class="col_1">
                 <h3></h3>
                    <ul>
                        <li><a href="#"> </a></li>
                    </ul>  
                </div>
                <div class="col_1">
                    <h3></h3>
                    <ul>
                        <li><a href="#">NetTuts</a></li>
                    </ul>  
                </div>
                <div class="col_1">
                    <h3></h3>
                    <ul>
                    </ul>  
                </div>
                <div class="col_1">
                </div>
            </div><!-- End 4 columns container -->
        </li><!-- End 4 columns Item -->
        <li><a href="#" class="drop"></a>
          <!-- Begin 4 columns Item -->
          <div class="dropdown_4columns">
            <!-- Begin 4 columns container -->
            <div class="col_4">
            </div>
            <div class="col_1">
              <h3></h3>
              <ul>
                <li><a href="#">Area </a></li>
                <li><a href="#"> </a></li>
                <li><a href="#">l</a></li>
                <li><a href="#"></a></li>
              </ul>
            </div>
            <div class="col_1">
              <h3></h3>
              <ul>
                <li><a href="#"></a></li>
                <li><a href="#"></a></li>
                <li><a href="#"></a></li>
                <li><a href="#"></a></li>
                <li><a href="#"></a></li>
                <li><a href="#"></a></li>
                <li><a href="#">Pt</a></li>
                <li><a href="#">s</a></li>
                <li><a href="#">t</a></li>
                <li><a href="#"></a></li>
                <li><a href="#">Sn</a></li>
                <li><a href="#">s</a></li>
              </ul>
            </div>
               <div class="col_1">
              <h3></h3>
              <br />
              <ul>
                <li><a href="#">t</a></li>
                <li><a href="#">Pn</a></li>
                <li><a href="#">Sn</a></li>
                <li><a href="#">s</a></li>
              </ul>
            </div>
            <div class="col_1">
              <h3></h3>
              <ul>
                <li><a href="#"></a></li>
                <li><a href="#"> </a></li>
                <li><a href="#"> </a></li>
                <li><a href="#">Pt</a></li>
                <li><a href="#">I</a></li>
                <li><a href="#">st</a></li>
              </ul>
            </div>
            <div class="col_1">
              <h3></h3>
              <ul>
                <li><a href="#"></a></li>
              </ul>
            </div>
              <div class="col_1">
              <h3></h3>
              <ul>
                <li><a href="#"></a></li>
              </ul>
            </div>
          </div>
          <!-- End 4 columns container -->
        </li>
        <li><a href="#" class="drop">Sales Support</a>
                <!-- Begin 4 columns Item -->
                <div class="dropdown_4columns">
                  <!-- Begin 4 columns container -->
                  <div class="col_4">
            </div>
                  <div class="col_1">
                    <h3></h3>
                    <ul>
                      <li><a href="#"></a></li>
              </ul>
            </div>
                  <div class="col_1">
                    <h3></h3>
                    <ul>
                      <li><a href="#"></a></li>
                      <li><a href="#"></a></li>
                      <li><a href="#">i</a></li>
              </ul>
            </div>
            <br />
                  <div class="col_1">
                    <h3></h3>
                    <ul>
                      <li><a href="#"></a></li>
                      <li><a href="#"></a></li>
                      <li><a href="#"></a></li>
              </ul>
            </div>
                  <div class="col_1">
                    <h3></h3>
                    <ul>
              </ul>
            </div>
          </div>
      </li>
        <li><a href="#" class="drop"></a>
        <!-- Begin 4 columns Item -->
        <div class="dropdown_4columns">
          <!-- Begin 4 columns container -->
          <div class="col_4">
          </div>
          <div class="col_1">
            <h3></h3>
            <ul>
              <li><a href="#"></a></li>
              <li><a href="#"></a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3></h3>
            <ul>
              <li><a href="#"></a></li>
              <li><a href="#"></a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3></h3>
            <ul>
              <li><a href="#"></a></li>
              <li><a href="#"></a></li>
              <li><a href="#"></a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3></h3>
            <ul>
              <li><a href="#"></a></li>
              <li><a href="#"></a></li>
              <li><a href="#"></a></li>
            </ul>
          </div>
          <div class="col_1">
            <h3></h3>
            <ul>
              <li><a href="#"></a></li>
            </ul>
          </div>
        </div>
        <li class="menu_right"><a href="#" class="drop">Main</a> 
            <div class="dropdown_1column align_right"> 
                    <div class="col_1"> 
                        <ul class="simple"> 
                            <li><a href="#"><strong></strong></a></li> 
                            <li><a href="#"></a></li> 
                            <li><a href="#"></a></li> 
                            <li><a href="#"></a></li> 
                        </ul>    
                    </div> 
            </div> 
      </li>
    </ul>
    <div class="row slideshow-container no-print fixed">
      <div id="slideshow-index">
                                                      <ul>
                                                                <li>
                                                                  <div class="slidetext">
                                                          <h2>Proin porttitor<br /> pulvinar risus nec</h2>
                                                                                    <p>Sed interdum eleifend mollis. Proin quis lectus libero. Integer eu lectus erat, id aliquet risus.
                                                                                     Vivamus vitae mollis purus. Fusce id diam at purus sodales mollis.  <a href="#">more</a></p>
                                                                  </div>
                                                          <img src="images/slider/1.jpg" width="948" height="400" alt="" />                                                            </li>
                                                                <!-- end slide 1 -->
                                                                <li>
                                                                          <img src="images/slider/2.jpg" width="948" height="400" alt="" />
                                                                          <div class="slidetext">
                                                                                    <h2>Curabitur<br /> sed sollicitudin orci.</h2>
                                                                                    <p>Nunc eu tellus sed felis vestibulum pulvinar sed ac enim. Quisque tincidunt urna id arcu egestas
                                                                                     a rhoncus purus molestie erat eget nunc varius. <a href="#">more</a></p>
                                                                          </div>
                                                                </li><!-- end slide 2 -->
                                                                <li>
                                                                          <img src="images/slider/3.jpg" width="948" height="400" alt="" />
                                                                          <div class="slidetext">
                                                                                    <h2>Suspendisse vest<br /> pretium laoreet</h2>
                                                                                    <p>Aliquam erat volutpat. Maecenas tincidunt porta hendrerit. Sed quis tristique nulla. Fusce volutpat
                                                                                     lobortis tellus sed tincidunt consequat egestas a elementum dolor. <a href="#">more</a></p>
                                                                          </div>
                                                        </li><!-- end slide 3 -->
                            <li>
                                                                          <img src="images/slider/4.jpg" width="948" height="400" alt="" />
                                                                          <div class="slidetext">
                                                                          </div>
                                                                </li><!-- end slide 4 -->
                                                      </ul>
                                                      <div id="index-slideshow-pager"> </div>
      </div><!-- end #slideshow -->
                <!-- ////////////////HERTIL ER ALT RETT ///////////////////////////////////////////////////////////////////////////////////////// ////////////////// -->
                                  <div id="content">
                <table width="948px" height="40px" margin="margin: auto 6px auto 6px">
                <tr>
                <td><a href="#"></a></td>
                <td><a href="#"></a></td>
                <td><a href="#"></a></td>
                </tr>
                </table>
                <br />
                                  <div class="venstre" style="width: 530px; margin: auto 6px auto 40px;">
                                   <h2>Heading</h2>
                                                      <p>
                                                                Text </p>
                </div>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                  </br>
                                </br>
                                  </br>
                                  </br>
                                  </br>
                        </div><!-- end #content -->
                        <!-- ///////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////// -->
    </div><!-- end #header -->
              </div><!-- end #wrap -->
                                  <!-- KOPIER HERFRA ORGINALE FININI/////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////// -->
              <div style="background: url(images/footer.png) no-repeat; position: bottom; margin: auto 6px 40px 6px; color: #ffffff;">
                                  <div id="fot" style="width: 940px; float:center; text-align: left; margin-left: 40px; margin-right: 40px; padding-top: 25px; color: #ffffff;">
                                            <table style="border: 0px;">
                                                      <tr style="border: 0px;">
                                                                <td width="146px" style="border: 0px;">
    *table*
                                            </table>
                                  </div>
    </div>
              <script type="text/javascript"> Cufon.now(); </script>
              <!-- analytics code here -->
                        <!-- /TIL HIT////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////// -->
    </body>
    </html>
    CSS:
    /* =RESET
    html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym, address,
    big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,d t,dd,ol,ul,li,fieldset,
    form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:;border:0;outl ine:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-a lign:baseline}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{ border-collapse:separate;border-spacing:0}/* tables still need 'cellspacing="0"' in the markup */caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:b efore,q:after{content:""}blockquote,q{quotes:""""}
    /* =GENERAL
    div.img
      margin-left:6px;
      z-index:200;
              body, ul, li {
              font-size:12px;
              font-family:Arial, Helvetica, sans-serif;
              line-height:21px;
              text-align:left;
    #menu {
              list-style:none;
              width:870px;
              margin:0px auto 0px 44px;
              height:40px;
              padding:0px 20px 0px 20px;
              z-index:100;
              /* Background color and gradients */
              background: #636363;
              background: -moz-linear-gradient(top, #636363, #353535);
              background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#636363), to(#353535));
    #menu li {
              float:left;
              display:block;
              text-align:center;
              position:relative;
              padding: 4px 10px 4px 10px;
              margin-right:5px;
              margin-top:5px;
              border:none;
              z-index:100;
    #menu li:hover {
              border: 1px solid #777777;

    Thanks Nancy,
    However, two new issues appeared when I added the float, both the text in the menu and the image slider is now too far left.
    See image below.

  • How can I make an image appear partially in front and partially behind another layer in Adobe Illustrator?

    How can I make an image appear partially in front and partially behind another layer in Adobe Illustrator?

    Put the image behind the layer (at the back of it or on a layer below). With it still selected, Copy.
    Now Paste in Front (Ctrl+F). Depending on your Paste Remembers Layers setting, you may have to bring the newly pasted copy to the front, or to the upper layer.
    Draw a shape over the image to define the portion of it you want to appear "in front."
    With the shape and the image selected, clip the image using the shape. (Object > Clipping Mask > Make)

  • How can you make your persona show on the top and bottom? Also can you make it bigger at the top to show more of the picture?

    How can you make your persona show on the top and bottom?
    Also can you make it bigger at the top to show more of the picture?

    Add extra empty toolbars if you want to see more of the persona.<br />
    You can create extra toolbars to get extra space via View > Toolbars > Customize<br />
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.<br />
    See http://kb.mozillazine.org/Toolbar_customization

  • My ipod touch wont turn on!! the apple logo appears for five seconds and then it goes to a black screen and it has been repeating this when im not even touching it!! help!!

    my ipod touch wont turn on! i pressed the power button and the white apple logo appeared for five seconds and went to a black screen, and then back to the logo for 5 secs and back to the black screen for 5 secs. im not touching my ipod and it is still doing this. i did leave it onover night to update ios, is this why??

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar                              

  • I can't use ctrl + a in url bar and search bar after update firefox.

    i can't use ctrl + a in url bar and search bar for select all text

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I am Unable to Type or use Keyboard in Firefox 18.0 anywhere including URL bar and Search Bar. how should rectify this?

    I am unable to type anything or use keyboard to type in Firefox. I am using Firefox 18.0 installed on Windows 7.
    I am able to Paste into the URL bar and also the Search bar but absolutely not able to type in it.
    I have already tried the "reset" option but still unable to type.
    Also tried Firefox in safe mode with disabled addons but still unable to type.
    Installed a fresh copy of firefox after uninstalling Firefox and deleting the old folder "Mozilla Firefox" from windows. but still unable to type.
    Please tell me a solution to this.

    I'm not on a laptop so I don't have a FN key. But on my desktop F9 + Windows key appears to have resolved the issue for me. Thanks for the help!

  • How to Make Fonts Bigger in Safari Menu Bar and Tabs

    Hello,
    I just set up a new IMAC 27" for my mom and she cannot read the menu bars and tabs in Safari. I know how to make the text of the webpage itself bigger, but is there any way to make the text in the menu bars and tabs bigger.  Someone sugggested Opera browser. Would that be a better option?
    Thanks
    John

    Welcome!
    I had the same issue with my 27-inch--here's how I fixed it:
    1) Go to System Preferences > Displays and select the "Displays" tab
    2) For "Resolution" there are two buttons: "Best for Display" and "Scaled." Select "Scaled."
    3) Now you should see a list of resolutions. The default is probably 2560x1440. Change it to 1920x1080.
    I don't have great eyes but this setting makes it easy for me to see. It makes all menu bars including Safari about 3/10ths inch wide and the menu lettering close to 1/4-inch tall.

  • How do I make the text larger on the nav bar and the tabs

    My parents just got a new iMac and the font size on the navigation bar and the tabs is much too small for them.Is there a way to enlarge the font without messing with the resolution?
    Thanks for any help.

    You can't... you can only do this by changing the screen resolution... or use the Accessibility in the System Prefers.
    You can set a zoom widow for them...
    To make the Cursor bigger
    To make the zoom window:

  • I used to be able to type in things in the url bar and scearch things, and not I can't help?

    I used to be able to type in keywords in the URL bar and it would automaticly do a google search on it. Now it doesn't.
    I've tried everything,
    please help I want my keyword search back.

    Sorry, but I tired all of those steps. And it didn't work.
    I have even reinstalled firefox.
    Still nothing.

  • HT3053 I have a 13inch MacBook Pro and when I switch it on the apple logo appears then a slot and the circular symbol which is turning and then before opening the home screen it switches off again. Is there a sequence that I can use to force it to load.

    I have got a 13 inch MacBook Pro and it got stuck in a loop so I switched it off by holding the power button down and now when I switch it on the apple logo appears then I get a blank slot at the bottom of the screen then the circle appears and rotates and then it switches off again, I have tried starting it again with the system disc that came with it when it was new but it makes no difference. Is there a sequence that I can use to force it to start.

    Sorry. We can't help you. It's no longer an iPhone. Apple won't touch it.
    Take it to whoever replaced the screen and see if they can help you.
    iPhones are not user servicable and Apple does not sell iPhone parts at all. I'd be surprised if you were actually able to back it up at this point. It sounds like it's completely borked.

  • Have recently updated firefox. Previously, opening a new tab, cursor would be in google's search field, as google was my home page; now when I open new tab, cursor appears in url bar; this is bugging me a lot. How do I fix this setting?

    cursor in URL bar when opening new tab; setting for this?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I hv a 3GS iphone. it could not be boot up.  When i press the sleep/wake button, the apple logo appeared for a while and then disappear.  My phone could not be start up.  When i go to itune, it does not have the logo for me to sync.

    I have a iphone3GS.  It could not be boot up.  When i press the sleep/wake button, the apple logo appear and then disappear.  The password login screen didnt' come on.  When i tried to connect my phone to the itune on my laptop, there isnt this button that i can sync my phone with the laptop.

    Sounds like your iPhones software may be corrupt. Try placing the iPhone into recovery mode. To do this, follow the steps in this article:
    http://support.apple.com/kb/HT1808
    Hope this helps
    - Greg

  • I can't make my logo into a vector image and make the background transparent

    I have a logo in psd that I bring into illustrator. I need to turn it into a vector image because it's going on a billboard. But when I do I can't get rid of the white background, make it transparent. Can anyone offer any solutions?

    Click on the properties icon in the top tool bar and choose ignore white, then the trace will trace everything except the white.

  • How can I make an image appear partially in front and partially behind another layer?

    I have a drawn vector image that is behind a layer with a stroked ellipse like this:
    However I need just one part of the image to appaer in front of the stroke.  In this image I need the paw on the right to be in front of the stroke but I need the other leg to be covered by the stroke:
    I'm guessing I need to somehow make a copy of just the paw and place it on a layer above the layer with the stroke in order to achieve this effect however I don't know how to do that in Illustrator.  Any help would be appreciated.

    What program was the artwork created in and what version of Illustrator are you using? ALWAYS provide this information first so we know what features you have available.
    If everything is native Illustrator artwork, then you can probably copy the portion of the paw you want outside the circle and use a PathFinder command to merge that shape with the circle, then put the resultant shape behind the artwork.

Maybe you are looking for

  • Hp officejet 6100 eprinter will not install on windows 7 64bit

    I've tried everything. Cannot install software for brand new hp officejet 6100 eprinter. No using disc, not wireless, not usb, not downloading software not troubleshooting in windows nothing what so ever. It's been weeks and weeks, just can not use t

  • Remote not working after Leopard update

    I've read about, and have the problems reported with Front Row when it comes to viewing content on another (TV) screen, but does anyone share my problem about the remote control not working at all? This morning before I upgraded to Leopard it worked

  • Trying to open Firefox, it shows in the bottom tray but will not restore, maximize or open in any way.

    I have removed and reinstalled Firefox (twice) and the problem continues. I don't know of anything I actually did to cause this problem. I have noticed several other people have the same thing happening, but no answers have been provided yet. I'm rea

  • Trying to break pages

    I need to send to printer several tickets. I use af:inputText's for that. One ticket is one af:inputText. I set page-break-after: always; in the inlineStyle to separate tickets in order to print every ticket on its own page. It works. But I don't lik

  • Process Flow hangs on wb_rt_notify_queue_tab

    Hi, We are encountering some problem on process flow. Environment: Oracle 9.2.0.5, OWB 10g, workflow 2.6.2, HP-UX The process flow has about 20 mappings. When it hangs, I can see the following: 1. In Workflow, the status of the mappings are "NODIFIED