Hi im currently in the process of making IUS, ive been coding without a hitch until this little bugger of a problem popped up.
Im stuffed because i dont have a clue why its like this.
Problem
Index code
CSSCode:<div id='container'> <div id='logo'></div> <div id='boxtop'></div> <div id='boxmid'> <form action='process.php' enctype='multipart/form-data' method='POST'> <input type='file' name='file' size='50' /><br /><br /> <input type='submit' name='submit' value='upload' /> </form> </div> <div id='boxbtm'></div> </div>
Thanks alot for readingCode:#container { width: 550px; padding: 0; text-align: left; } #logo { background-image: url('../images/logo.png'); background-repeat: no-repeat; height: 80px; } #boxtop { background-image: url('../images/boxtop.png'); background-repeat: no-repeat; height: 30px; } #boxmid { background-image: url('../images/boxmid.png'); background-repeat: no-repeat; padding-left: 10px; } #boxbtm { background-image: url('../images/boxbtm.png'); background-repeat: no-repeat; height: 30px; } input { border: 1px solid #004A7F; padding: 3px; font-family: trebuchet MS; font-size: 13px; color: #000000; }
- Luke




Reply With Quote
lol.

