richard hall wrote:
> On the top of the following page I wanted to put an image on the right left
> and center of a "logo" division.

Try setting div with id="main to have margin set to 0.  Also try setting 
body padding to 0.

Each browser has different default values for padding and margins.  Some 
people prefer to set all to 0 like so:

* {padding: 0; margin: 0}

and then add back just where they want.


-- 
Joel Goldstick
www.columbuswebmakers.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/

Reply via email to