raumin dehghan wrote: > here is the css code (right now it's internal) > in internet explorer I get one box(layer1) on the left that is where i want > it just below the masthead (the banner) and then the right side box (layer > 2) is to the right but is below. > I still don't understand alot about css Same here. > - it's frustrating. > That is the polite way of putting it :-P . Rule of thumb stuff: -- Use floats to layout stuff-- not absolute positioning. -- Let the content determine height-- rather than defining a height in the css. -- Start with a basic foundation (layout) -- it is sort of like building a house. Please see: <http://www.chelseacreekstudio.com/ca/cssd/layout28.html> Here are a bunch of base layouts <http://blog.html.it/layoutgala/>. The *css-d wiki* (see uri below) has more layouts, and mucho info on most any css question you might run into. Best, ~dL
-- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
