Hello, I have been trying to learn how to, design, slice and code my own sites and I have got the first two parts fairly well (enough) however on coding the CSS i have become stuck. I figures out how to put in my right side bar by floating the main content left and the sidebar to the right. However in doing so my footers shot up (text and background) and I am now unable to figure how to move the bar back to the bottom and to then bring back thw white content box that should be inbetween, the site is: http://choseit.com/Website Design/ if anyone can help i would be greatful im working on making it look like this: choseit.com/develop.jpg no idea how to make the table legend like header title bits for the text areas (but via images) but will work on that later i would really appreciate your guidance. I tried taking the footer out of the main content div but that did not fix anything either :S
I am not sure what you mean. The footer on your site and the image look the same (other than the background img for it) so if you could clarify a bit what you are trying to do.. What do you mean by "my footers shot up" ?
sorry solved the problem this morning before work. before i had the main box, side bar and footer in the same div, so when i told the main to go left and the side bar to go right the footer assumed it would be squished between the gap space. I added a new div containing just the main content and side bar and that worked in seperating them now I just need to work on doing the table legend like content headers like my pictures :S any ideas without using images? thank youf or your time.
Of course you can do it w/o images. As for the content tables, use the method you know the best. Then for the headers (text), just add a div with #fff background and fixed width and height, and position it slightly off the box (code is still inside though). You mustn't hide the overflow of the content boxes.
Thank you for all your help with this I have now completed (just about) my first ever design, slicing and coding project http://bluerosewebsitedesign.com/ please tell me what you think only issues im still working with are how to incoperate auto height :S but that fine for now