|
c1sissy -> RE: 3 columns in wrong order (12/6/2004 20:21:50)
|
quote:
Hmm, the problem is that the left side is fixed- and pretty much must stay that way for menu purposes. Why must it stay this way for the menu? If you have a wrapper div, float that, put your menu within, float that, it should work, Also MUST, always give a floated container a width. Say your container div is 98%, then your nav can be 50% and yoru content could be 45%, be careful if you use borders, they can fall apart in IE. And to help you out, use background colors with your layouts, this helps you to see the position of your divs. div#container float left div#nav float left div#content float left div#clear (this is just a div that has styles of clear:both;) /wrapper div#footer (not floated I have several layouts right now that have wrapper, floated left with content and they work out. Why must you have the menu fixed? It will work if the layout if fluid. However, if you wish it to be fixed, go to a site called thefixor, in there somewhere there are layouts for css that have fixed and fluid layouts thta you can play around with. quote:
But I want the html code to be in the order: middle, left, right, header, footer. Why would you wish to do things out of order? Wouldn't it be better and make more sense to have things go in order? Just curious to your response on this because this method has never really made sense to me.
|
|
|
|