I tried to get this to work for the last two days, but had little success. Maybe I am confused with all the nested divs, who knows, but I could use someone to look at the code and point me in the right direction.
What I have: http://landgraff.com/backend/process.html
How it should look: http://landgraff.com/process.html
The reason I am redoing this site is because I used the tables in the original and I'm trying to get away from using the tables ... so I am redoing it for practice =]
Below is a description: http://landgraff.com/backend/css/ProcessStylesheet.css
@charset "utf-8"; #bodytext { color: #6B6351; font-family: arial, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14pt; margin: 35px 0px 0px 30px; width: 370px; } #logo { float: left; background: url(../images/logosmall.gif) no-repeat; width: 75px; height: 152px; text-indent: -9999px; } #process_title { clear: both; float: left; background: url(../images/process/process_title.gif) no-repeat; width: 75px; height: 347px; text-indent: -9999px; } #header { float: left; background: url(../images/process/header.gif) no-repeat; width: 163px; height: 26px; text-indent: -9999px; margin-top: 1px; }
source share