treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Requesting Website Feedback www.starspangledstearman.com

  • Hey Everyone,

    I put together this fairly simple site for a client of mine. It's still a work-in-progress, but any suggestions you have on how I could make it more visually appealing would be appreciated. It also seems that the images take a long time to load, perhaps they aren't well-optimized? And on the "The Plane" page, for some reason the "float:right" attribute on the bottom image isn't working properly, as the text isn't flowing up and around it.

    http://www.starspangledstearman.com

    Thanks!
  • Welcome to the CSS Tricks Forum.

    I would recommend giving your navigation a "hover" state, so when you hover over the button, it change background color (or anything) to show that it is a button.

    That's all I got at the moment.
  • Hello,

    I agree about needing a hover state. You could also make the clickable area the entire "button" rather than just the text.

    Regarding the plane float, where are you trying to place the image? The order of content elements is crucial when floating so perhaps you could try that.

    Good site.