Page 37 of 134 FirstFirst ... 27 35 36 37 38 39 47 87 ... LastLast
Results 361 to 370 of 1331

Thread: Quick-Crit 2010

  1. #361
    chilango Con's Avatar
    Join Date
    Aug 2006
    Location
    Victoria, BC, Canada
    Posts
    8,397

    Re: Quick-Crit 2010

    anyway lets talk about quick-crit things!!

  2. #362
    halord Futzy's Avatar
    Join Date
    Jun 2009
    Location
    irc
    Posts
    1,447

    Re: Quick-Crit 2010

    http://derekdennison.codebrainshideout.net/
    There's a gap below the flash thing, how do I get rid of it?
    Any other suggestions before I go to finish it?

  3. #363
    this is my rage face Yoko's Avatar
    Join Date
    Oct 2009
    Posts
    509

    Re: Quick-Crit 2010

    Code:
    <object width="800" height="600" data="ZenGalleryDemo.swf" type="application/x-shockwave-flash">
    change to:
    Code:
    <object width="800" height="597" data="ZenGalleryDemo.swf" type="application/x-shockwave-flash">

  4. #364
    halord Futzy's Avatar
    Join Date
    Jun 2009
    Location
    irc
    Posts
    1,447

    Re: Quick-Crit 2010

    I just tried looking at it in chrome. The table backgrounds aren't showing up. They actually don't show up in dreamweaver either, but they do in firefox. Help?

  5. #365
    Senior Member Hunter's Avatar
    Join Date
    Jan 2007
    Location
    Stoke, UK
    Posts
    2,968

    Re: Quick-Crit 2010

    Why are you using a table for the menu? You have images in each cell, you could just put the images side by side and give them a margin. No point in using a table.
    And I was always told to avoid using the <center></center> tags.

    Just noticed you use a table with one cell? for the middle section and the footer. Why? You only have a flah element in the middle and an image at the bottom. My advice is to get rid of the tables.

  6. #366
    halord Futzy's Avatar
    Join Date
    Jun 2009
    Location
    irc
    Posts
    1,447

    Re: Quick-Crit 2010

    How else am I supposed to arrange everything and give it a background image?

  7. #367
    this is my rage face Yoko's Avatar
    Join Date
    Oct 2009
    Posts
    509

    Re: Quick-Crit 2010

    Unordered list, each link is a list item. Set
    Code:
    li {
        float:left;
        }
    And
    Code:
    ul {
        list-style:none;
        }

  8. #368
    For Auir! ODX's Avatar
    Join Date
    Sep 2007
    Location
    Michigan, United States
    Posts
    1,561

    Re: Quick-Crit 2010

    Enfield L85A2 reload, I had some ophandle movement before but it didn't flow well/I couldn't execute it well.
    Last edited by ODX; March 7th, 2010 at 07:33 PM. Reason: Uploaded animation with more frames, no more gay cutoff from Youtube

  9. #369
    Senior Member teh lag's Avatar
    Join Date
    Oct 2006
    Posts
    3,566

    Re: Quick-Crit 2010

    There's a lot more potential for movement than you've got there. The mag out is completely obstructed by the camera; make it visible like the mag in.

    The gun's motion after mag out seems to... "imply" a different motion for the rest of the animation. It goes up smoothly like you're going to have a bouncy mag in, but then suddenly changes direction and it becomes very rigid.

  10. #370
    Senior Member Hunter's Avatar
    Join Date
    Jan 2007
    Location
    Stoke, UK
    Posts
    2,968

    Re: Quick-Crit 2010

    @MrBig:
    Code:
    <a href="link1"><img src="images/buttons/buttonname1.jpg" class="navButton"></a><a href="link2"><img  src="images/buttons/buttonname2.jpg" class="navButton"></a> ect...
    CSS:
    Code:
    a img {
       border:none; blahbalah, just get rid of the stupid border the link adds to the image because its linked.
    }
    .navButton {
       margin: 0em 1em;
    }
    Something like that.

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •