anyway lets talk about quick-crit things!!
Printable View
anyway lets talk about quick-crit things!!
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?
change to:Code:<object width="800" height="600" data="ZenGalleryDemo.swf" type="application/x-shockwave-flash">
Code:<object width="800" height="597" data="ZenGalleryDemo.swf" type="application/x-shockwave-flash">
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?
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.
How else am I supposed to arrange everything and give it a background image?
Unordered list, each link is a list item. Set
AndCode:li {
float:left;
}
Code:ul {
list-style:none;
}
Enfield L85A2 reload, I had some ophandle movement before but it didn't flow well/I couldn't execute it well.
http://www.youtube.com/watch?v=OtXJ_vqMY9c
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.
@MrBig:
CSS: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...
Something like that.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;
}