Slightly shift between pages is driving me nuts.

Hello,
I've been building my site and I noticed that there is a slight shift in between all of the pages and the contact page, I have copy and paste several times the coding from one page to the other one... sometimes it shifts up and down, when navigating between pages. I was wondering if someone can figure this out. Here is the coding for you to look. The first one si the index which is the correct position for the spry menu, title to be in, the second one is the contact one which is the one that shifts.
index:
<!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>Works</title>
<style type="text/css">
img {
          background-color: #FFF;
          top: 10px;
          right: 10px;
#pix p img {
          vertical-align: middle;
#pix div #MenuBar1 {
          font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
#footer div p {
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: x-small;
p {
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 14px;
#about p {
          font-size: 9px;
#about p {
          font-size: 12px;
#about p {
          text-align: center;
#about p {
          text-align: left;
#pic01 {
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 10px;
          background-color: #FFF;
          letter-spacing: 0%;
          clear: none;
          float: none;
          height: auto;
          width: 500px;
          border-top-width: thin;
          border-right-width: thin;
          border-bottom-width: thin;
          border-left-width: thin;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: none;
          border-left-style: none;
          left: auto;
          clip: rect(auto,auto,auto,400px);
          padding-left: 0px;
          top: auto;
          right: auto;
          bottom: auto;
          margin-right: auto;
          margin-left: auto;
#header .center {
          font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
          font-size: 36px;
</style>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
    font: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 1000px;
    margin: 0 auto;
    font-size: 100%;
    background: #FFF;
h1 {font-size: 36px;}
#pix01 {
          width: 600px;
          border: 1px dotted white;
          margin-top: 0;
          margin-right: auto;
          margin-bottom: 0;
          margin-left: 260px;
          height: 595px;
#pix01 img {
          height: 595px;
          width: 600px;
          vertical-align: middle;
#pix01 p {
    font-size:12px;
#footer {
    font-size:12px;
/**re-usable classes**/
.center {text-align:center}
.right {text-align:right}
/**clear floats**/
.clearLt {clear:left; display:block; height:1px; visibility:hidden;}
</style>
</head>
<body>
<div id="header">
  <h1 align="center" class="center">Arturo Herrera</h1>
  <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="index.html">Home</a></li>
    <li><a href="Works.html">Works</a></li>
    <li><a href="#">About</a></li>
    <li><a href="#">Dossier</a></li>
    <li><a href="Contact.html">Contact</a></li>
    <li><a href="#">Links</a></li>
    <li><a href="#">New Exhibitions</a></li>
    <li><a href="#">Video</a></li>
  </ul>
  <p>
    <!--clear floats in menu-->
  </p>
  <hr class="clearLt" />
  <p><!--end header--></p>
</div>
<div id="pix01"><img src="background2.jpg" name="main" width="600" height="595" id="main" /></div>
<p align="center"> </p>
<div id="pic01">
  <p align="left" class="text">Background # 2 Cut &amp; Paste 2/5</p>
  <p align="left" class="text">Mixed Media: magazine collage, glue, wood, photographic paper, matt board, nails,</p>
  <p align="left" class="text">plywood, wire, sylicon</p>
  <p align="left" class="text">tags: identity, citizenship, illegal immigrant, immigration, racial profile, status, canada,</p>
  <p align="left" class="text">usa, latino, home sexuality</p>
  <p align="left" class="text">2012</p>
</div>
<p align="center"> </p>
<p align="center"><a href="https://www.facebook.com/arteisfoto" target="new" class="facebook">Facebook</a></p>
<p align="center"><a href="http:/www.arteisfoto.com" target="new">Arte is Foto</a></p>
<p align="center"> </p>
<div id="footer">
  <div align="center">
    <p> </p>
    <p>Copyright 2002-2013 © Arturo Herrera. This is site is contantly changing.</p>
  </div>
</div>
<p> </p>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
Contact:
<!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>Works</title>
<link href="images.css" rel="stylesheet" type="text/css" />
</head>
<body><!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>Works</title>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
    font: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 1000px;
    margin: 0 auto;
    font-size: 100%;
    background: #FFF;
h1 {font-size: 36px;}
#pix01 {
width: 480px;
border: 1px dotted white;
margin: 0 auto;
#pix01 img {
    height: 130px;
    width: 130px;
    vertical-align:middle;
#pix01 p {
    font-size:12px;
#footer {
    font-size:12px;
/**re-usable classes**/
.center {text-align:center}
.right {text-align:right}
/**clear floats**/
.clearLt {clear:left; display:block; height:1px; visibility:hidden;}
</style>
</head>
<body>
<div id="header">
<h1 class="center">Arturo Herrera</h1>
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a></li>
  <li><a href="Works.html">Works</a></li>
  <li><a href="#">About</a></li>
  <li><a href="#">Dossier</a> </li>
  <li><a href="Contact.html">Contact</a></li>
  <li><a href="#">Links</a></li>
  <li><a href="#">New Exhibitions</a></li>
  <li><a href="#">Video</a></li>
</ul>
<!--clear floats in menu-->
<hr class="clearLt" />
<!--end header-->
</div>
<p align="left" class="text"> </p>
<p align="left"> </p>
<p align="center" class="contact">If you would like to contact me please send me an email at: <a href="mailto:[email protected]">[email protected]</a></p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<div id="footer">
  <div align="center">
    <p> </p>
    <p>Copyright 2002-2013 © Arturo Herrera. This is site is contantly changing.</p>
  </div>
</div>
<p align="center" class="contact"> </p>
<p align="center" class="contact"> </p>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
  </script>
</body>
</html>
I hope this is something easy to fix, Thanks!! this is the website too : www.arturoherrera.ca

arteisfoto wrote:
John, I duplicated the rule pix01 to pix02 and assigned it to the next image and its working, would you say that is ok?
It works but it's high maintenance using unnecessary, repetitive IDs for repeating page elements with the same CSS rules defined for each ID. There's lots of redundant CSS and you need a new ID defined for every image. That's creating a rod for your back.
Convert to a class - that's what they're for - and you're done.
Change
#pix01 {
          width: 600px;
          margin-top: 0;
          margin-right: auto;
          margin-bottom: 0;
          margin-left: 260px;
          height: 450px;
to
.pix01 {
          width: 600px;
          margin-top: 0;
          margin-right: auto;
          margin-bottom: 0;
          margin-left: 260px;
          height: 450px;
Change all
<div id="pix01">
to
<div class="pix01">
and you're done.
Note: there's even a school of thought which says IDs in CSS can be avoided altogether.
http://screwlewse.com/2010/07/dont-use-id-selectors-in-css/

Similar Messages

  • Image/background shift between pages

    This is driving me nuts.  When I move from "home" to any other page on my site, the nav bar and background shifts.  I've saved all pages from the home/index page, so it has to be something to do with the 2 large images within the container.
    http://www.juliepb.com
    Anyone see what I can do to fix it?
    Thanks for the help!
    - Julie

    Hi again Gary-
    Well, I think the #home div you are referring to has to do with this article on CSS tricks - I have been trying to find a way to make the "active" or current pages reflected in the nav bar.  So far, I get the hover, click and link functions to work, but the "down" state of the button wont.  I thought Chris' approach may work, though I am still fumbling with that.  I'm pretty sure it doesn't have anything to do with this issue though....
    Here's a link to that article - it's short.  http://css-tricks.com/including-navigation-code-on-all-pages-even-with-current-navigation- highlighting/
    Anyway the folder naming is based on a tutorial from Lynda.com.  It was suggested that the uncderscore before the folder name would place it at the head of a directory, thus the images, css and scripts would be named that way.
    Is this a problem as far as you know?  The fact that a validator has issues with it may cause some though I have tested it in Safari, ID8 and Firefox....
    So, here I am again with a wierd issue.  Whatever you can do to help or someone you can suggest that could help would be great.
    PS- the padding for the body was a way to place the nav bar down 20 pixels from the top.  Couldn't figure out how else to do it.
    Thanks again-
    Julie

  • Horizontal shifts between dropdown pages and parents

    I have noticed a horizontal shift when going from a dropdown page bact to a parent page. This seem to happen on all dropdowns. When clicking between parents, no shift. when clicking between children, no shift. Shifting between parents and children only. I'm 99% positive this was caused by the public release. Website is: www.islandguymusic.com , published via FTP upload. There is a version with the same address published to http://islandguymusic.businesscatalyst.com/index.html site via "publish".

    Hi Carl,
    thanks for your answer!
    I also thougt it coud be an issue with the CSS and I've searched the whole CSS-Stylesheet. In the part of the Tab Classes I searched for every margin-top and margin-bottom and set it to 0px but it had no effect.
    Here you can see the part of my CSS-Stylesheet containing the attributes of the tabs:
    /* Tab Classes */
    /* .t4Tabs{text-align:center;padding:10px 0 2px 0;} */
    .t4Tabs{text-align:right;padding:10px 0 2px 0;margin-bottom:0px;margin-top:0px;}
    .t4standardtabcurrent{vertical-align:middle;padding:2px 5px 2px 5px;margin 0px 3px 0px 3px;background-color:#CCCCCC;color:#111111;border:2px solid #111111;border-bottom:0;text-decoration:none;font-weight:bold;}
    .t4standardtab{vertical-align:middle;padding:2px 5px 2px 5px;background-color:#777777;color:#ffffff;margin:0px 3px 0px 3px;border:2px solid #111111;border-bottom:0;text-decoration:none;font-weight:bold;}
    .t4standardtab:hover{background-color:#CCCCCC;color:#000000;text-decoration:none;}
    .t4ChildTabs{text-align:center;background-color:#FFFFFF;padding-bottom:4px;margin-top:0px;margin-bottom:0px;}
    .t4childtabcurrent{margin-left:3px;margin-right:3px;font-weight:bold;background-color:#DDDDDD;padding:2px;border:2px solid #000000;border-top:none;text-decoration:none;}
    .t4childtab{margin-left:3px;margin-right:3px;padding:2px;border:2px solid #000000;border-top:none;text-decoration:none;font-weight:bold;}
    But the strange is that this horizontal space is not equal on every page. On some pages it is quite small and like I want it to be and when I select the tab "Reports" for example there is a huge gap.
    When I change the margin in the CSS-Stylesheet shouldn't it be for all pages? Shouldn't the margin be the same whatever page I am on?
    Greetings,
    Sofie

  • SWF flickers/flashes when moving between pages

    IDCS4 export to SWF with page transitions. Not sure if anyone else is having this problem, but when I navigate between pages, the interactive items/buttons seem to flash or flicker once after each transition.
    Does anyone know how to resolve? I'm building a small booklet in IDCS4. Nothing fancy about it, just a few pages that I want the viewer to be able to navigate through. The flickering is driving me nuts and I can't seem to figure out why it's happening. I've tried just about every setting, searched the net and have found nothing on the subject.
    Any help would be greatly appreciated. Thanks in advance!
    Mark

    Happens with all transitions. Seems to be a bug and I've sent my notes to Adobe. Other posting can be found
    here.
    Hopefully they'll fix it in the future, 'cause it's a great feature.

  • "PubSubAgent" is driving me nuts.

    I use Little Snitch to monitor outgoing connections. In the last week or so it's started warning me many times a day that something called "PubSubAgent" wants to connect to various addresses that I've never heard of. I tried a Web search for "PubSubAgent" and learned that apparently it has to do with managing RSS feeds and syncing same via .Mac. In 10.5, anyway; I haven't found anything about its function in 10.6. Anyway, in my 24 years using Macs I've never had anything to do with any RSS feeds or with .Mac in any of its incarnations, so I don't know what this is about, but it's driving me nuts.
    Mostly it wants to connect to a website named macmouse.com, which turns out to be some kind of Mac dealer/club in Hawaii. If I put the cursor over that address in the LS alert, it'll sometimes show a whole list of URLs "with the same IP address". I've seen up to six addresses in that list, all of them looking like they're connected to the Hawaii place. Then sometimes it'll show macmouse.com only, with no alternatives. Then it showed an alternative as 2153788.sites.myregisteredsite.com, which seems to be a vendor of Web addresses; after I went to look a that site, then PubSubAgent started wanting to connect to it instead of macmouse.com. Then it brought up a completely new one, www.kabsoft.com, which is vendor of "Judaic software". And now, after looking at that site, PubSubAgent wants to go there. I've never had anything to do with these places.
    Here it goes again, wanting to connect to www.kabsoft.com, listing macmouse.com and 2153788.sites.myregisteredsite.com as alternatives with the same IP address. I could just tell LS to Deny Forever, but I'd like to know what's going on. Besides, PubSubAgent will probably just come up with another URL it wants to connect to. (It also occasionally wants to go to some Google address.) I've shut down Safari and everything else and Restarted my Mac, but after a while PubSubAgent just starts up again. There is a set of about a dozen Web pages I keep open all the time, but I had the same set open two weeks ago and I'd never heard of PubSubAgent then, so it seems unlikely this behavior has to do with any of them. I tried throwing out ~/Library/Preferences/com.apple.PubSubAgent.plist and ~/Library/Caches/com.apple.PubSubAgent/Cache.db, but they just got recreated.
    Being a Mac user, I have no real experience with malware, but this behavior looks awfully suspicious—though the sites PubSubAgent wants to connect to do seem to be legit. Can anyone tell me (a) just what PubSubAgent is up to, and (b) what I can or should do about it?
    Thanks.

    Thanks, WZZZ, for your efforts, though PubSubAgent seems to have you as mystified as it has me. I checked out the "More Like This" list to the right; all were about 10.5, and none seems to offer a real explanation or solution.
    One has a post that "solved my problem" with a link to another Discussion, but the link leads to a page that says "Unauthorized: It appears you're not allowed to view what you requested." Apparently that discussion has been scrubbed?
    Another has a link to an Apple Support article which apparently no longer exists; the link just leads to the Apple Support home page without explanation. A search of Apple Support for PubSubAgent finds nothing.
    Another has a link to a Macworld article which explains that "according to Apple, 'The PubSub agent syncs the RSS read/unread status of bookmarked RSS feeds between computers using Mac OS X 10.5 that are syncing bookmarks via .Mac Sync.'” But says nothing about why PubSubAgent would be trying to connect to mysterious websites I've never been to, and when I've never used RSS or .Mac Sync.
    Iow, no one seems to know about this. Doesn't seem to be doing it so often now, though it's back to macmouse.com. I also see from LS's rules that PSA connects to "safebrowsing-cache.google.com", or at least it tried once and I allowed it, thinking that's necessary info. But is PSA really what collects that info? Apple doesn't seem to want us to know anything about it.
    I guess I'll just try turning it off and see what happens. Maybe try some other forums.

  • How can I get rid of the ber at the top of the screen that shows allow it is driving me nuts

    At the top of the scren there is a bar acress the top of the screen the has a window that says allow, some time I have to hit the allow button to let a page download, & it is driving me nuts. How do I get rid of it.

    See:
    *Firefox/Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    The setting in "Tools > Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.
    See also:
    *https://support.mozilla.org/kb/Options+window+-+Advanced+panel#General_tab
    *http://kb.mozillazine.org/accessibility.blockautorefresh
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • Slideshow elements are triggering next page in menu going nuts any ideas anyone

    slideshow heavy site is driving me nuts. Every element in slide show is triggering next page in top menu. Don't know what to do, deadline looming. any thoughts

    Hi,
    Kindly share the link to the site.
    Also, in the slideshow, select that particular image that is triggering the link, and check if you have any hyperlinks applied to it.
    Hope it helps,
    Sonam

  • This is driving me nuts -- Custom easing

    Well, I was using flash on someone else's machine, and I
    created a custom motion tween ease between two keyframes, and when
    I added a new keyframe halfway in between the keyframes it
    automatically adjusted the easing on both tweens so that the motion
    of the object remained the same.
    My home computer does NOT do this automatic adjustment for
    me, and it's driving me nuts. I can't figure out how to enable it.
    If anyone out there knows what this option is called or how
    to turn it on, I would really appreciate it.
    Thanks!

    >But despite the fact that track 3 is routed OUT to the Master, the Master track does not seem to hear track 3. Thus, I cannot rout the processed track to the master mix for mixdown.
    Assuming that I've understood you correctly:
    AFAIK, that's quite correct; you can't add a live source to a mixdown. You can determine what you hear by altering the overall monitoring settings (Audition mix, external), but I'm pretty sure that you can't add a 'live' anything to an actual mixdown
    process, simply because this is based on file manipulation. So, you have to record it first. And anyway, even if you could do what you want, the timing would be all over the place.

  • Every time i open firefox, i get message: "shockwave has stopped responding; fix, ignore, don't show this again," and it's driving me nuts; I must wait and wait

    for it to go away (sometimes 30 seconds) and I've tried clicking "don't show this again," and "ignore" and the other (all possibilities.) Its driving me nuts, and I'm thinking of switching to Opera instead of Firefox. Can you help? Thanks. MM2

    Hello,
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Swipe between pages in Safari not working properly

    Lion works perfectly so far, the only known issue I have is that Gesture in Safari to go Back or Forward does not work properly: Swipe between pages (Scroll left or right with two fingers).
    it means I see the previous page under the actual page, but the task would not complete and it's like something blocking it to turn the pages. I hope you understand what I am saying. Anyone with the same bug? Any solution?
    I've restored safari, cleaned the history and Reset it, restart computer, unselected the gesture option in Preference and activate it again, with no luck.

    I've had the same problem as feri.  Dylanksf described the behaviour best - when two-finger swiping forward and back in Safari, the page moves slightly to the side, then acts as if it "catches" on something before moving further.  The result is it's nearly impossible to swipe back and forward (although the 3-finger swipe still works).  I don't have Flexiglass installed.
    Usually I'm able to solve the problem by doing the following:  (1) open system preferences and select "Trackpad"; (2) go to the "More Gestures" pane; (3) toggle the "Swipe between pages" checkmark and settings; (4) put the settings back to how you want them.
    On some occasions, however, this doesn't seem to work.  In that case, go back to the main System Preferences panel, choose "Universal Access", select the "Mouse & Trackpad" pane, and click on "Trackpad Options...".  Then toggle the checkmark beside "Scrolling" off and back on, and make sure scrolling is set to "with inertia".  This managed to solve my problem when the method above didn't work, and also resolved an issue I was having where the scroll bars were failing to automatically disappear when using the magic trackpad.

  • Jumpy Netflix viewing driving me nuts!

    Anyone else having this problem? Streaming Netflix over our wifi is fine as long as I don't go full screen, then it gets jumpy. The video stream has little hicupps and pauses, not much, just enough to be really annoying. The audio is fine but it's driving me nuts and of course Netflix says it's not their problem. I'm tempted to say this all started when I updated Silverlight.
    Any thoughts or suggestions would be appreciated!
    Thanks,
    John

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Grrr......the Spinning Pizza Pie icon is driving me nuts

    I've been a HUGE advocate of Macs for years. And up until now I've had no problems with them.
    But my iMac is acting like a Windows PC and it's driving me nuts.
    Basically, the issue is this: for no predictable reason and several times a day, my Mac will display the spinning pinwheel "working" icon for 20-30 seconds. Of course it seems like an eternity when you're working and doing something productive.
    Thinking that it might be hard-drive-space related, I moved ALL my songs, photos and videos to external hard drives and now have 80Gb free. The problem persists.
    Anyone else had this problem and know how to solve it?
    Thanks in advance

    Hi Tony
    How many and which App's are trying to run on 2GB of ram?
    When your start seeing the spinning beach ball check both your RAM usage and Page outs using the Activity Monitor:
    http://support.apple.com/kb/HT1342?viewlocale=en_US
    If all or most of your ram is used up as Active (no free or inactive) then you will see the spinning beach ball when VM Pages in/out to the Hard Drive.
    Dennis

  • Caching is driving me nuts!

    I frequently go back and forth between pages. I just realized that a page I thought wasn't being updated was actually being continually loaded through cache rather than from the net. I realize the performance enhancement here, but is there any way I can get an updated page without having to hit "refresh" just to make sure it's not from a cache?

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    See:
    *http://kb.mozillazine.org/browser.cache.check_doc_frequency
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Shifting web page

    It seems like the web page shifts under the cursor. When ever I try to click on something on Facebook, the page seems to shift and I always have to adjust where the cursor is, sometimes 2 or three times. Any easy solutions?

    Not entirely sure what you mean, but this has some info about multi-tasking . iOS 5, which will be available to download on October 12th, adds multi-tasking gestures (from http://www.apple.com/ios/features.html#more) :
    Using four or five fingers, swipe up to reveal the multitasking bar, pinch to return to the Home screen, and swipe left or right to switch between apps.
    Also Safari will get tabbed browsing in iOS 5, making it easier to switch between pages/tabs.

  • Things that are driving me nuts in Lion

    There are numerous little things that are driving me nuts in Lion and I decided to list them all in this one annoying thread rather than start a bunch of annoying threads. Maybe some of you have found solutions, maybe some of these things bug only me, but here they are. Feel free to chime in with your own items that are driving you nuts...
    WIth multiple tabs open in Safari, clicking on a tab causes the page to reload from scratch instead of the page being cached
    I really miss having double scroll arrows on the top and bottom of windows
    Downloaded installers do not automatically launch and mount as in previous OS X versions
    Can't find a way to specify where to download a file to on the fly when clicking on a link in Safari. other than the downloads folder or another default folder
    Scrolling in general has become more difficult and less precise. I literally could not scroll down my list of mail messages to find an email I was looking for earlier
    ICO (custom web page icons) disappear and revert to generic
    That's all I can think of off the top of my head, I know there's more. I know some of this stuff will just take getting used to, but some of it sure seems like a step backwards......

    Yes I've had a few little things annoy me too - but the MOST annoying thing (so far... 24 hours in!) is that itunes now seems to stop streaming to my express as soon as my screen saver comes on - ie: I have itunes going all day usually, just streaming to my speakers in another room that are connected to an airport express. This is all this AE is for... and under Snow Leopard there was never any stopping of music because my imac went to sleep, but now, even as soon as a screen saver comes on, the music stops. I don't *really* want to disable screensaver and get the imac to be 'awake' all the time, but I can't seem to find a workaround - anyone else?

Maybe you are looking for

  • How to install Solaris 8 from Hard disk?

    Hi. Im downloading Solaris 8 from a free FTP server. Some body can explain me what i need to install Solaris 8 from my hard disk?

  • How to communicate with a 9401 module using 9151 expansion and 7813r PXI card

    Hi, I have just started working with my 7813 R-series card.  I was able to create a simple VI in which I could send and receive digital signals.  Now I would like to do something similar using my 9151 expansion chassis and 9401 C-series module.  If p

  • Calling one java program (with main method) from another

    Hello, How can I start another java program from one? Lets say I want Second.java to start by calling it from First.java. How do I do it? The two programs are given below. Any help is appreciated. Thanks, Amanda First.java import java.io.*; import ja

  • Parsing CF tags - how to remove whitespace?

    I have an index.cfm in which I include additional CFM pages. index.cfm: </head> <cfinclude template="first.cfm"> <cfinclude template="second.cfm"> <cfinclude template="third.cfm"> <cfinclude template="forth.cfm"> <body> After executing the file: </he

  • CS3 SDK plugin won't load in CS2

    Hello, Looking at the Illustrator SDK programmer's guide is looks like it should be possible to develop a universal binary plugin using XCode. It appears that its possible to use this universal binary plugin with both CS2 and CS3. When I compile the