Recent content by Monkeychubs

  1. M

    Flash... how come this dont work?

    Erm, you've tried to embed a Flash object in an anchor tag. It doesn't work like that. Either put and image within the anchor, or make the whole Flash movie a button, but you can't put flash into an anchor and make it clickable!
  2. M

    I need some help with flash CS4?

    A good simple project would be to build a calculator in Flash. OK, so you have one on your computer already, but building one will deal with using forms, functions, creating a simple GUI. It shouldn't take too long, and you can make is as complicated as you like. You can add keyboard input, add...
  3. M

    Html Code for fixed Background ?

    Define all the background properties in one hit: #nameOfMyDiv{ background:url(assets/graphicsa/backgroundImage.png) fixed no-repeat top left; }
  4. M

    html rollover where text or image appears?

    That's just really basic CSS... Set a class on your links (or define the link with a parent div ID or some such) and then in the CSS set a different state/pseudo class for the links, namely, active, link, visited and more importantly, hover... If you want to do a roll over image, the easiest...
  5. M

    Using AJAX to call PHP script and SWF?

    Can't answer in in full, but if you actually change the page form say, index.php to anotherPage.php, you are loading a totally new page... AJAX is NOT designed to work like that. It works within a single page and seamlessly transfers data. If you change page then, well, you've changed onto a new...
  6. M

    My background and images will not show on my page it use to but since I changed...

    Check the paths to the background images (should be in the *.css file. You are using an external css file, right ?) Your path should be something like (in case you don't know what I mean): assets/graphics/background.gif (or whatever) That should be your first port of call. Next, check that...
  7. M

    Does anyone else think "Don't F*ck with Shilpa Shetty" t-shirts would be a good

    No, not really. Although the sentiment is certainly quite amusing !
Back
Top