biggieuk Posted February 11, 2009 Share Posted February 11, 2009 Hi all, Im struggling to find the best way to slice and code this box in CSS? I want to be able to change the width of the box, title, the little icon and the contents (chart). Any guidance would be appreciated! thanks Quote Link to comment Share on other sites More sharing options...
haku Posted February 11, 2009 Share Posted February 11, 2009 That isn't really something that can be explained in one thread. You basically just asked how to make a website from a .psd. There are many books that can tell you how to do this. Threads are more for clarifications of problems you are having, not learning from scratch. Quote Link to comment Share on other sites More sharing options...
biggieuk Posted February 11, 2009 Author Share Posted February 11, 2009 Im not looking for this to be done for me, i am basically looking for advice on how to do this. here is my current attempt: the Red & blue slices are CSS fills with either a border-top or border-bottom. My HTML is: <div id="box1"> <div id="box1-topleft"></div><div id="box1-topmiddle"></div><div id="box1-topright"></div> <div id="box1-left"></div><div id="box1-middle"></div><div id="box1-right"></div> </div> I have floated topleft,topmiddle,topright to the left and thats looks fine. I cannot seem to get the bottom half to line up though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.