Hello there, I recently coded a layout and  I seen to be having some
positioning problems.
First of all, I uploaded the test website
here<http://www.nouhad.technat.org/hatharudhan/>and the corresponding
CSS file
here <http://www.nouhad.technat.org/hatharudhan/styles.css>.
For those of you that are curious the website's name means 24 hours in my
language.

My divs are structured in the following format :

<div id="wrap">
                        <div id="container">
                                <div id="header">
                                </div>

                                <div id="topbar">
                                </div>

                                <div id="side">

                                </div>

                                <div id="content">

                                </div>

                                <div id="footer">

                                </div>
                        </div>
</div>

Anyway, getting to the point, the problems that i have (so far) are :

   1. the Content div seems to float down in an odd manner
   2. line-heights are a bit abnormal
   3. since my wrapper is coding like so :

   margin: 0 auto;
   width: 800px;

   I cannot apply paddings within divs :(


Thanks,
Nouhad.
______________________________________________________________________
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/

Reply via email to