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

Floated div images not showing up.

  • For some reason when I moved my layout from a test html document into a wordpress theme, some of the layout images stopped appearing and I'm not sure why.

    Here is how I want it to look:
    http://www.aarongmoore.com/test/layout.html

    Here is how it does look:
    http://www.aarongmoore.com/

    Here is the code that isn't showing up:
    <div style="left:0px; float: left; "><img src="images/navleft.png"></div>
    <div style="right:0px; float: right; "><img src="images/navright.png"></div>
    <div class="clear"></div>

    Similar code is in the footer of my wordpress theme and those images are also not showing up.

    Update: Apparently I neded to link directly to the files in the theme's image folder. Duh.